]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.
authorDave Love <fx@gnu.org>
Tue, 20 Jun 2000 13:36:13 +0000 (13:36 +0000)
committerDave Love <fx@gnu.org>
Tue, 20 Jun 2000 13:36:13 +0000 (13:36 +0000)
src/s/usg5-4-2.h

index 373ecb85f11d7358a52ca281d8cd4816c4dd39b7..c2a65979b6e85853e00c8aa82580b3d806d5493a 100644 (file)
@@ -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