[Plib-cvs] plib/src/util ul.h,1.58,1.59
Brought to you by:
sjbaker
From: M?rten Str?m. <str...@us...> - 2002-12-17 16:43:14
|
Update of /cvsroot/plib/plib/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv7276 Modified Files: ul.h Log Message: worked around the bsd #ifdef Index: ul.h =================================================================== RCS file: /cvsroot/plib/plib/src/util/ul.h,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- ul.h 13 Dec 2002 14:40:11 -0000 1.58 +++ ul.h 17 Dec 2002 16:43:10 -0000 1.59 @@ -84,13 +84,13 @@ #define UL_SOLARIS 1 -#elif (defined(__unix__) || defined(unix)) && !defined(USG) - -#define UL_BSD 1 - #elif defined(hpux) #define UL_HPUX 1 + +#elif (defined(__unix__) || defined(unix)) && !defined(USG) + +#define UL_BSD 1 #endif |