aboutsummaryrefslogtreecommitdiff
path: root/src/zexyconf.h
blob: 2fca57b4b57ef5318cf0fc2eef87e66059ee9fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#ifndef _ZEXYCONF_H_
#define _ZEXYCONF_H_
/* zexyconf.h: configuration for zexy:
 *		this is only included if no config.h is created
 *		adapt this to your own needs
 */

/* 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) */
/*
#undef Z_WANT_LPT
*/

/* 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 ! 
 */
/*
#undef HAVE_LINUX_PPDEV_H
*/

#endif /* _ZEXYCONF_H_ */