summaryrefslogtreecommitdiffstats
path: root/dmake/config.h.in
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-18 08:28:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-18 08:28:01 +0000
commit537a1317d96baafb391988950a93a79c9721103d (patch)
tree10d564d2343097cd3559f7e3d91e8ea8ea01d6dc /dmake/config.h.in
parentINTEGRATION: CWS dmake47 (1.3.12); FILE MERGED (diff)
downloadcore-537a1317d96baafb391988950a93a79c9721103d.tar.gz
core-537a1317d96baafb391988950a93a79c9721103d.zip
INTEGRATION: CWS dmake47 (1.13.12); FILE MERGED
2006/11/12 05:25:24 vq 1.13.12.3: #i71422# Remove unused macro and regenerate autotools files. 2006/09/29 21:20:44 vq 1.13.12.2: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead. 2006/09/28 21:16:20 vq 1.13.12.1: #i69953# Clean up of the autotooling.
Diffstat (limited to 'dmake/config.h.in')
-rw-r--r--dmake/config.h.in35
1 files changed, 12 insertions, 23 deletions
diff --git a/dmake/config.h.in b/dmake/config.h.in
index 91a0b93ab03b..c8aa63a861b9 100644
--- a/dmake/config.h.in
+++ b/dmake/config.h.in
@@ -3,6 +3,9 @@
/* Build info string */
#undef BUILDINFO
+/* Assume case insensitive file system. */
+#undef CASE_INSENSITIVE_FS
+
/* Enables the use of spawn instead of fork/exec if it is supported. */
#undef ENABLE_SPAWN
@@ -52,9 +55,6 @@
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
-/* Define to 1 if you have the `putenv' function. */
-#undef HAVE_PUTENV
-
/* Define to 1 if you have the `settz' function. */
#undef HAVE_SETTZ
@@ -70,9 +70,6 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
-/* Define to 1 if you have the `strcspn' function. */
-#undef HAVE_STRCSPN
-
/* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR
@@ -82,11 +79,8 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
-/* Define to 1 if you have the `strspn' function. */
-#undef HAVE_STRSPN
-
-/* Define to 1 if you have the `strstr' function. */
-#undef HAVE_STRSTR
+/* Define to 1 if you have the `strlwr' function. */
+#undef HAVE_STRLWR
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
@@ -138,9 +132,8 @@
/* Define to 1 if you have the <wait.h> header file. */
#undef HAVE_WAIT_H
-/* Do not check for drive letters. Introduced as an optimization for iz61170.
- */
-#undef NO_DRIVE_LETTERS
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+#undef NO_MINUS_C_MINUS_O
/* Name of package */
#undef PACKAGE
@@ -163,13 +156,13 @@
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
-/* The size of a `int', as computed by sizeof. */
+/* The size of `int', as computed by sizeof. */
#undef SIZEOF_INT
-/* The size of a `long', as computed by sizeof. */
+/* The size of `long', as computed by sizeof. */
#undef SIZEOF_LONG
-/* The size of a `short', as computed by sizeof. */
+/* The size of `short', as computed by sizeof. */
#undef SIZEOF_SHORT
/* Define to 1 if you have the ANSI C header files. */
@@ -178,18 +171,14 @@
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
-/* Use sane redirection mechanism for systems that support parallel building,
- see iz53148. */
-#undef USE_SANE_EXEC_SHELL_REDIR
-
/* Version number of package */
#undef VERSION
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
-/* Define to `long' if <sys/types.h> does not define. */
+/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t