summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1998-03-09 00:32:22 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1998-03-09 00:32:22 +0000
commit2a5020f3232d85574912372a5d7f9e38741b2f99 (patch)
tree2b48f1e5b287e643c5501d73a5c561487e96eba0 /h
parentb290e1468691f9d5932af2b9e4d7da2f35519df3 (diff)
Regenerate.
Diffstat (limited to 'h')
-rw-r--r--h/config.h.in18
1 files changed, 12 insertions, 6 deletions
diff --git a/h/config.h.in b/h/config.h.in
index 46ab981..023ace9 100644
--- a/h/config.h.in
+++ b/h/config.h.in
@@ -15,6 +15,9 @@
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
+/* Define if the `setpgrp' function takes no argument. */
+#undef SETPGRP_VOID
+
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
@@ -57,6 +60,12 @@
/* Define if you have the getlogin function. */
#undef HAVE_GETLOGIN
+/* Define if you have the getpgid function. */
+#undef HAVE_GETPGID
+
+/* Define if you have the getsid function. */
+#undef HAVE_GETSID
+
/* Define if you have the krb_get_err_text function. */
#undef HAVE_KRB_GET_ERR_TEXT
@@ -78,9 +87,6 @@
/* Define if you have the random function. */
#undef HAVE_RANDOM
-/* Define if you have the re_comp function. */
-#undef HAVE_RE_COMP
-
/* Define if you have the strchr function. */
#undef HAVE_STRCHR
@@ -93,9 +99,6 @@
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
-/* Define if you have the <libgen.h> header file. */
-#undef HAVE_LIBGEN_H
-
/* Define if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
@@ -141,6 +144,9 @@
/* Define if you have the dl library (-ldl). */
#undef HAVE_LIBDL
+/* Define if you have the gen library (-lgen). */
+#undef HAVE_LIBGEN
+
/* Define if you have the nsl library (-lnsl). */
#undef HAVE_LIBNSL