make/configh.dos.template

59 lines
1.4 KiB
Text
Raw Normal View History

1994-07-25 23:46:16 +00:00
1997-08-27 20:36:31 +00:00
/* Many things are defined already by a system header. */
#include <sys/config.h>
1994-07-25 23:46:16 +00:00
1997-08-27 20:36:31 +00:00
/* Name of this package (needed by automake) */
#define PACKAGE "%PACKAGE%"
1994-07-25 23:46:16 +00:00
1997-08-27 20:36:31 +00:00
/* Version of this package (needed by automake) */
#define VERSION "%VERSION%"
1997-04-07 07:21:16 +00:00
#if __DJGPP__ > 2 || __DJGPP_MINOR__ > 1
/* Define if `sys_siglist' is declared by <signal.h>. */
# define SYS_SIGLIST_DECLARED 1
/* Define this if the C library defines the variable `_sys_siglist'. */
# define HAVE_SYS_SIGLIST 1
#else
1997-04-07 07:21:16 +00:00
/* Define NSIG. */
# define NSIG SIGMAX
#endif
1997-04-07 07:21:16 +00:00
/* Define if you have the fdopen function. */
#define HAVE_FDOPEN 1
1994-07-25 23:46:16 +00:00
/* Define if you have sigsetmask. */
1997-08-27 20:36:31 +00:00
#define HAVE_SIGSETMASK 1
1994-07-25 23:46:16 +00:00
/* Define if you have the <memory.h> header file. */
1997-08-27 20:36:31 +00:00
#define HAVE_MEMORY_H 1
1994-07-25 23:46:16 +00:00
1997-04-07 07:21:16 +00:00
/* Define if you have the memmove function. */
1997-08-27 20:36:31 +00:00
#define HAVE_MEMMOVE 1
1997-04-07 07:21:16 +00:00
/* Define if you have the mkstemp function. */
#define HAVE_MKSTEMP 1
1994-07-25 23:46:16 +00:00
#define SCCS_GET "get"
/* Define to `unsigned long' or `unsigned long long'
if <inttypes.h> doesn't define. */
#define uintmax_t unsigned long long
/* Define the type of the first arg to select(). */
#define fd_set_size_t int
/* Define if you have the select function. */
#define HAVE_SELECT 1
/* Define if you have the vprintf library function. */
#undef HAVE_VPRINTF
#define HAVE_VPRINTF 1
/* Build host information. */
1999-09-11 05:10:27 +00:00
#define MAKE_HOST "i386-pc-msdosdjgpp"