From 66195341857a5c19a52b17468636eca7bc62f3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 14 Dec 2005 19:03:28 +0000 Subject: added check for alloca.h (though not really needed...) svn path=/trunk/externals/zexy/; revision=4214 --- src/zexyconf.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/zexyconf.h.in') 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 header file. */ #undef HAVE_REGEX_H +/* Define if you have the header file. */ +#undef HAVE_ALLOCA_H + /* define if you want parallelport-support (direct access to the port address) */ #undef Z_WANT_LPT -- cgit v1.2.1