From: Dave Love Date: Tue, 20 Jun 2000 13:36:13 +0000 (+0000) Subject: Don't declare HAVE_GETWD, VFORK_RETURN_TYPE. X-Git-Tag: emacs-pretest-21.0.90~3199 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eaac62b49c6f3476383de7164eb2d8e494aa19e0;p=emacs.git Don't declare HAVE_GETWD, VFORK_RETURN_TYPE. --- diff --git a/src/s/usg5-4-2.h b/src/s/usg5-4-2.h index 373ecb85f11..c2a65979b6e 100644 --- a/src/s/usg5-4-2.h +++ b/src/s/usg5-4-2.h @@ -11,6 +11,7 @@ #define HAVE_RANDOM #endif /* #define HAVE_GETWD (appears to be buggy on SVR4.2) */ +#undef HAVE_GETWD /* Info from fnf@cygnus.com suggests this is appropriate. */ #define POSIX_SIGNALS @@ -55,5 +56,3 @@ /* ryanr@ellingtn.ftc.nrcs.usda.gov (Richard Anthony Ryan) says -lXimp is needed in UNIX_SV ... 4.2 1.1.2. */ #define LIB_MOTIF -lXm -lXimp - -#define VFORK_RETURN_TYPE pid_t