summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/config
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-09-21 07:14:41 +0000
committerrwatson <rwatson@FreeBSD.org>2006-09-21 07:14:41 +0000
commit65806250d545dd394124e8c21821901b661a1249 (patch)
treedce1fa167f9a3211b3c370999bcd1152d04bcf5b /contrib/openbsm/config
parent24e652fd73a7bad78eb9bdc1ebbdc288816b0dcd (diff)
downloadFreeBSD-src-65806250d545dd394124e8c21821901b661a1249.zip
FreeBSD-src-65806250d545dd394124e8c21821901b661a1249.tar.gz
Update config.h for OpenBSM 1.0 alpha 11 import: strlcat is now detected
by configure.
Diffstat (limited to 'contrib/openbsm/config')
-rw-r--r--contrib/openbsm/config/config.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/contrib/openbsm/config/config.h b/contrib/openbsm/config/config.h
index 42cbf67..eba531b 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
@@ -88,6 +88,9 @@
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
+/* Define to 1 if you have the `strlcat' function. */
+#define HAVE_STRLCAT 1
+
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
@@ -147,13 +150,13 @@
#define PACKAGE_NAME "OpenBSM"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "OpenBSM 1.0a9"
+#define PACKAGE_STRING "OpenBSM 1.0a11"
/* 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.0a9"
+#define PACKAGE_VERSION "1.0a11"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
@@ -168,7 +171,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "1.0a9"
+#define VERSION "1.0a11"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
OpenPOWER on IntegriCloud