Various updates, mainly to the Windows port, from Eli Zaretskii and
[make.git] / configh.dos.template
blob21a44271368d45d21d75bf739edda1a8fbbb6b49
2 /* Many things are defined already by a system header.  */
3 #include <sys/config.h>
5 #if __DJGPP__ > 2 || __DJGPP_MINOR__ > 1
7 /* Define if `sys_siglist' is declared by <signal.h>.  */
8 # define SYS_SIGLIST_DECLARED 1
10 /* Define this if the C library defines the variable `_sys_siglist'.  */
11 # define HAVE_SYS_SIGLIST 1
13 #else
15 /* Define NSIG.  */
16 # define NSIG SIGMAX
18 #endif
20 /* Use high resolution file timestamps if nonzero. */
21 #define FILE_TIMESTAMP_HI_RES 0
23 /* Define to 1 if you have `alloca', as a function or macro. */
24 #define HAVE_ALLOCA 1
26 /* Define if you have the fdopen function.  */
27 #define HAVE_FDOPEN 1
29 /* Define to 1 if you have the `getgroups' function. */
30 #define HAVE_GETGROUPS 1
32 /* Define if you have the <memory.h> header file.  */
33 #define HAVE_MEMORY_H 1
35 /* Define if you have the mkstemp function.  */
36 #define HAVE_MKSTEMP 1
38 /* Define to 1 if you have the `mktemp' function. */
39 #define HAVE_MKTEMP 1
41 /* Define to 1 if you have the `setlinebuf' function. */
42 #define HAVE_SETLINEBUF 1
44 /* Define to 1 if you have the `setvbuf' function. */
45 #define HAVE_SETVBUF 1
47 #define SCCS_GET "get"
49 /* Define to `unsigned long' or `unsigned long long'
50    if <inttypes.h> doesn't define.  */
51 #define uintmax_t unsigned long long
53 /* Define the type of the first arg to select().  */
54 #define fd_set_size_t int
56 /* Define if you have the select function.  */
57 #define HAVE_SELECT 1
59 /* Define if your compiler conforms to the ANSI C standard. */
60 #define HAVE_ANSI_COMPILER 1
62 /* Define to 1 if you have the <stdarg.h> header file. */
63 #define HAVE_STDARG_H 1
65 /* Define if you have the vprintf library function.  */
66 #undef HAVE_VPRINTF
67 #define HAVE_VPRINTF 1
69 /* Name of the package */
70 #define PACKAGE "%PACKAGE%"
72 /* Define to the address where bug reports for this package should be sent. */
73 #define PACKAGE_BUGREPORT "bug-%PACKAGE%@gnu.org"
75 /* Define to the full name of this package. */
76 #define PACKAGE_NAME "GNU %PACKAGE%"
78 /* Define to the full name and version of this package. */
79 #define PACKAGE_STRING "GNU %PACKAGE% %VERSION%"
81 /* Define to the one symbol short name of this package. */
82 #define PACKAGE_TARNAME "%PACKAGE%"
84 /* Define to the version of this package. */
85 #define PACKAGE_VERSION "%VERSION%"
87 /* Define to 1 if the C compiler supports function prototypes. */
88 #define PROTOTYPES 1
90 /* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
91 #define SYS_SIGLIST_DECLARED 1
93 /* Version number of package */
94 #define VERSION "%VERSION%"
96 /* Build host information. */
97 #define MAKE_HOST "i386-pc-msdosdjgpp"
99 /* Grok DOS paths (drive specs and backslash path element separators) */
100 #define HAVE_DOS_PATHS