You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/11/11 13:53:38 UTC

svn commit: r834862 - /commons/sandbox/runtime/trunk/src/main/native/configure

Author: mturk
Date: Wed Nov 11 12:53:38 2009
New Revision: 834862

URL: http://svn.apache.org/viewvc?rev=834862&view=rev
Log:
Allow to prepare the makefiles for distribution

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=834862&r1=834861&r2=834862&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Wed Nov 11 12:53:38 2009
@@ -1039,14 +1039,14 @@
 #define HAVE_UNISTD_H         `have_include 0 unistd`
 #define HAVE_STRING_H         `have_include 1 string`
 #define HAVE_STRINGS_H        `have_include 0 strings`
-#define HAVE_INTTYPES_H       `have_include 1 inttypes`
-#define HAVE_WTYPES_H         `have_include 1 wtypes`
+#define HAVE_INTTYPES_H       `have_include 0 inttypes`
+#define HAVE_WTYPES_H         `have_include 0 wtypes`
 #define HAVE_DLFCN_H          `have_include 0 dlfcn`
 #define HAVE_LINK_H           `have_include 0 link`
 #define HAVE_FCNTL_H          `have_include 0 fcntl`
 #define HAVE_SYS_FILE_H       `have_include 0 sys/file`
 #define HAVE_SYS_TYPES_H      `have_include 1 sys/types`
-#define HAVE_SYS_CDEFS_H      `have_include 1 sys/cdefs`
+#define HAVE_SYS_CDEFS_H      `have_include 0 sys/cdefs`
 #define HAVE_SYS_QUEUE_H      `have_include 0 sys/queue`
 #define HAVE_SYS_RESOURCE_H   `have_include 0 sys/resource`
 #define HAVE_SYS_SELECT_H     `have_include 0 sys/select`