changeset 29788:2a9a4a0589dd

Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.
author Dave Love <fx@gnu.org>
date Tue, 20 Jun 2000 13:36:13 +0000
parents 76b7ab7933a1
children 2159bccbf636
files src/s/usg5-4-2.h
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/usg5-4-2.h	Tue Jun 20 13:35:30 2000 +0000
+++ b/src/s/usg5-4-2.h	Tue Jun 20 13:36:13 2000 +0000
@@ -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