]> git.eshelyaron.com Git - emacs.git/commitdiff
(_FILE_OFFSET_BITS): Undef.
authorGerd Moellmann <gerd@gnu.org>
Tue, 21 Nov 2000 15:53:02 +0000 (15:53 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 21 Nov 2000 15:53:02 +0000 (15:53 +0000)
src/ChangeLog
src/s/hpux10.h

index 51471ebe7d3d46fb4ee22876d85164d6da798ff6..e908e6931c986891ff4446c4e6ded43df82ae388 100644 (file)
@@ -1,5 +1,7 @@
 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
 
+       * s/hpux10.h (_FILE_OFFSET_BITS): Undef.
+
        * buffer.c (mmap_free_1): Avoid a compiler warning.
 
        * term.c, cm.c: Don't try to include termcap.h; see comment there.
index 312058c26ff5e51f8441efe2ff20ed272f7973cb..a3ce0c7ef06551137f449a4a1879e4b2805f4e73 100644 (file)
@@ -45,3 +45,9 @@
    (if you install them at all).  So search that place.  */
 #define C_SWITCH_X_SYSTEM  -I/usr/include/X11R6 -I/usr/include/X11R5 -I/usr/include/Motif1.2 -I/usr/contrib/X11R6/include -I/usr/contrib/X11R5/include
 #define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R6 -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -L/usr/contrib/X11R5/lib
+
+/* 2000-11-21: Temporarily disable Unix 98 large file support, until
+   configure can really figure out if it works.  It failed in
+   the pretest of 21.1 on hpux11. */
+
+#undef _FILE_OFFSET_BITS