aboutsummaryrefslogtreecommitdiff
path: root/src/zexyconf.h.in
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-10-19 09:48:37 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-10-19 09:48:37 +0000
commitc5588f55f0428e0cb6b730004c45b45e7529e703 (patch)
tree4e8bae060733e3dbf220ddb66c60dc99056cae19 /src/zexyconf.h.in
parent9fa1ac4431fbceb0d3472dc9d8191c129169cdac (diff)
protect zexyconf.h against re-inclusion;
use the protection in zexy.h (so we can force zexyconf.h to not be included) svn path=/trunk/externals/zexy/; revision=6143
Diffstat (limited to 'src/zexyconf.h.in')
-rw-r--r--src/zexyconf.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/zexyconf.h.in b/src/zexyconf.h.in
index 1b6698a..160668c 100644
--- a/src/zexyconf.h.in
+++ b/src/zexyconf.h.in
@@ -1,3 +1,5 @@
+#ifndef _ZEXYCONF_H_
+#define _ZEXYCONF_H_
/* Define if you have the <regex.h> header file. */
#undef HAVE_REGEX_H
@@ -14,4 +16,5 @@
*/
#undef HAVE_LINUX_PPDEV_H
+#endif /* _ZEXYCONF_H_ */