(STDC_HEADERS): Define only if undefined.

(HAVE_SYS_PARAM_H): Don't define this.
(HAVE_STRERROR): Define this.
This commit is contained in:
Roland McGrath 1995-03-09 01:13:02 +00:00
parent 595f7598ae
commit a5a27a893d

View file

@ -16,7 +16,9 @@
#define RETSIGTYPE void #define RETSIGTYPE void
/* Define if you have the ANSI C header files. */ /* Define if you have the ANSI C header files. */
#ifndef STDC_HEADERS
#define STDC_HEADERS #define STDC_HEADERS
#endif
/* Define if `sys_siglist' is declared by <signal.h>. */ /* Define if `sys_siglist' is declared by <signal.h>. */
#define SYS_SIGLIST_DECLARED #define SYS_SIGLIST_DECLARED
@ -49,7 +51,7 @@
#define HAVE_LIMITS_H #define HAVE_LIMITS_H
/* Define if you have the <sys/param.h> header file. */ /* Define if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H #undef HAVE_SYS_PARAM_H
/* Define if you have the <fcntl.h> header file. */ /* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H #define HAVE_FCNTL_H
@ -60,6 +62,7 @@
/* Define if you have the <memory.h> header file. */ /* Define if you have the <memory.h> header file. */
#define HAVE_MEMORY_H #define HAVE_MEMORY_H
#define INCLUDEDIR "c:/djgpp/include" /* Define if you have the `strerror' function. */
#define LIBDIR "c:/djgpp/lib" #define HAVE_STRERROR
#define SCCS_GET "get" #define SCCS_GET "get"