386BSD 0.1 development
[unix-history] / usr / src / usr.bin / awk / config / template.h
CommitLineData
a7e60862
WJ
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...
13non default defines
14...
15
16#include "config/Idefault.h"
17#endif /* CONFIG_H */