1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00

Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.

This commit is contained in:
Dave Love 2000-06-20 13:36:13 +00:00
parent ba999c1481
commit eaac62b49c

View 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