diff options
| author | Dave Love | 2002-11-08 12:32:10 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-08 12:32:10 +0000 |
| commit | 6bae0ccfb12006d172b7f9670110edff3246217a (patch) | |
| tree | 478b6620af9eca8c9debebc7319226fe705273ad /src | |
| parent | 17b3d9f6ac1eee428ff28374f72105179724b2ec (diff) | |
| download | emacs-6bae0ccfb12006d172b7f9670110edff3246217a.tar.gz emacs-6bae0ccfb12006d172b7f9670110edff3246217a.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 37 |
1 files changed, 32 insertions, 5 deletions
diff --git a/src/config.in b/src/config.in index c5ae332df3b..3430d37ddc4 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* src/config.in. Generated from configure.in by autoheader. */ | 1 | /* src/config.in. Generated from configure.in by autoheader. */ |
| 2 | 2 | ||
| 3 | /* GNU Emacs site configuration template file. -*- C -*- | 3 | /* GNU Emacs site configuration template file. |
| 4 | Copyright (C) 1988, 1993, 1994, 1999, 2000 Free Software Foundation, Inc. | 4 | Copyright (C) 1988, 93, 94, 99, 2000, 2002 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -320,6 +320,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 320 | /* Define to 1 if you have the `mbsinit' function. */ | 320 | /* Define to 1 if you have the `mbsinit' function. */ |
| 321 | #undef HAVE_MBSINIT | 321 | #undef HAVE_MBSINIT |
| 322 | 322 | ||
| 323 | /* Define to 1 if you have the `memmove' function. */ | ||
| 324 | #undef HAVE_MEMMOVE | ||
| 325 | |||
| 323 | /* Define to 1 if you have the <memory.h> header file. */ | 326 | /* Define to 1 if you have the <memory.h> header file. */ |
| 324 | #undef HAVE_MEMORY_H | 327 | #undef HAVE_MEMORY_H |
| 325 | 328 | ||
| @@ -343,6 +346,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 343 | /* Define to 1 if you have Motif 2.1 or newer. */ | 346 | /* Define to 1 if you have Motif 2.1 or newer. */ |
| 344 | #undef HAVE_MOTIF_2_1 | 347 | #undef HAVE_MOTIF_2_1 |
| 345 | 348 | ||
| 349 | /* Define to 1 if you have the `mremap' function. */ | ||
| 350 | #undef HAVE_MREMAP | ||
| 351 | |||
| 346 | /* Define to 1 if you have the <nlist.h> header file. */ | 352 | /* Define to 1 if you have the <nlist.h> header file. */ |
| 347 | #undef HAVE_NLIST_H | 353 | #undef HAVE_NLIST_H |
| 348 | 354 | ||
| @@ -352,6 +358,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 352 | /* Define to 1 if you have the `pstat_getdynamic' function. */ | 358 | /* Define to 1 if you have the `pstat_getdynamic' function. */ |
| 353 | #undef HAVE_PSTAT_GETDYNAMIC | 359 | #undef HAVE_PSTAT_GETDYNAMIC |
| 354 | 360 | ||
| 361 | /* Define to 1 if you have the <pty.h> header file. */ | ||
| 362 | #undef HAVE_PTY_H | ||
| 363 | |||
| 355 | /* Define to 1 if you have the `random' function. */ | 364 | /* Define to 1 if you have the `random' function. */ |
| 356 | #undef HAVE_RANDOM | 365 | #undef HAVE_RANDOM |
| 357 | 366 | ||
| @@ -400,6 +409,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 400 | /* Define to 1 if you have the `shutdown' function. */ | 409 | /* Define to 1 if you have the `shutdown' function. */ |
| 401 | #undef HAVE_SHUTDOWN | 410 | #undef HAVE_SHUTDOWN |
| 402 | 411 | ||
| 412 | /* Define to 1 if the system has the type `size_t'. */ | ||
| 413 | #undef HAVE_SIZE_T | ||
| 414 | |||
| 403 | /* Define to 1 if you have the <soundcard.h> header file. */ | 415 | /* Define to 1 if you have the <soundcard.h> header file. */ |
| 404 | #undef HAVE_SOUNDCARD_H | 416 | #undef HAVE_SOUNDCARD_H |
| 405 | 417 | ||
| @@ -442,6 +454,12 @@ Boston, MA 02111-1307, USA. */ | |||
| 442 | /* Define to 1 if you have the `sysinfo' function. */ | 454 | /* Define to 1 if you have the `sysinfo' function. */ |
| 443 | #undef HAVE_SYSINFO | 455 | #undef HAVE_SYSINFO |
| 444 | 456 | ||
| 457 | /* Define to 1 if you have the <sys/mman.h> header file. */ | ||
| 458 | #undef HAVE_SYS_MMAN_H | ||
| 459 | |||
| 460 | /* Define to 1 if you have the <sys/param.h> header file. */ | ||
| 461 | #undef HAVE_SYS_PARAM_H | ||
| 462 | |||
| 445 | /* Define to 1 if you have the <sys/select.h> header file. */ | 463 | /* Define to 1 if you have the <sys/select.h> header file. */ |
| 446 | #undef HAVE_SYS_SELECT_H | 464 | #undef HAVE_SYS_SELECT_H |
| 447 | 465 | ||
| @@ -711,9 +729,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 711 | /* Define to `int' if <sys/types.h> does not define. */ | 729 | /* Define to `int' if <sys/types.h> does not define. */ |
| 712 | #undef pid_t | 730 | #undef pid_t |
| 713 | 731 | ||
| 714 | /* Define to `unsigned' if <sys/types.h> does not define. */ | ||
| 715 | #undef size_t | ||
| 716 | |||
| 717 | /* Define as `fork' if `vfork' does not work. */ | 732 | /* Define as `fork' if `vfork' does not work. */ |
| 718 | #undef vfork | 733 | #undef vfork |
| 719 | 734 | ||
| @@ -894,9 +909,15 @@ extern char *getenv (); | |||
| 894 | #ifdef HAVE_STRING_H | 909 | #ifdef HAVE_STRING_H |
| 895 | #include "string.h" | 910 | #include "string.h" |
| 896 | #endif | 911 | #endif |
| 912 | #ifdef HAVE_STRINGS_H | ||
| 913 | #include "strings.h" /* May be needed for bcopy & al. */ | ||
| 914 | #endif | ||
| 897 | #ifdef HAVE_STDLIB_H | 915 | #ifdef HAVE_STDLIB_H |
| 898 | #include <stdlib.h> | 916 | #include <stdlib.h> |
| 899 | #endif | 917 | #endif |
| 918 | #ifndef HAVE_SIZE_T | ||
| 919 | typedef size_t unsigned | ||
| 920 | #endif | ||
| 900 | #endif | 921 | #endif |
| 901 | 922 | ||
| 902 | /* Define HAVE_X_I18N if we have usable i18n support. */ | 923 | /* Define HAVE_X_I18N if we have usable i18n support. */ |
| @@ -923,3 +944,9 @@ extern char *getenv (); | |||
| 923 | #define NO_RETURN /* nothing */ | 944 | #define NO_RETURN /* nothing */ |
| 924 | #endif | 945 | #endif |
| 925 | 946 | ||
| 947 | /* | ||
| 948 | Local variables: | ||
| 949 | mode: c | ||
| 950 | End: | ||
| 951 | */ | ||
| 952 | |||