view usr/src/cmd/cmd-inet/usr.bin/pppd/patchlevel.h @ 0:c9caec207d52 b86

Initial porting based on b86
author Koji Uno <koji.uno@sun.com>
date Tue, 02 Jun 2009 18:56:50 +0900
parents
children 1a15d5aaf794
line wrap: on
line source

/*
 * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
 * Use is subject to license terms.
 */
#pragma ident	"@(#)patchlevel.h	1.2	06/08/10 SMI"

#ifndef _PATCH_LEVEL_H
#define	_PATCH_LEVEL_H

#ifdef  __cplusplus
extern "C" {
#endif

#define	PATCHLEVEL	0

#define	VERSION		"2.4"
#define	IMPLEMENTATION	"b1 (Sun Microsystems, Inc.)"

#ifdef  __cplusplus
}
#endif

#endif /* _PATCH_LEVEL_H */