(STDC_HEADERS): Define only if undefined.
authorRoland McGrath <roland@redhat.com>
Thu, 9 Mar 1995 01:13:02 +0000 (01:13 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 9 Mar 1995 01:13:02 +0000 (01:13 +0000)
(HAVE_SYS_PARAM_H): Don't define this.
(HAVE_STRERROR): Define this.

configh.dos.template

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