diff options
Diffstat (limited to 'gen_art_config.sh.in')
-rw-r--r-- | gen_art_config.sh.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gen_art_config.sh.in b/gen_art_config.sh.in index 79843bc..8c525bd 100644 --- a/gen_art_config.sh.in +++ b/gen_art_config.sh.in @@ -8,6 +8,9 @@ echo "/* Automatically generated by gen_art_config */" echo +echo "#ifndef _ART_CONFIG_H_" +echo "#define _ART_CONFIG_H_" +echo echo "#define ART_SIZEOF_CHAR @ART_SIZEOF_CHAR@" echo "#define ART_SIZEOF_SHORT @ART_SIZEOF_SHORT@" echo "#define ART_SIZEOF_INT @ART_SIZEOF_INT@" @@ -39,5 +42,8 @@ else fi fi +echo +echo "#endif /* _ART_CONFIG_H_ */" + exit 0 } |