diff options
-rw-r--r-- | autom4te.cache/output.1 | 2 | ||||
-rw-r--r-- | autom4te.cache/output.2 | 2 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | pith/state.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/autom4te.cache/output.1 b/autom4te.cache/output.1 index 78d40523..da057969 100644 --- a/autom4te.cache/output.1 +++ b/autom4te.cache/output.1 @@ -18984,7 +18984,7 @@ $as_echo "@%:@define __EXTENSIONS__ 1" >>confdefs.h ;; *-*-cygwin) systype="CYG" - alpine_path_delim="\\\\" + alpine_path_delim="/" alpine_mode_readonly="(S_IREAD | S_IWRITE)" alpine_c_client_target="cyg" LIBS="$LIBS $LIBINTL" diff --git a/autom4te.cache/output.2 b/autom4te.cache/output.2 index 78d40523..da057969 100644 --- a/autom4te.cache/output.2 +++ b/autom4te.cache/output.2 @@ -18984,7 +18984,7 @@ $as_echo "@%:@define __EXTENSIONS__ 1" >>confdefs.h ;; *-*-cygwin) systype="CYG" - alpine_path_delim="\\\\" + alpine_path_delim="/" alpine_mode_readonly="(S_IREAD | S_IWRITE)" alpine_c_client_target="cyg" LIBS="$LIBS $LIBINTL" @@ -18984,7 +18984,7 @@ $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h ;; *-*-cygwin) systype="CYG" - alpine_path_delim="\\\\" + alpine_path_delim="/" alpine_mode_readonly="(S_IREAD | S_IWRITE)" alpine_c_client_target="cyg" LIBS="$LIBS $LIBINTL" diff --git a/configure.ac b/configure.ac index 07dcb478..40d2f23d 100644 --- a/configure.ac +++ b/configure.ac @@ -1493,7 +1493,7 @@ case "$host" in ;; *-*-cygwin) systype="CYG" - alpine_path_delim="\\\\" + alpine_path_delim="/" alpine_mode_readonly="(S_IREAD | S_IWRITE)" alpine_c_client_target="cyg" LIBS="$LIBS $LIBINTL" diff --git a/pith/state.c b/pith/state.c index 94f95f10..fd2b4f71 100644 --- a/pith/state.c +++ b/pith/state.c @@ -98,7 +98,7 @@ new_pine_struct(void) p->atmts->description = NULL; p->low_speed = 1; p->init_context = -1; - msgno_init(&p->msgmap, 0L, SortArrival, 0); +/* msgno_init(&p->msgmap, 0L, SortArrival, 0);*/ init_init_vars(p); return(p); |