diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-10-22 09:59:56 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-10-22 09:59:56 +0000 |
commit | fb31e01fd646ef0538a3c54ab1a52e4c51a043b8 (patch) | |
tree | f684162693f461467b8448015de6a9061026df61 /src | |
parent | b0e7652a596e5041023fbcac2744d398d65a393e (diff) |
per default, this disables alloca
but really, we should use something like; "-D_HAVE_ZEXYCONF" to include the zexyconf.h file
svn path=/trunk/externals/zexy/; revision=8856
Diffstat (limited to 'src')
-rw-r--r-- | src/zexyconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zexyconf.h b/src/zexyconf.h index 0d263f3..e05a568 100644 --- a/src/zexyconf.h +++ b/src/zexyconf.h @@ -6,7 +6,7 @@ #define HAVE_REGEX_H 1 /* Define if you have the <alloca.h> header file. */ -#define HAVE_ALLOCA_H 1 +/* #undef HAVE_ALLOCA_H */ /* define if you want parallelport-support (direct access to the port address) */ #define Z_WANT_LPT 1 |