diff options
author | Roland McGrath <roland@redhat.com> | 1995-03-09 01:13:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-03-09 01:13:02 +0000 |
commit | a5a27a893de620410e7749f33aab4919b11321da (patch) | |
tree | cdfa16150b4ddf2fb8b2c7c589a689130216bfc6 /configh.dos.template | |
parent | 595f7598ae9cfda75fd2f0ecb93886876c4e0f57 (diff) | |
download | gunmake-a5a27a893de620410e7749f33aab4919b11321da.tar.gz |
(STDC_HEADERS): Define only if undefined.
(HAVE_SYS_PARAM_H): Don't define this.
(HAVE_STRERROR): Define this.
Diffstat (limited to 'configh.dos.template')
-rw-r--r-- | configh.dos.template | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/configh.dos.template b/configh.dos.template index 66e92f9..60e1f2e 100644 --- a/configh.dos.template +++ b/configh.dos.template @@ -16,7 +16,9 @@ #define RETSIGTYPE void
/* Define if you have the ANSI C header files. */
+#ifndef STDC_HEADERS
#define STDC_HEADERS
+#endif
/* Define if `sys_siglist' is declared by <signal.h>. */
#define SYS_SIGLIST_DECLARED
@@ -49,7 +51,7 @@ #define HAVE_LIMITS_H
/* 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 HAVE_FCNTL_H
@@ -60,6 +62,7 @@ /* Define if you have the <memory.h> header file. */
#define HAVE_MEMORY_H
-#define INCLUDEDIR "c:/djgpp/include"
-#define LIBDIR "c:/djgpp/lib"
+/* Define if you have the `strerror' function. */
+#define HAVE_STRERROR
+
#define SCCS_GET "get"
|