aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiles Bader2002-11-29 06:25:05 +0000
committerMiles Bader2002-11-29 06:25:05 +0000
commit44f75c4ff172e75a908e04690421524216e85157 (patch)
tree34f7645a8282dae22c8bd41db7f098588c70ce06 /src
parent44129dcbc77da96f523fea42d6005a5fa40478a0 (diff)
downloademacs-44f75c4ff172e75a908e04690421524216e85157.tar.gz
emacs-44f75c4ff172e75a908e04690421524216e85157.zip
Regenerated
Diffstat (limited to 'src')
-rw-r--r--src/config.in20
1 files changed, 17 insertions, 3 deletions
diff --git a/src/config.in b/src/config.in
index 6d29437ad83..fc8607b4a74 100644
--- a/src/config.in
+++ b/src/config.in
@@ -64,6 +64,9 @@ Boston, MA 02111-1307, USA. */
64 */ 64 */
65#undef GETLOADAVG_PRIVILEGED 65#undef GETLOADAVG_PRIVILEGED
66 66
67/* Define to 1 if the `getpgrp' function requires zero arguments. */
68#undef GETPGRP_VOID
69
67/* Define to 1 if gettimeofday accepts only one argument. */ 70/* Define to 1 if gettimeofday accepts only one argument. */
68#undef GETTIMEOFDAY_ONE_ARGUMENT 71#undef GETTIMEOFDAY_ONE_ARGUMENT
69 72
@@ -107,6 +110,14 @@ Boston, MA 02111-1307, USA. */
107/* Define to 1 if you have the <com_err.h> header file. */ 110/* Define to 1 if you have the <com_err.h> header file. */
108#undef HAVE_COM_ERR_H 111#undef HAVE_COM_ERR_H
109 112
113/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
114 don't. */
115#undef HAVE_DECL_SYS_SIGLIST
116
117/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
118 don't. */
119#undef HAVE_DECL___SYS_SIGLIST
120
110/* Define to 1 if you have the <des.h> header file. */ 121/* Define to 1 if you have the <des.h> header file. */
111#undef HAVE_DES_H 122#undef HAVE_DES_H
112 123
@@ -332,6 +343,9 @@ Boston, MA 02111-1307, USA. */
332/* Define to 1 if you have the <memory.h> header file. */ 343/* Define to 1 if you have the <memory.h> header file. */
333#undef HAVE_MEMORY_H 344#undef HAVE_MEMORY_H
334 345
346/* Define to 1 if you have the `memset' function. */
347#undef HAVE_MEMSET
348
335/* Define to 1 if you have mouse menus. (This is automatic if you use X, but 349/* Define to 1 if you have mouse menus. (This is automatic if you use X, but
336 the option to specify it remains.) It is also defined with other window 350 the option to specify it remains.) It is also defined with other window
337 systems that support xmenu.c. */ 351 systems that support xmenu.c. */
@@ -682,9 +696,6 @@ Boston, MA 02111-1307, USA. */
682/* Define to 1 on System V Release 4. */ 696/* Define to 1 on System V Release 4. */
683#undef SVR4 697#undef SVR4
684 698
685/* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
686#undef SYS_SIGLIST_DECLARED
687
688/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 699/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
689#undef TIME_WITH_SYS_TIME 700#undef TIME_WITH_SYS_TIME
690 701
@@ -754,6 +765,9 @@ Boston, MA 02111-1307, USA. */
754/* Define to `int' if <sys/types.h> does not define. */ 765/* Define to `int' if <sys/types.h> does not define. */
755#undef pid_t 766#undef pid_t
756 767
768/* Define to any substitute for sys_siglist. */
769#undef sys_siglist
770
757/* Define as `fork' if `vfork' does not work. */ 771/* Define as `fork' if `vfork' does not work. */
758#undef vfork 772#undef vfork
759 773