blob: 56841fa20d3bf0906f8d02717eae08a78d7e25e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* 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.
* (for parport _device_ support)
* you need Z_WANT_LPT for this to have an effect !
*/
#define HAVE_LINUX_PPDEV_H 1
|