summaryrefslogtreecommitdiffstats
path: root/gen_art_config.sh.in
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-07 18:30:03 -0600
committerTimothy Pearson <[email protected]>2011-12-07 18:30:03 -0600
commit150562b89b645c402f1bb837a09f8b84bf6e49ec (patch)
tree16bab8241a6e689b946ffc2359dc75cc7fe0dd4c /gen_art_config.sh.in
parenta9eaee5264ab9f85e01789409ff3c6239262fe82 (diff)
downloadlibart-lgpl-150562b89b645c402f1bb837a09f8b84bf6e49ec.tar.gz
libart-lgpl-150562b89b645c402f1bb837a09f8b84bf6e49ec.zip
Fix a number of problems
Diffstat (limited to 'gen_art_config.sh.in')
-rw-r--r--gen_art_config.sh.in6
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
}