added STDC_HEADERS, HAVE_STRING_H, HAVE_REALPATH
authorewt <devnull@localhost>
Fri, 24 Jan 1997 19:05:23 +0000 (19:05 +0000)
committerewt <devnull@localhost>
Fri, 24 Jan 1997 19:05:23 +0000 (19:05 +0000)
CVS patchset: 1359
CVS date: 1997/01/24 19:05:23

config.h.in

index d483aa8..b81ca76 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef H_CONFIG
 #define H_CONFIG
 
+/* Define as 1 if you have ANSI headers */
+#define STDC_HEADERS 0
+
 /* Define as 1 if you have <netinet/in_systm.h> */
 #define HAVE_NETINET_IN_SYSTM_H 0
 
 /* Define as 1 if you have <libintl.h.h> */
 #define HAVE_LIBINTL_H 0
 
+/* Define as 1 if <string.h> defines h_errno */
+#define HAVE_STRING_H 0
+
+/* Define as 1 if your system provides realpath() */
+#define HAVE_REALPATH 0
+
 /* Define as 1 if <netdb.h> defines h_errno */
 #define HAVE_HERRNO 0