blob: acd89474e4f66a1aa7e5e38dfab2ffc2b3521a14 (
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
|
/* Special definitions for `mkid', processed by autoheader.
This file is in the public domain.
*/
/* Define if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define to the name of the distribution. */
#undef PRODUCT
/* Define to 1 if ANSI function prototypes are usable. */
#undef PROTOTYPES
/* Define to the major version # of the distribution. */
#undef MAJOR_VERSION
/* Define to the minor version # of the distribution. */
#undef MINOR_VERSION
/* Define to the minor.minor version # of the distribution. */
#undef VERSION
/* Define to the minor.minor.patch_level # of the distribution. */
#undef FULL_VERSION
/* Define to the patch level of the distribution. */
#undef PATCH_LEVEL
/* Define to filename of iid help text. */
#undef IID_HELP_FILE
|