Mercurial > emacs
changeset 29833:3987b8b9f055
Add HAVE_FCNTL_H, _FILE_OFFSET_BITS, _LARGEFILE_SOURCE, _LARGE_FILES,
_XOPEN_SOURCE.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 21 Jun 2000 14:16:54 +0000 |
parents | 588de129813a |
children | fb20d35ffa9a |
files | src/config.in |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/config.in Wed Jun 21 14:09:07 2000 +0000 +++ b/src/config.in Wed Jun 21 14:16:54 2000 +0000 @@ -164,6 +164,7 @@ #undef STDC_HEADERS #undef TIME_WITH_SYS_TIME #undef HAVE_VFORK_H +#undef HAVE_FCNTL_H #undef HAVE_SETITIMER #undef HAVE_UALARM @@ -321,6 +322,15 @@ #undef POINTER_TYPE #define PTR POINTER_TYPE * /* For strftime.c. */ +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS +/* Define to make ftello visible on some hosts (e.g. HP-UX 10.20). */ +#undef _LARGEFILE_SOURCE +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES +/* Define to make ftello visible on some hosts (e.g. glibc 2.1.3). */ +#undef _XOPEN_SOURCE + #undef EMACS_CONFIGURATION #undef EMACS_CONFIG_OPTIONS