~ubuntu-branches/ubuntu/natty/pd-zexy/natty

« back to all changes in this revision

Viewing changes to src/zexyconf.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard, IOhannes m zmölnig, Jonas Smedegaard
  • Date: 2010-08-20 12:17:41 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100820121741-4kxozn8b9rhee9fr
Tags: 2.2.3-1
* New upstream version

[ IOhannes m zmölnig ]
* Adopt package, on behalf of Multimedia Team.
  Closes: #546964
* Simply debian/rules with CDBS, and don't unconditionally strip
  binaries.
  Closes: #437763
* Install into /usr/lib/pd/extra/zexy/. Document usage in REAME.Debian
  and warn about change in NEWS.
* git'ify package. Add Vcs-* stanzas to control file.
* Use dpkg source format 3.0 (quilt). Drop build-dependency on quilt.

[ Jonas Smedegaard ]
* Enable CDBS copyright-check routine.
* Add copyright and licensing header to debian/rules.
* Add myself as uploader.
* Rewrite debian/copyright using rev. 135 of draft DEP5 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _ZEXYCONF_H_
 
2
#define _ZEXYCONF_H_
 
3
 
 
4
/* Define if you have the <regex.h> header file.  */
 
5
#undef HAVE_REGEX_H
 
6
 
 
7
/* Define if you have the <alloca.h> header file.  */
 
8
#undef HAVE_ALLOCA_H
 
9
 
 
10
/* define if you want parallelport-support (direct access to the port address) */
 
11
#undef Z_WANT_LPT
 
12
 
 
13
/* define if you have the <linux/ppdev.h> header file.
 
14
 * (for parport _device_ support) 
 
15
 * you need Z_WANT_LPT for this to have an effect ! 
 
16
 */
 
17
#undef HAVE_LINUX_PPDEV_H
 
18
 
 
19
#endif /* _ZEXYCONF_H_ */
 
20