[vmkit-commits] [vmkit] r180335 - remove useless options of config.h

Peter Senna Tschudin peter.senna at gmail.com
Thu Apr 25 10:00:25 PDT 2013


Author: peter.senna
Date: Thu Apr 25 11:58:51 2013
New Revision: 180335

URL: http://llvm.org/viewvc/llvm-project?rev=180335&view=rev
Log:
remove useless options of config.h
(cherry picked from commit 62674352740b40f7fe42d2673af63acd1fffa1ba)

Added:
    vmkit/trunk/include/vmkit/config.h.in.orig
      - copied, changed from r180334, vmkit/trunk/include/vmkit/config.h.in
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=180335&r1=180334&r2=180335&view=diff
==============================================================================
--- vmkit/trunk/include/vmkit/config.h.in (original)
+++ vmkit/trunk/include/vmkit/config.h.in Thu Apr 25 11:58:51 2013
@@ -1,82 +1,2 @@
-/* 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
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define to 1 if you have the `z' library (-lz). */
-#undef HAVE_LIBZ
-
-/* Define to 1 if you have the `longjmp' function. */
-#undef HAVE_LONGJMP
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define to 1 if you have the `setjmp' function. */
-#undef HAVE_SETJMP
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if the system has the type `uint64_t'. */
-#undef HAVE_UINT64_T
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Define to 1 if the system has the type `u_int64_t'. */
-#undef HAVE_U_INT64_T
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* 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 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
-
-/* Define to `unsigned int' if <sys/types.h> does not define. */
-#undef size_t
-
 /* Kill stale references
 #undef RESET_STALE_REFERENCES

Copied: vmkit/trunk/include/vmkit/config.h.in.orig (from r180334, vmkit/trunk/include/vmkit/config.h.in)
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/include/vmkit/config.h.in.orig?p2=vmkit/trunk/include/vmkit/config.h.in.orig&p1=vmkit/trunk/include/vmkit/config.h.in&r1=180334&r2=180335&rev=180335&view=diff
==============================================================================
    (empty)





More information about the vmkit-commits mailing list