Kaydet (Commit) 537a1317 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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.
üst 7b8a5c0a
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
/* Build info string */ /* Build info string */
#undef BUILDINFO #undef BUILDINFO
/* Assume case insensitive file system. */
#undef CASE_INSENSITIVE_FS
/* Enables the use of spawn instead of fork/exec if it is supported. */ /* Enables the use of spawn instead of fork/exec if it is supported. */
#undef ENABLE_SPAWN #undef ENABLE_SPAWN
...@@ -52,9 +55,6 @@ ...@@ -52,9 +55,6 @@
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H #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. */ /* Define to 1 if you have the `settz' function. */
#undef HAVE_SETTZ #undef HAVE_SETTZ
...@@ -70,9 +70,6 @@ ...@@ -70,9 +70,6 @@
/* Define to 1 if you have the <stdlib.h> header file. */ /* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H #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. */ /* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR #undef HAVE_STRERROR
...@@ -82,11 +79,8 @@ ...@@ -82,11 +79,8 @@
/* Define to 1 if you have the <string.h> header file. */ /* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H #undef HAVE_STRING_H
/* Define to 1 if you have the `strspn' function. */ /* Define to 1 if you have the `strlwr' function. */
#undef HAVE_STRSPN #undef HAVE_STRLWR
/* Define to 1 if you have the `strstr' function. */
#undef HAVE_STRSTR
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/ */
...@@ -138,9 +132,8 @@ ...@@ -138,9 +132,8 @@
/* Define to 1 if you have the <wait.h> header file. */ /* Define to 1 if you have the <wait.h> header file. */
#undef HAVE_WAIT_H #undef HAVE_WAIT_H
/* Do not check for drive letters. Introduced as an optimization for iz61170. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
*/ #undef NO_MINUS_C_MINUS_O
#undef NO_DRIVE_LETTERS
/* Name of package */ /* Name of package */
#undef PACKAGE #undef PACKAGE
...@@ -163,13 +156,13 @@ ...@@ -163,13 +156,13 @@
/* Define as the return type of signal handlers (`int' or `void'). */ /* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE #undef RETSIGTYPE
/* The size of a `int', as computed by sizeof. */ /* The size of `int', as computed by sizeof. */
#undef SIZEOF_INT #undef SIZEOF_INT
/* The size of a `long', as computed by sizeof. */ /* The size of `long', as computed by sizeof. */
#undef SIZEOF_LONG #undef SIZEOF_LONG
/* The size of a `short', as computed by sizeof. */ /* The size of `short', as computed by sizeof. */
#undef SIZEOF_SHORT #undef SIZEOF_SHORT
/* Define to 1 if you have the ANSI C header files. */ /* Define to 1 if you have the ANSI C header files. */
...@@ -178,18 +171,14 @@ ...@@ -178,18 +171,14 @@
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME #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 */ /* Version number of package */
#undef VERSION #undef VERSION
/* Define to empty if `const' does not conform to ANSI C. */ /* Define to empty if `const' does not conform to ANSI C. */
#undef const #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 #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 #undef size_t
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment