NetBSD/gnu/usr.bin/awk/config/template.h

18 lines
229 B
C
Raw Normal View History

1993-03-21 12:45:37 +03:00
/* template.h */
/* all .h's that link for move to .. as config.h
should have the following form
*/
#ifndef CONFIG_H
#define CONFIG_H 1
...
non default defines
...
#include "config/Idefault.h"
#endif /* CONFIG_H */