17c478bd9Sstevel@tonic-gate /*
2*96ccc8cbSesaxe  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
3*96ccc8cbSesaxe  * Use is subject to license terms.
47c478bd9Sstevel@tonic-gate  */
57c478bd9Sstevel@tonic-gate 
67c478bd9Sstevel@tonic-gate #ifndef _PATCH_LEVEL_H
7*96ccc8cbSesaxe #define	_PATCH_LEVEL_H
87c478bd9Sstevel@tonic-gate 
97c478bd9Sstevel@tonic-gate #ifdef  __cplusplus
107c478bd9Sstevel@tonic-gate extern "C" {
117c478bd9Sstevel@tonic-gate #endif
127c478bd9Sstevel@tonic-gate 
137c478bd9Sstevel@tonic-gate #define	PATCHLEVEL	0
147c478bd9Sstevel@tonic-gate 
15*96ccc8cbSesaxe #define	VERSION		"2.4"
16*96ccc8cbSesaxe #define	IMPLEMENTATION	"b1 (Sun Microsystems, Inc.)"
177c478bd9Sstevel@tonic-gate 
187c478bd9Sstevel@tonic-gate #ifdef  __cplusplus
197c478bd9Sstevel@tonic-gate }
207c478bd9Sstevel@tonic-gate #endif
217c478bd9Sstevel@tonic-gate 
227c478bd9Sstevel@tonic-gate #endif /* _PATCH_LEVEL_H */
23