Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2012 11:07:58 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 214740 for review
Message-ID:  <201207221107.q6MB7wXP056711@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@214740?ac=10

Change 214740 by rwatson@rwatson_cinnamon on 2012/07/22 11:07:04

	Update config.h.in following run of updated autoheader.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/config/config.h.in#18 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/config/config.h.in#18 (text+ko) ====

@@ -116,7 +116,7 @@
 /* Define to 1 if you have the `strtoul' function. */
 #undef HAVE_STRTOUL
 
-/* Define to 1 if `st_rdev' is member of `struct stat'. */
+/* Define to 1 if `st_rdev' is a member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_RDEV
 
 /* Define to 1 if you have the <sys/endian.h> header file. */
@@ -153,6 +153,10 @@
    slash. */
 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#undef LT_OBJDIR
+
 /* Name of package */
 #undef PACKAGE
 
@@ -168,6 +172,9 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207221107.q6MB7wXP056711>