1 /* 2 * Copyright (c) 2000 by Sun Microsystems, Inc. 3 * All rights reserved. 4 */ 5 6 #pragma ident "%Z%%M% %I% %E% SMI" 7 8 #ifndef _PATCH_LEVEL_H 9 #define _PATCH_LEVEL_H 10 11 #ifdef __cplusplus 12 extern "C" { 13 #endif 14 15 #define PATCHLEVEL 0 16 17 #define VERSION "2.4" 18 #define IMPLEMENTATION \ 19 "b1 (Sun Microsystems, Inc., " __DATE__ " " __TIME__ ")" 20 21 #ifdef __cplusplus 22 } 23 #endif 24 25 #endif /* _PATCH_LEVEL_H */ 26 27