Mercurial > hg > xemacs-beta
comparison src/s/freebsd.h @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | d2f30a177268 |
children | 59463afc5666 |
comparison
equal
deleted
inserted
replaced
148:f659db2a1f73 | 149:538048ae2ab8 |
---|---|
85 /* this silences a few compilation warnings */ | 85 /* this silences a few compilation warnings */ |
86 #undef BSD | 86 #undef BSD |
87 #if __FreeBSD__ == 1 | 87 #if __FreeBSD__ == 1 |
88 #define BSD 199103 | 88 #define BSD 199103 |
89 #elif __FreeBSD__ == 2 | 89 #elif __FreeBSD__ == 2 |
90 #define BSD 199306 | 90 #if __FreeBSD_version < 199701 |
91 # define BSD 199306 | |
92 #else | |
93 # define BSD 199506 | |
94 #endif | |
91 #elif __FreeBSD__ == 3 | 95 #elif __FreeBSD__ == 3 |
92 #define BSD 199506 | 96 #define BSD 199506 |
93 #endif | 97 #endif |
94 | 98 |
95 #undef HAVE_UNION_WAIT | 99 #undef HAVE_UNION_WAIT |