]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_FTELLO): Remove.
authorGerd Moellmann <gerd@gnu.org>
Mon, 11 Dec 2000 11:56:04 +0000 (11:56 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 11 Dec 2000 11:56:04 +0000 (11:56 +0000)
(HAVE_FSEEKO): Add.
(_XOPEN_SOURCE): Remove; the large-file code no longer needs it.

src/config.in

index 773fb0301c58e08631416ee27c0ce7abf777b12d..a1fa67f6d2c02f428dc79ccbd5296c6a9d50a55f 100644 (file)
@@ -288,7 +288,7 @@ Boston, MA 02111-1307, USA.  */
 #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 @@ Boston, MA 02111-1307, USA.  */
 #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