summaryrefslogtreecommitdiff
path: root/h/config.h.in
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-23 15:21:03 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-23 15:21:03 +0000
commit095955c0ac5dc835af9231efb29bb93c8e452071 (patch)
tree9dbfe7d748ddf8dd838301d0bab92f9a3258660a /h/config.h.in
parente7d8f097974246d7a4e86840c73e35539644c2c4 (diff)
Regenerate.
Diffstat (limited to 'h/config.h.in')
-rw-r--r--h/config.h.in25
1 files changed, 8 insertions, 17 deletions
diff --git a/h/config.h.in b/h/config.h.in
index 4acfd77..46ab981 100644
--- a/h/config.h.in
+++ b/h/config.h.in
@@ -12,9 +12,6 @@
/* Define if you have the vprintf function. */
#undef HAVE_VPRINTF
-/* Define if you need to in order for stat and other things to work. */
-#undef _POSIX_SOURCE
-
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
@@ -24,11 +21,14 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
+/* Define if the X Window System is missing or not being used. */
+#undef X_DISPLAY_MISSING
+
/* Define to compile with Hesiod support. */
-#undef ZEPHYR_USES_HESIOD
+#undef HAVE_HESIOD
/* Define to compile with Kerberos support. */
-#undef ZEPHYR_USES_KERBEROS
+#undef HAVE_KRB4
/* Define to a signed 32-bit integral type. */
#define ZEPHYR_INT32 long
@@ -36,18 +36,12 @@
/* Define if you have the System Resource Controller library. */
#undef HAVE_SRC
-/* Define to "unsigned long" if your system headers don't. */
-#undef ulong
-
/* Define to a temporary directory on your system. */
#define FOUND_TMP "/var/tmp"
/* Define to the type of the host system. */
#define MACHINE_TYPE "unknown"
-/* Define if `regcomp' exists and works. */
-#undef HAVE_REGCOMP
-
/* The number of bytes in a int. */
#undef SIZEOF_INT
@@ -132,9 +126,6 @@
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
-/* Define if you have the <sys/uio.h> header file. */
-#undef HAVE_SYS_UIO_H
-
/* Define if you have the <sys/utsname.h> header file. */
#undef HAVE_SYS_UTSNAME_H
@@ -144,12 +135,12 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define if you have the 44bsd library (-l44bsd). */
+#undef HAVE_LIB44BSD
+
/* Define if you have the dl library (-ldl). */
#undef HAVE_LIBDL
-/* Define if you have the krb library (-lkrb). */
-#undef HAVE_LIBKRB
-
/* Define if you have the nsl library (-lnsl). */
#undef HAVE_LIBNSL