diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/386bsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/386bsd.h b/src/s/386bsd.h index 26f2874dc85..a480c17ce2e 100644 --- a/src/s/386bsd.h +++ b/src/s/386bsd.h | |||
| @@ -13,3 +13,6 @@ | |||
| 13 | /* Need to use GNU make, as system make has problems */ | 13 | /* Need to use GNU make, as system make has problems */ |
| 14 | #define MAKE_COMMAND gmake | 14 | #define MAKE_COMMAND gmake |
| 15 | #define LIBS_DEBUG | 15 | #define LIBS_DEBUG |
| 16 | |||
| 17 | /* For mem-limits.h. */ | ||
| 18 | #define BSD4_2 | ||