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
Added (load "ediff-hook") after loading vc-hook.
[emacs.git]
/
src
/
s
/
hpux9shr.h
blob
c311313149a022fed30d59fb6459a5d3ccf89de3
1
#define ORDINARY_LINK
2
#define HPUX_USE_SHLIBS
3
#define RUN_TIME_REMAP
4
5
#include
"hpux9.h"
6
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