(vip-repeat-from-history-key): new default.
[emacs.git] / src / s / hpux9shr.h
blobc311313149a022fed30d59fb6459a5d3ccf89de3
1 #define ORDINARY_LINK
2 #define HPUX_USE_SHLIBS
3 #define RUN_TIME_REMAP
5 #include "hpux9.h"
7 /* We must turn off -g since it forces -static. */
8 #ifdef __GNUC__
9 #undef C_DEBUG_SWITCH
10 #define C_DEBUG_SWITCH
11 #endif