aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-21 15:53:02 +0000
committerGerd Moellmann2000-11-21 15:53:02 +0000
commit7aaf438830162ca4dd70beee6abf53dce7a6634f (patch)
tree9ade53e89df9ab2c9630f5584a8f3e666318a9a5 /src/s
parent02977e20833dcc0fb83a0103f9b6c0f93f59abea (diff)
downloademacs-7aaf438830162ca4dd70beee6abf53dce7a6634f.tar.gz
emacs-7aaf438830162ca4dd70beee6abf53dce7a6634f.zip
(_FILE_OFFSET_BITS): Undef.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/hpux10.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h
index 312058c26ff..a3ce0c7ef06 100644
--- a/src/s/hpux10.h
+++ b/src/s/hpux10.h
@@ -45,3 +45,9 @@
45 (if you install them at all). So search that place. */ 45 (if you install them at all). So search that place. */
46#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 46#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
47#define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R6 -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -L/usr/contrib/X11R5/lib 47#define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R6 -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -L/usr/contrib/X11R5/lib
48
49/* 2000-11-21: Temporarily disable Unix 98 large file support, until
50 configure can really figure out if it works. It failed in
51 the pretest of 21.1 on hpux11. */
52
53#undef _FILE_OFFSET_BITS