| 1 | /* configh.dos -- hand-massaged config.h file for MS-DOS builds -*-C-*-
|
|---|
| 2 |
|
|---|
| 3 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
|
|---|
| 4 | 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
|---|
| 5 | This file is part of GNU Make.
|
|---|
| 6 |
|
|---|
| 7 | GNU Make is free software; you can redistribute it and/or modify it under the
|
|---|
| 8 | terms of the GNU General Public License as published by the Free Software
|
|---|
| 9 | Foundation; either version 3 of the License, or (at your option) any later
|
|---|
| 10 | version.
|
|---|
| 11 |
|
|---|
| 12 | GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
|
|---|
| 13 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|---|
| 14 | A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|---|
| 15 |
|
|---|
| 16 | You should have received a copy of the GNU General Public License along with
|
|---|
| 17 | this program. If not, see <http://www.gnu.org/licenses/>. */
|
|---|
| 18 |
|
|---|
| 19 | /* Many things are defined already by a system header. */
|
|---|
| 20 | #include <sys/config.h>
|
|---|
| 21 |
|
|---|
| 22 | #if __DJGPP__ > 2 || __DJGPP_MINOR__ > 1
|
|---|
| 23 |
|
|---|
| 24 | /* Define to 1 if `sys_siglist' is declared by <signal.h>. */
|
|---|
| 25 | # define SYS_SIGLIST_DECLARED 1
|
|---|
| 26 |
|
|---|
| 27 | /* Define to 1 if the C library defines the variable `_sys_siglist'. */
|
|---|
| 28 | # define HAVE_DECL_SYS_SIGLIST 1
|
|---|
| 29 |
|
|---|
| 30 | #else
|
|---|
| 31 |
|
|---|
| 32 | /* Define NSIG. */
|
|---|
| 33 | # define NSIG SIGMAX
|
|---|
| 34 |
|
|---|
| 35 | #endif
|
|---|
| 36 |
|
|---|
| 37 | /* Use high resolution file timestamps if nonzero. */
|
|---|
| 38 | #define FILE_TIMESTAMP_HI_RES 0
|
|---|
| 39 |
|
|---|
| 40 | /* Define to 1 if you have `alloca', as a function or macro. */
|
|---|
| 41 | #define HAVE_ALLOCA 1
|
|---|
| 42 |
|
|---|
| 43 | /* Define to 1 if you have the fdopen function. */
|
|---|
| 44 | #define HAVE_FDOPEN 1
|
|---|
| 45 |
|
|---|
| 46 | /* Define to 1 if you have the `getgroups' function. */
|
|---|
| 47 | #define HAVE_GETGROUPS 1
|
|---|
| 48 |
|
|---|
| 49 | /* Define to 1 if you have the <memory.h> header file. */
|
|---|
| 50 | #define HAVE_MEMORY_H 1
|
|---|
| 51 |
|
|---|
| 52 | /* Define to 1 if you have the mkstemp function. */
|
|---|
| 53 | #define HAVE_MKSTEMP 1
|
|---|
| 54 |
|
|---|
| 55 | /* Define to 1 if you have the `mktemp' function. */
|
|---|
| 56 | #define HAVE_MKTEMP 1
|
|---|
| 57 |
|
|---|
| 58 | /* Define to 1 if you have the `setlinebuf' function. */
|
|---|
| 59 | #define HAVE_SETLINEBUF 1
|
|---|
| 60 |
|
|---|
| 61 | /* Define to 1 if you have the `setvbuf' function. */
|
|---|
| 62 | #define HAVE_SETVBUF 1
|
|---|
| 63 |
|
|---|
| 64 | #define SCCS_GET "get"
|
|---|
| 65 |
|
|---|
| 66 | /* Define to `unsigned long' or `unsigned long long'
|
|---|
| 67 | if <inttypes.h> doesn't define. */
|
|---|
| 68 | #define uintmax_t unsigned long long
|
|---|
| 69 |
|
|---|
| 70 | /* Define the type of the first arg to select(). */
|
|---|
| 71 | #define fd_set_size_t int
|
|---|
| 72 |
|
|---|
| 73 | /* Define to 1 if you have the select function. */
|
|---|
| 74 | #define HAVE_SELECT 1
|
|---|
| 75 |
|
|---|
| 76 | /* Define to 1 if your compiler conforms to the ANSI C standard. */
|
|---|
| 77 | #define HAVE_ANSI_COMPILER 1
|
|---|
| 78 |
|
|---|
| 79 | /* Define to 1 if you have the <stdarg.h> header file. */
|
|---|
| 80 | #define HAVE_STDARG_H 1
|
|---|
| 81 |
|
|---|
| 82 | /* Define to 1 if you have the vprintf library function. */
|
|---|
| 83 | #undef HAVE_VPRINTF
|
|---|
| 84 | #define HAVE_VPRINTF 1
|
|---|
| 85 |
|
|---|
| 86 | /* Define to 1 if you have the stricmp function. */
|
|---|
| 87 | #define HAVE_STRICMP 1
|
|---|
| 88 |
|
|---|
| 89 | /* Name of the package */
|
|---|
| 90 | #define PACKAGE "%PACKAGE%"
|
|---|
| 91 |
|
|---|
| 92 | /* Define to the address where bug reports for this package should be sent. */
|
|---|
| 93 | #define PACKAGE_BUGREPORT "bug-%PACKAGE%@gnu.org"
|
|---|
| 94 |
|
|---|
| 95 | /* Define to the full name of this package. */
|
|---|
| 96 | #define PACKAGE_NAME "GNU %PACKAGE%"
|
|---|
| 97 |
|
|---|
| 98 | /* Define to the full name and version of this package. */
|
|---|
| 99 | #define PACKAGE_STRING "GNU %PACKAGE% %VERSION%"
|
|---|
| 100 |
|
|---|
| 101 | /* Define to the one symbol short name of this package. */
|
|---|
| 102 | #define PACKAGE_TARNAME "%PACKAGE%"
|
|---|
| 103 |
|
|---|
| 104 | /* Define to the version of this package. */
|
|---|
| 105 | #define PACKAGE_VERSION "%VERSION%"
|
|---|
| 106 |
|
|---|
| 107 | /* Define to 1 if the C compiler supports function prototypes. */
|
|---|
| 108 | #define PROTOTYPES 1
|
|---|
| 109 |
|
|---|
| 110 | /* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
|
|---|
| 111 | #define SYS_SIGLIST_DECLARED 1
|
|---|
| 112 |
|
|---|
| 113 | /* Version number of package */
|
|---|
| 114 | #define VERSION "%VERSION%"
|
|---|
| 115 |
|
|---|
| 116 | /* Build host information. */
|
|---|
| 117 | #define MAKE_HOST "i386-pc-msdosdjgpp"
|
|---|
| 118 |
|
|---|
| 119 | /* Grok DOS paths (drive specs and backslash path element separators) */
|
|---|
| 120 | #define HAVE_DOS_PATHS
|
|---|