diff options
| author | Richard M. Stallman | 1994-11-15 03:38:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-11-15 03:38:23 +0000 |
| commit | e57d8da0a4097a377973ccfcaf35a70badea9021 (patch) | |
| tree | 7b12b42747579e8630671bcffd54730f4551dcec /src | |
| parent | e1241f09d81e645244c47cfcec769648236540e1 (diff) | |
| download | emacs-e57d8da0a4097a377973ccfcaf35a70badea9021.tar.gz emacs-e57d8da0a4097a377973ccfcaf35a70badea9021.zip | |
(LD_SWITCH_SYSTEM): Add -dc and -dp.
(HAVE_GETPAGESIZE): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/freebsd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index 687cd6bdf68..42fdf6d3e8e 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | /* For mem-limits.h. */ | 25 | /* For mem-limits.h. */ |
| 26 | #define BSD4_2 | 26 | #define BSD4_2 |
| 27 | 27 | ||
| 28 | /* thses aren't needed, since we have getloadavg() */ | 28 | /* These aren't needed, since we have getloadavg. */ |
| 29 | #undef KERNEL_FILE | 29 | #undef KERNEL_FILE |
| 30 | #undef LDAV_SYMBOL | 30 | #undef LDAV_SYMBOL |
| 31 | 31 | ||
| @@ -45,7 +45,7 @@ | |||
| 45 | #undef BSD_PGRPS | 45 | #undef BSD_PGRPS |
| 46 | 46 | ||
| 47 | #ifndef NO_SHARED_LIBS | 47 | #ifndef NO_SHARED_LIBS |
| 48 | #define LD_SWITCH_SYSTEM -e start | 48 | #define LD_SWITCH_SYSTEM -e start -dc -dp |
| 49 | #define HAVE_TEXT_START /* No need to define `start_of_text'. */ | 49 | #define HAVE_TEXT_START /* No need to define `start_of_text'. */ |
| 50 | #define START_FILES pre-crt0.o /usr/lib/crt0.o | 50 | #define START_FILES pre-crt0.o /usr/lib/crt0.o |
| 51 | #define UNEXEC unexsunos4.o | 51 | #define UNEXEC unexsunos4.o |
| @@ -67,6 +67,7 @@ | |||
| 67 | 67 | ||
| 68 | #define HAVE_WAIT_HEADER | 68 | #define HAVE_WAIT_HEADER |
| 69 | #define HAVE_GETLOADAVG | 69 | #define HAVE_GETLOADAVG |
| 70 | #define HAVE_GETPAGESIZE | ||
| 70 | #define HAVE_TERMIOS | 71 | #define HAVE_TERMIOS |
| 71 | #define NO_TERMIO | 72 | #define NO_TERMIO |
| 72 | #define DECLARE_GETPWUID_WITH_UID_T | 73 | #define DECLARE_GETPWUID_WITH_UID_T |