blob: 3b54b63c55f88b3d2a47e21207aa2753824e8044 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* Define if you have the <regex.h> header file. */
#undef HAVE_REGEX_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
|