diff options
author | rwatson <rwatson@FreeBSD.org> | 2006-06-05 11:06:32 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2006-06-05 11:06:32 +0000 |
commit | 1c26f878c2f02f1c0e60f747580559b283a1d8db (patch) | |
tree | 24c2efc4b3f52503bdf889e9ccc850c6249085ae /contrib | |
parent | 4c355f6b7d92ffbb9cd7fcc7eca2b6364c3bace7 (diff) | |
download | FreeBSD-src-1c26f878c2f02f1c0e60f747580559b283a1d8db.zip FreeBSD-src-1c26f878c2f02f1c0e60f747580559b283a1d8db.tar.gz |
Regenerate config.h from OpenBSM 1.0 alpha 6 import.
Obtained from: TrustedBSD Project
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/openbsm/config/config.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/contrib/openbsm/config/config.h b/contrib/openbsm/config/config.h index 29652f3..2503155 100644 --- a/contrib/openbsm/config/config.h +++ b/contrib/openbsm/config/config.h @@ -1,6 +1,6 @@ /* config/config.h. Generated by configure. */ /* config/config.h.in. Generated from configure.ac by autoheader. */ -/* $FreeBSD$ */ +/* $FreeBSD$ /* Define to 1 if you have the `alarm' function. */ #define HAVE_ALARM 1 @@ -44,9 +44,6 @@ /* Define if ipc_perm.__seq instead of seq */ /* #undef HAVE_IPC_PERM___SEQ */ -/* Define to 1 if you have the `bsm' library (-lbsm). */ -/* #undef HAVE_LIBBSM */ - /* Define to 1 if you have the <machine/endian.h> header file. */ #define HAVE_MACHINE_ENDIAN_H 1 @@ -147,13 +144,13 @@ #define PACKAGE_NAME "OpenBSM" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "OpenBSM 1.0a5" +#define PACKAGE_STRING "OpenBSM 1.0a6" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "openbsm" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0a5" +#define PACKAGE_VERSION "1.0a6" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void @@ -168,7 +165,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "1.0a5" +#define VERSION "1.0a6" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ |