Mercurial > emacs
changeset 34427:88a4d2467ffc
(HAVE_FTELLO): Remove.
(HAVE_FSEEKO): Add.
(_XOPEN_SOURCE): Remove; the large-file code no longer needs it.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 11 Dec 2000 11:56:04 +0000 |
parents | 14bff16f1d37 |
children | b2ec0cbfd60a |
files | src/config.in |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/config.in Mon Dec 11 11:54:38 2000 +0000 +++ b/src/config.in Mon Dec 11 11:56:04 2000 +0000 @@ -288,7 +288,7 @@ #undef HAVE_STRFTIME #undef HAVE_GETADDRINFO #undef HAVE___FPENDING -#undef HAVE_FTELLO +#undef HAVE_FSEEKO #undef HAVE_GETLOADAVG #undef NLIST_STRUCT #undef NLIST_NAME_UNION @@ -350,8 +350,6 @@ #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