Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31675
Modified Files: zexyconf.h Log Message: this file got updated accidentially; in this version (which shouldn't change), nothing optional is defined, so it should allow to build zexy on any platform (with less features)
Index: zexyconf.h =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/zexyconf.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** zexyconf.h 20 Jun 2006 08:44:27 -0000 1.3 --- zexyconf.h 18 Oct 2006 08:29:53 -0000 1.4 *************** *** 1,12 **** ! /* zexyconf.h. Generated from zexyconf.h.in by configure. */
/* Define if you have the <regex.h> header file. */ ! #define HAVE_REGEX_H 1
/* 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) */ ! #define Z_WANT_LPT 1
/* define if you have the <linux/ppdev.h> header file. --- 1,20 ---- ! /* this is a zexyconf.h for windows ! * on unix-derivatives (linux, os-X,...) this file should be overwritten by configure ! * via the template zexyconf.h.in ! * ! * if you cannot use configure to re-generate this file, make sure all the defines ! * are set correctly ! */ !
/* 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) */ ! /* most likely, you do not want to do this on apple hardware */ ! /* #define Z_WANT_LPT 1 */
/* define if you have the <linux/ppdev.h> header file. *************** *** 14,18 **** * you need Z_WANT_LPT for this to have an effect ! */ ! #define HAVE_LINUX_PPDEV_H 1
--- 22,26 ---- * you need Z_WANT_LPT for this to have an effect ! */ ! /* #undef HAVE_LINUX_PPDEV_H */