xref: /titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppd/patchlevel.h (revision 96ccc8cb05e8790fcc24931dcb155b76e810295c)
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 #pragma ident	"%Z%%M%	%I%	%E% SMI"
67c478bd9Sstevel@tonic-gate 
77c478bd9Sstevel@tonic-gate #ifndef _PATCH_LEVEL_H
87c478bd9Sstevel@tonic-gate #define	_PATCH_LEVEL_H
97c478bd9Sstevel@tonic-gate 
107c478bd9Sstevel@tonic-gate #ifdef  __cplusplus
117c478bd9Sstevel@tonic-gate extern "C" {
127c478bd9Sstevel@tonic-gate #endif
137c478bd9Sstevel@tonic-gate 
147c478bd9Sstevel@tonic-gate #define	PATCHLEVEL	0
157c478bd9Sstevel@tonic-gate 
167c478bd9Sstevel@tonic-gate #define	VERSION		"2.4"
17*96ccc8cbSesaxe #define	IMPLEMENTATION	"b1 (Sun Microsystems, Inc.)"
187c478bd9Sstevel@tonic-gate 
197c478bd9Sstevel@tonic-gate #ifdef  __cplusplus
207c478bd9Sstevel@tonic-gate }
217c478bd9Sstevel@tonic-gate #endif
227c478bd9Sstevel@tonic-gate 
237c478bd9Sstevel@tonic-gate #endif /* _PATCH_LEVEL_H */
24