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

18 lines
229 B
C

/* 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 */