home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / e20313sr.zip / emacs / 20.3.1 / src / s / hpux9shr.h < prev    next >
C/C++ Source or Header  |  1999-06-27  |  306b  |  14 lines

  1. #define ORDINARY_LINK
  2. #define HPUX_USE_SHLIBS
  3. #define RUN_TIME_REMAP
  4.  
  5. #include "hpux9.h"
  6.  
  7. #if 0 /* No longer needed, since in current GCC -g no longer does that.  */
  8. /* We must turn off -g since it forces -static.  */
  9. #ifdef __GNUC__
  10. #undef C_DEBUG_SWITCH
  11. #define C_DEBUG_SWITCH
  12. #endif
  13. #endif
  14.