[Plib-cvs] plib/src/util ul.h,1.57,1.58
Brought to you by:
sjbaker
From: M?rten Str?m. <str...@us...> - 2002-12-13 14:40:47
|
Update of /cvsroot/plib/plib/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv20690/src/util Modified Files: ul.h Log Message: changes for hpux Index: ul.h =================================================================== RCS file: /cvsroot/plib/plib/src/util/ul.h,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- ul.h 30 Nov 2002 00:41:50 -0000 1.57 +++ ul.h 13 Dec 2002 14:40:11 -0000 1.58 @@ -88,6 +88,10 @@ #define UL_BSD 1 +#elif defined(hpux) + +#define UL_HPUX 1 + #endif /* |