PERFORCE change 214740 for review

Robert Watson rwatson at FreeBSD.org
Sun Jul 22 11:08:00 UTC 2012


http://p4web.freebsd.org/@@214740?ac=10

Change 214740 by rwatson at 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
 


More information about the p4-projects mailing list