aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorDave Love2000-06-20 13:36:13 +0000
committerDave Love2000-06-20 13:36:13 +0000
commiteaac62b49c6f3476383de7164eb2d8e494aa19e0 (patch)
tree7e7bd642047aaf87300b9903fcffe7965bfa81ba /src/s
parentba999c148108fe4aee3dd892351692abc7c86740 (diff)
downloademacs-eaac62b49c6f3476383de7164eb2d8e494aa19e0.tar.gz
emacs-eaac62b49c6f3476383de7164eb2d8e494aa19e0.zip
Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/usg5-4-2.h3
1 files changed, 1 insertions, 2 deletions
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 @@
11#define HAVE_RANDOM 11#define HAVE_RANDOM
12#endif 12#endif
13/* #define HAVE_GETWD (appears to be buggy on SVR4.2) */ 13/* #define HAVE_GETWD (appears to be buggy on SVR4.2) */
14#undef HAVE_GETWD
14 15
15/* Info from fnf@cygnus.com suggests this is appropriate. */ 16/* Info from fnf@cygnus.com suggests this is appropriate. */
16#define POSIX_SIGNALS 17#define POSIX_SIGNALS
@@ -55,5 +56,3 @@
55/* ryanr@ellingtn.ftc.nrcs.usda.gov (Richard Anthony Ryan) says -lXimp 56/* ryanr@ellingtn.ftc.nrcs.usda.gov (Richard Anthony Ryan) says -lXimp
56 is needed in UNIX_SV ... 4.2 1.1.2. */ 57 is needed in UNIX_SV ... 4.2 1.1.2. */
57#define LIB_MOTIF -lXm -lXimp 58#define LIB_MOTIF -lXm -lXimp
58
59#define VFORK_RETURN_TYPE pid_t