Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / awk / config / template.h
blob009dfe08c3f77c410239cc7a0abd8f860e3ce533
2 /* template.h */
4 /* all .h's that link for move to .. as config.h
5 should have the following form
6 */
8 #ifndef CONFIG_H
9 #define CONFIG_H 1
12 ...
13 non default defines
14 ...
16 #include "config/Idefault.h"
17 #endif /* CONFIG_H */