aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.in
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2002-11-29 06:25:05 +0000
committerMiles Bader <[email protected]>2002-11-29 06:25:05 +0000
commit44f75c4ff172e75a908e04690421524216e85157 (patch)
tree34f7645a8282dae22c8bd41db7f098588c70ce06 /src/config.in
parent44129dcbc77da96f523fea42d6005a5fa40478a0 (diff)
Regenerated
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in20
1 files changed, 17 insertions, 3 deletions
diff --git a/src/config.in b/src/config.in
index 6d29437ad8..fc8607b4a7 100644
--- a/src/config.in
+++ b/src/config.in
@@ -64,6 +64,9 @@ Boston, MA 02111-1307, USA. */
*/
#undef GETLOADAVG_PRIVILEGED
+/* Define to 1 if the `getpgrp' function requires zero arguments. */
+#undef GETPGRP_VOID
+
/* Define to 1 if gettimeofday accepts only one argument. */
#undef GETTIMEOFDAY_ONE_ARGUMENT
@@ -107,6 +110,14 @@ Boston, MA 02111-1307, USA. */
/* Define to 1 if you have the <com_err.h> header file. */
#undef HAVE_COM_ERR_H
+/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
+ don't. */
+#undef HAVE_DECL_SYS_SIGLIST
+
+/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
+ don't. */
+#undef HAVE_DECL___SYS_SIGLIST
+
/* Define to 1 if you have the <des.h> header file. */
#undef HAVE_DES_H
@@ -332,6 +343,9 @@ Boston, MA 02111-1307, USA. */
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define to 1 if you have the `memset' function. */
+#undef HAVE_MEMSET
+
/* Define to 1 if you have mouse menus. (This is automatic if you use X, but
the option to specify it remains.) It is also defined with other window
systems that support xmenu.c. */
@@ -682,9 +696,6 @@ Boston, MA 02111-1307, USA. */
/* Define to 1 on System V Release 4. */
#undef SVR4
-/* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
-#undef SYS_SIGLIST_DECLARED
-
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
@@ -754,6 +765,9 @@ Boston, MA 02111-1307, USA. */
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
+/* Define to any substitute for sys_siglist. */
+#undef sys_siglist
+
/* Define as `fork' if `vfork' does not work. */
#undef vfork