comparison src/s/freebsd.h @ 16220:02044b05d8e0

Replaced symbol BSD with BSD_SYSTEM.
author Karl Heuer <kwzh@gnu.org>
date Tue, 17 Sep 1996 03:43:54 +0000
parents 179cd20f2f8a
children e53338c19ba5
comparison
equal deleted inserted replaced
16219:7f3f182f20a3 16220:02044b05d8e0
73 /* freebsd uses OXTABS instead of the expected TAB3. */ 73 /* freebsd uses OXTABS instead of the expected TAB3. */
74 #define TABDLY OXTABS 74 #define TABDLY OXTABS
75 #define TAB3 OXTABS 75 #define TAB3 OXTABS
76 76
77 /* this silences a few compilation warnings */ 77 /* this silences a few compilation warnings */
78 #undef BSD 78 #undef BSD_SYSTEM
79 #if __FreeBSD__ == 1 79 #if __FreeBSD__ == 1
80 #define BSD 199103 80 #define BSD_SYSTEM 199103
81 #elif __FreeBSD__ == 2 81 #elif __FreeBSD__ == 2
82 #define BSD 199306 82 #define BSD_SYSTEM 199306
83 #endif 83 #endif
84 84
85 #define WAITTYPE int 85 #define WAITTYPE int
86 /* get this since it won't be included if WAITTYPE is defined */ 86 /* get this since it won't be included if WAITTYPE is defined */
87 #ifdef emacs 87 #ifdef emacs