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
/
aix4-1.h
blob
52c9265d7c4451c13929e88f3a6b60cf44fec7e4
1
#define AIX4_1
2
3
#include
"aix4.h"
4
5
#if 0
/* Tomotake FURUHATA <furuhata@trl.ibm.co.jp> says this is needed
6
in Mule, but we don't know why. Anyway, it's not needed now. */
7
#define SYSTEM_MALLOC
8
#endif
9
10
/* olson@mcs.anl.gov says -li18n is needed by -lXm. */
11
#define LIB_MOTIF -lXm -li18n
12
13
#ifdef __GNUC__
14
#undef _NO_PROTO
15
#endif