home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / src / s / hpux10.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-28  |  405 b   |  17 lines

  1. /* Synched up with: FSF 19.29. */
  2.  
  3. /* System description file for hpux version 9.  */
  4.  
  5. #include "hpux9.h"
  6.  
  7. #define HPUX10
  8.  
  9. #undef random
  10. #undef srandom
  11.  
  12. /* New paths for hpux 10 */
  13. #undef C_SWITCH_X_SYSTEM
  14. #define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/Motif1.2 -I/opt/audio/include
  15. #undef LD_SWITCH_X_SYSTEM
  16. #define LD_SWITCH_X_SYSTEM -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -L/opt/audio/lib
  17.