usr/src/cmd/cmd-inet/usr.bin/pppd/patchlevel.h
changeset 2538 b5894d78c55a
parent 0 68f95e015346
equal deleted inserted replaced
2537:0607d7a40022 2538:b5894d78c55a
     1 /*
     1 /*
     2  * Copyright (c) 2000 by Sun Microsystems, Inc.
     2  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
     3  * All rights reserved.
     3  * Use is subject to license terms.
     4  */
     4  */
     5 
       
     6 #pragma ident	"%Z%%M%	%I%	%E% SMI"
     5 #pragma ident	"%Z%%M%	%I%	%E% SMI"
     7 
     6 
     8 #ifndef _PATCH_LEVEL_H
     7 #ifndef _PATCH_LEVEL_H
     9 #define _PATCH_LEVEL_H
     8 #define	_PATCH_LEVEL_H
    10 
     9 
    11 #ifdef  __cplusplus
    10 #ifdef  __cplusplus
    12 extern "C" {
    11 extern "C" {
    13 #endif
    12 #endif
    14 
    13 
    15 #define	PATCHLEVEL	0
    14 #define	PATCHLEVEL	0
    16 
    15 
    17 #define VERSION		"2.4"
    16 #define	VERSION		"2.4"
    18 #define IMPLEMENTATION	\
    17 #define	IMPLEMENTATION	"b1 (Sun Microsystems, Inc.)"
    19 	"b1 (Sun Microsystems, Inc., " __DATE__ " " __TIME__ ")"
       
    20 
    18 
    21 #ifdef  __cplusplus
    19 #ifdef  __cplusplus
    22 }
    20 }
    23 #endif
    21 #endif
    24 
    22 
    25 #endif /* _PATCH_LEVEL_H */
    23 #endif /* _PATCH_LEVEL_H */
    26