Add missing load.c file to POTFILES.in
[make.git] / configh.dos.template
blob10d848f7cf61deb9ddc0df9725c23e1465fc8c7e
1 /* configh.dos -- hand-massaged config.h file for MS-DOS builds         -*-C-*-
3 Copyright (C) 1994-2012 Free Software Foundation, Inc.
4 This file is part of GNU Make.
6 GNU Make is free software; you can redistribute it and/or modify it under the
7 terms of the GNU General Public License as published by the Free Software
8 Foundation; either version 3 of the License, or (at your option) any later
9 version.
11 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
12 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13 A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License along with
16 this program.  If not, see <http://www.gnu.org/licenses/>.  */
18 /* Include this header to make __DJGPP_MINOR__ available because DJGPP ports
19    of GCC 4.3.0 and later no longer do it automatically.  */
20 #include <sys/version.h>
22 /* Many things are defined already by a system header.  */
23 #include <sys/config.h>
25 #if __DJGPP__ > 2 || __DJGPP_MINOR__ > 1
27 /* Define to 1 if 'sys_siglist' is declared by <signal.h> or <unistd.h>. */
28 # define SYS_SIGLIST_DECLARED 1
30 /* Define to 1 if the C library defines the variable '_sys_siglist'.  */
31 # define HAVE_DECL_SYS_SIGLIST 1
33 #else
35 /* Define NSIG.  */
36 # define NSIG SIGMAX
38 #endif
40 /* Use high resolution file timestamps if nonzero. */
41 #define FILE_TIMESTAMP_HI_RES 0
43 /* Define to 1 if you have 'alloca', as a function or macro. */
44 #define HAVE_ALLOCA 1
46 /* Define to 1 if you have the fdopen function.  */
47 #define HAVE_FDOPEN 1
49 /* Define to 1 if you have the 'getgroups' function. */
50 #define HAVE_GETGROUPS 1
52 /* Define to 1 if you have the <memory.h> header file.  */
53 #define HAVE_MEMORY_H 1
55 /* Define to 1 if you have the mkstemp function.  */
56 #define HAVE_MKSTEMP 1
58 /* Define to 1 if you have the 'mktemp' function. */
59 #define HAVE_MKTEMP 1
61 /* Define to 1 if you have the 'setlinebuf' function. */
62 #define HAVE_SETLINEBUF 1
64 /* Define to 1 if you have the 'setvbuf' function. */
65 #define HAVE_SETVBUF 1
67 #define SCCS_GET "get"
69 /* Define to 'unsigned long' or 'unsigned long long'
70    if <inttypes.h> doesn't define.  */
71 #define uintmax_t unsigned long long
73 /* Define the type of the first arg to select().  */
74 #define fd_set_size_t int
76 /* Define to 1 if you have the select function.  */
77 #define HAVE_SELECT 1
79 /* Define to 1 if your compiler conforms to the ANSI C standard. */
80 #define HAVE_ANSI_COMPILER 1
82 /* Define to 1 if you have the <stdarg.h> header file. */
83 #define HAVE_STDARG_H 1
85 /* Define to 1 if you have the vprintf library function.  */
86 #undef HAVE_VPRINTF
87 #define HAVE_VPRINTF 1
89 /* Define to 1 if you have the stricmp function.  */
90 #define HAVE_STRICMP 1
92 /* Define to 1 if you have the 'strncasecmp' function. */
93 #define HAVE_STRNCASECMP 1
95 /* Name of the package */
96 #define PACKAGE "%PACKAGE%"
98 /* Define to the address where bug reports for this package should be sent. */
99 #define PACKAGE_BUGREPORT "bug-%PACKAGE%@gnu.org"
101 /* Define to the full name of this package. */
102 #define PACKAGE_NAME "GNU %PACKAGE%"
104 /* Define to the full name and version of this package. */
105 #define PACKAGE_STRING "GNU %PACKAGE% %VERSION%"
107 /* Define to the one symbol short name of this package. */
108 #define PACKAGE_TARNAME "%PACKAGE%"
110 /* Define to the version of this package. */
111 #define PACKAGE_VERSION "%VERSION%"
113 /* Define to 1 if the C compiler supports function prototypes. */
114 #define PROTOTYPES 1
116 /* Version number of package */
117 #define VERSION "%VERSION%"
119 /* Build host information. */
120 #define MAKE_HOST "i386-pc-msdosdjgpp"
122 /* Grok DOS paths (drive specs and backslash path element separators) */
123 #define HAVE_DOS_PATHS