[PD-cvs] externals/zexy/src zexyconf.h,1.5,1.6

musil tmusil at users.sourceforge.net
Thu Jul 5 16:52:15 CEST 2007


Update of /cvsroot/pure-data/externals/zexy/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32440/zexy/src

Modified Files:
	zexyconf.h 
Log Message:
make it vc6-proof! when using autoconf, this will be overwritten anyhow

Index: zexyconf.h
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/zexyconf.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** zexyconf.h	7 Mar 2007 15:16:35 -0000	1.5
--- zexyconf.h	5 Jul 2007 14:52:13 -0000	1.6
***************
*** 4,8 ****
  
  /* Define if you have the <regex.h> header file.  */
! #define HAVE_REGEX_H 1
  
  /* Define if you have the <alloca.h> header file.  */
--- 4,8 ----
  
  /* Define if you have the <regex.h> header file.  */
! //#define HAVE_REGEX_H 1
  
  /* Define if you have the <alloca.h> header file.  */
***************
*** 16,20 ****
   * you need Z_WANT_LPT for this to have an effect ! 
   */
! #define HAVE_LINUX_PPDEV_H 1
  
  #endif /* _ZEXYCONF_H_ */
--- 16,20 ----
   * you need Z_WANT_LPT for this to have an effect ! 
   */
! //#define HAVE_LINUX_PPDEV_H 1
  
  #endif /* _ZEXYCONF_H_ */





More information about the Pd-cvs mailing list