Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13719
Modified Files: zexyconf.h Log Message: per default, this disables alloca but really, we should use something like; "-D_HAVE_ZEXYCONF" to include the zexyconf.h file
Index: zexyconf.h =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/zexyconf.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** zexyconf.h 16 Aug 2007 22:23:41 -0000 1.7 --- zexyconf.h 22 Oct 2007 09:59:56 -0000 1.8 *************** *** 7,11 ****
/* Define if you have the <alloca.h> header file. */ ! #define HAVE_ALLOCA_H 1
/* define if you want parallelport-support (direct access to the port address) */ --- 7,11 ----
/* 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) */