aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-05-07 17:43:08 +0000
committerRichard M. Stallman1995-05-07 17:43:08 +0000
commit9f9d7a9ac4cd01385193ea5007a729121643532e (patch)
treedf2329381f67592afa841de923c7d184f89a72f0 /src
parentf8758da5318b116fb90d1222e08f3db3b337969e (diff)
downloademacs-9f9d7a9ac4cd01385193ea5007a729121643532e.tar.gz
emacs-9f9d7a9ac4cd01385193ea5007a729121643532e.zip
(GETPGRP_NO_ARG): Defined
(HAVE_GETPAGESIZE): Definition deleted.
Diffstat (limited to 'src')
-rw-r--r--src/s/freebsd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index 42fdf6d3e8e..a7321dc046c 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -43,6 +43,7 @@
43 43
44/* freebsd has POSIX-style pgrp behavior. */ 44/* freebsd has POSIX-style pgrp behavior. */
45#undef BSD_PGRPS 45#undef BSD_PGRPS
46#define GETPGRP_NO_ARG
46 47
47#ifndef NO_SHARED_LIBS 48#ifndef NO_SHARED_LIBS
48#define LD_SWITCH_SYSTEM -e start -dc -dp 49#define LD_SWITCH_SYSTEM -e start -dc -dp
@@ -67,7 +68,7 @@
67 68
68#define HAVE_WAIT_HEADER 69#define HAVE_WAIT_HEADER
69#define HAVE_GETLOADAVG 70#define HAVE_GETLOADAVG
70#define HAVE_GETPAGESIZE 71/*#define HAVE_GETPAGESIZE /* configure now puts this in config.h */
71#define HAVE_TERMIOS 72#define HAVE_TERMIOS
72#define NO_TERMIO 73#define NO_TERMIO
73#define DECLARE_GETPWUID_WITH_UID_T 74#define DECLARE_GETPWUID_WITH_UID_T