repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert changes of 2003-03-03 and 2003-05-28.
[emacs.git]
/
src
/
s
/
hpux9shr.h
blob
41ef98741c0e56fb41642553b295019b426a7852
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