[vmkit-commits] [vmkit] r145036 - /vmkit/trunk/include/vmkit/config.h.in

Gael Thomas gael.thomas at lip6.fr
Mon Nov 21 02:53:24 PST 2011


Author: gthomas
Date: Mon Nov 21 04:53:24 2011
New Revision: 145036

URL: http://llvm.org/viewvc/llvm-project?rev=145036&view=rev
Log:
fix the comments in config.h.in by calling autoheader

Modified:
    vmkit/trunk/include/vmkit/config.h.in

Modified: vmkit/trunk/include/vmkit/config.h.in
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/include/vmkit/config.h.in?rev=145036&r1=145035&r2=145036&view=diff
==============================================================================
--- vmkit/trunk/include/vmkit/config.h.in (original)
+++ vmkit/trunk/include/vmkit/config.h.in Mon Nov 21 04:53:24 2011
@@ -1,4 +1,4 @@
-/* include/mvm/Config/config.h.in.  Generated from autoconf/configure.ac by autoheader.  */
+/* include/vmkit/config.h.in.  Generated from autoconf/configure.ac by autoheader.  */
 
 /* Define to 1 if the system has the type `int64_t'. */
 #undef HAVE_INT64_T
@@ -6,12 +6,6 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
-/* Define to 1 if you have the `gc' library (-lgc). */
-#undef HAVE_LIBGC
-
-/* Define to 1 if you have the `pthread' library (-lpthread). */
-#undef HAVE_LIBPTHREAD
-
 /* Define to 1 if you have the `z' library (-lz). */
 #undef HAVE_LIBZ
 
@@ -21,9 +15,6 @@
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
-/* Using pthread library */
-#undef HAVE_PTHREAD
-
 /* Define to 1 if you have the `setjmp' function. */
 #undef HAVE_SETJMP
 
@@ -66,18 +57,21 @@
 /* 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
 
-/* Define as the return type of signal handlers (`int' or `void'). */
-#undef RETSIGTYPE
-
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
 #undef TM_IN_SYS_TIME
 
+/* Building on a platform with 64bit cas */
+#undef WITH_64
+
 /* Define to `int' if <sys/types.h> does not define. */
 #undef pid_t
 





More information about the vmkit-commits mailing list