blob: 1700c07de1a123b2faf11342af0fec08ae24dae9 (
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
|
/* 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 filename of iid help text. */
#undef IID_HELP_FILE
|