Changeset 1755

Show
Ignore:
Timestamp:
02/17/98 01:45:26 (11 years ago)
Author:
himi
Message:

Emacs 20.6 import

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/GNU/src/s/freebsd.h

    r1749 r1755  
    4444#define LIBS_DEBUG 
    4545#define LIBS_SYSTEM -lutil 
    46 #if __FreeBSD_version < 400000 
    4746#define LIBS_TERMCAP -ltermcap 
    48 #endif 
    4947 
    5048#define SYSV_SYSTEM_DIR 
  • branches/GNU/src/s/hpux10.h

    r1751 r1755  
    4444/* However, HPUX 10 puts Xaw and Xmu in a strange place 
    4545   (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 
    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 found by 
    50    configure.  It fails on HPUX 11, at least, because it enables 
    51    header sections which lose when `static' is defined away, as it is 
    52    on HP-UX.  (You get duplicate symbol errors on linking). */ 
    53  
    54 #undef _FILE_OFFSET_BITS 
     46#define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/Motif1.2 -I/usr/contrib/X11R5/include 
     47#define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -L/usr/contrib/X11R5/lib