diff options
| author | Kim F. Storm | 2003-09-13 23:31:33 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-09-13 23:31:33 +0000 |
| commit | 2d2b6695639b1898db104b2c7b9550097b2dc0f4 (patch) | |
| tree | 9ac851746888709b2bbe03054d6727594584b397 /src | |
| parent | 2ba3faa30af10d242bb53902fde6d0b1fec76da8 (diff) | |
| download | emacs-2d2b6695639b1898db104b2c7b9550097b2dc0f4.tar.gz emacs-2d2b6695639b1898db104b2c7b9550097b2dc0f4.zip | |
Regenerated.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 5507ded42eb..374571eeb1e 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -399,6 +399,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 399 | /* Define to 1 if you have the `mremap' function. */ | 399 | /* Define to 1 if you have the `mremap' function. */ |
| 400 | #undef HAVE_MREMAP | 400 | #undef HAVE_MREMAP |
| 401 | 401 | ||
| 402 | /* Define to 1 if you have the <net/if.h> header file. */ | ||
| 403 | #undef HAVE_NET_IF_H | ||
| 404 | |||
| 402 | /* Define to 1 if you have the <nlist.h> header file. */ | 405 | /* Define to 1 if you have the <nlist.h> header file. */ |
| 403 | #undef HAVE_NLIST_H | 406 | #undef HAVE_NLIST_H |
| 404 | 407 | ||
| @@ -510,6 +513,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 510 | /* Define to 1 if you have the `sysinfo' function. */ | 513 | /* Define to 1 if you have the `sysinfo' function. */ |
| 511 | #undef HAVE_SYSINFO | 514 | #undef HAVE_SYSINFO |
| 512 | 515 | ||
| 516 | /* Define to 1 if you have the <sys/ioctl.h> header file. */ | ||
| 517 | #undef HAVE_SYS_IOCTL_H | ||
| 518 | |||
| 513 | /* Define to 1 if you have the <sys/mman.h> header file. */ | 519 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
| 514 | #undef HAVE_SYS_MMAN_H | 520 | #undef HAVE_SYS_MMAN_H |
| 515 | 521 | ||