diff options
| author | Richard M. Stallman | 1994-09-16 07:51:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-16 07:51:40 +0000 |
| commit | 3f1e0e3afeaaca592b3ed477f645ea93dc39886c (patch) | |
| tree | fd83e37f83a2b0180c8e3b1b71896e0f9422fe3d /src | |
| parent | a35e9c827305251f5656ab06bee96029a3c4ea68 (diff) | |
| download | emacs-3f1e0e3afeaaca592b3ed477f645ea93dc39886c.tar.gz emacs-3f1e0e3afeaaca592b3ed477f645ea93dc39886c.zip | |
(__bsdi__): Define, unless already defined.
(DECLARE_GETPWUID_WITH_UID_T): Define.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/bsd386.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/bsd386.h b/src/s/bsd386.h index 6197d19d71b..e2e813369bb 100644 --- a/src/s/bsd386.h +++ b/src/s/bsd386.h | |||
| @@ -2,6 +2,12 @@ | |||
| 2 | 2 | ||
| 3 | #include "bsd4-3.h" | 3 | #include "bsd4-3.h" |
| 4 | 4 | ||
| 5 | #ifndef __bsdi__ | ||
| 6 | #define __bsdi__ 1 | ||
| 7 | #endif | ||
| 8 | |||
| 9 | #define DECLARE_GETPWUID_WITH_UID_T | ||
| 10 | |||
| 5 | #define SIGNALS_VIA_CHARACTERS | 11 | #define SIGNALS_VIA_CHARACTERS |
| 6 | 12 | ||
| 7 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | 13 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) |