diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 0f0b64a70c9..6133159ee70 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -164,6 +164,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 164 | #undef STDC_HEADERS | 164 | #undef STDC_HEADERS |
| 165 | #undef TIME_WITH_SYS_TIME | 165 | #undef TIME_WITH_SYS_TIME |
| 166 | #undef HAVE_VFORK_H | 166 | #undef HAVE_VFORK_H |
| 167 | #undef HAVE_FCNTL_H | ||
| 167 | #undef HAVE_SETITIMER | 168 | #undef HAVE_SETITIMER |
| 168 | #undef HAVE_UALARM | 169 | #undef HAVE_UALARM |
| 169 | 170 | ||
| @@ -321,6 +322,15 @@ Boston, MA 02111-1307, USA. */ | |||
| 321 | #undef POINTER_TYPE | 322 | #undef POINTER_TYPE |
| 322 | #define PTR POINTER_TYPE * /* For strftime.c. */ | 323 | #define PTR POINTER_TYPE * /* For strftime.c. */ |
| 323 | 324 | ||
| 325 | /* Number of bits in a file offset, on hosts where this is settable. */ | ||
| 326 | #undef _FILE_OFFSET_BITS | ||
| 327 | /* Define to make ftello visible on some hosts (e.g. HP-UX 10.20). */ | ||
| 328 | #undef _LARGEFILE_SOURCE | ||
| 329 | /* Define for large files, on AIX-style hosts. */ | ||
| 330 | #undef _LARGE_FILES | ||
| 331 | /* Define to make ftello visible on some hosts (e.g. glibc 2.1.3). */ | ||
| 332 | #undef _XOPEN_SOURCE | ||
| 333 | |||
| 324 | #undef EMACS_CONFIGURATION | 334 | #undef EMACS_CONFIGURATION |
| 325 | 335 | ||
| 326 | #undef EMACS_CONFIG_OPTIONS | 336 | #undef EMACS_CONFIG_OPTIONS |