make/configh.dos.template

36 lines
808 B
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
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
1994-07-25 23:46:16 +00:00
#define SCCS_GET "get"