* New config.sub and config.guess
[make.git] / configh.dos.template
blob36fb953ebf264eeee47dbf4d152d187627816d1a
1 \r
2 /* Many things are defined already by a system header.  */\r
3 #include <sys/config.h>\r
4 \r
5 /* Name of this package (needed by automake) */\r
6 #define PACKAGE "%PACKAGE%"\r
7 \r
8 /* Version of this package (needed by automake) */\r
9 #define VERSION "%VERSION%"\r
11 #if __DJGPP__ > 2 || __DJGPP_MINOR__ > 1\r
13 /* Define if `sys_siglist' is declared by <signal.h>.  */\r
14 # define SYS_SIGLIST_DECLARED 1\r
16 /* Define this if the C library defines the variable `_sys_siglist'.  */\r
17 # define HAVE_SYS_SIGLIST 1\r
19 #else\r
21 /* Define NSIG.  */\r
22 # define NSIG SIGMAX\r
24 #endif\r
26 /* Define if you have sigsetmask.  */\r
27 #define HAVE_SIGSETMASK 1\r
29 /* Define if you have the <memory.h> header file.  */\r
30 #define HAVE_MEMORY_H 1\r
32 /* Define if you have the memmove function.  */\r
33 #define HAVE_MEMMOVE 1\r
35 #define SCCS_GET "get"\r
37 /* Define to `unsigned long' or `unsigned long long'\r
38    if <inttypes.h> doesn't define.  */\r
39 #define uintmax_t unsigned long long\r
41 /* Define the type of the first arg to select().  */\r
42 #define fd_set_size_t int\r
44 /* Define if you have the select function.  */\r
45 #define HAVE_SELECT 1\r
47 /* Define if you have the vprintf library function.  */\r
48 #undef HAVE_VPRINTF\r
49 #define HAVE_VPRINTF 1\r
51 /* Build host information. */\r
52 #define MAKE_HOST "i386-pc-msdosdjgpp"\r