repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
gnu
/
usr.bin
/
awk
/
config
/
template.h
blob
009dfe08c3f77c410239cc7a0abd8f860e3ce533
1
2
/* template.h */
3
4
/* all .h's that link for move to .. as config.h
5
should have the following form
6
*/
7
8
#ifndef CONFIG_H
9
#define CONFIG_H 1
10
11
12
...
13
non
default
defines
14
...
15
16
#include
"config/Idefault.h"
17
#endif
/* CONFIG_H */