aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorDave Love2000-12-18 18:09:36 +0000
committerDave Love2000-12-18 18:09:36 +0000
commitff501f2b2c1eb914338b47b676c87e2c3347c3a2 (patch)
treed438ac4760d0f690cb19e6000829d41e6b591b20 /src/s
parent22adbe5460dbc582fb6c0182862c85441c61aeb7 (diff)
downloademacs-ff501f2b2c1eb914338b47b676c87e2c3347c3a2.tar.gz
emacs-ff501f2b2c1eb914338b47b676c87e2c3347c3a2.zip
comment
Diffstat (limited to 'src/s')
-rw-r--r--src/s/hpux10.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h
index a3ce0c7ef06..bc236d06ec6 100644
--- a/src/s/hpux10.h
+++ b/src/s/hpux10.h
@@ -46,8 +46,9 @@
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 48
49/* 2000-11-21: Temporarily disable Unix 98 large file support, until 49/* 2000-11-21: Temporarily disable Unix 98 large file support found by
50 configure can really figure out if it works. It failed in 50 configure. It fails on HPUX 11, at least, because it enables
51 the pretest of 21.1 on hpux11. */ 51 header sections which lose when `static' is defined away, as it is
52 on HP-UX. (You get duplicate symbol errors on linking). */
52 53
53#undef _FILE_OFFSET_BITS 54#undef _FILE_OFFSET_BITS