aboutsummaryrefslogtreecommitdiff
path: root/src/zexyconf.h.in
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-12-14 19:03:28 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-12-14 19:03:28 +0000
commit66195341857a5c19a52b17468636eca7bc62f3ea (patch)
tree2a3bfa5141218c36928f52334d21ee3d0580080e /src/zexyconf.h.in
parent3c9bd9a5254151dfca7d7dee0338fb09700be4dc (diff)
added check for alloca.h (though not really needed...)
svn path=/trunk/externals/zexy/; revision=4214
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 3b54b63..1b6698a 100644
--- a/src/zexyconf.h.in
+++ b/src/zexyconf.h.in
@@ -2,6 +2,9 @@
/* Define if you have the <regex.h> header file. */
#undef HAVE_REGEX_H
+/* Define if you have the <alloca.h> header file. */
+#undef HAVE_ALLOCA_H
+
/* define if you want parallelport-support (direct access to the port address) */
#undef Z_WANT_LPT