diff options
author | Greg McGary <greg@mcgary.org> | 1997-04-18 06:32:28 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1997-04-18 06:32:28 +0000 |
commit | a0f7cb2db4c51a4a0fed37fde7f1992aec0cc9bb (patch) | |
tree | 71fa757f5a4f098864af027e41f3189b3613390f /acconfig.h | |
parent | 017635dde1deb6e6fb5b6ab83f0c73727f9eb49b (diff) | |
download | idutils-a0f7cb2db4c51a4a0fed37fde7f1992aec0cc9bb.tar.gz idutils-a0f7cb2db4c51a4a0fed37fde7f1992aec0cc9bb.tar.bz2 idutils-a0f7cb2db4c51a4a0fed37fde7f1992aec0cc9bb.zip |
Initial revision
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 0000000..1700c07 --- /dev/null +++ b/acconfig.h @@ -0,0 +1,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 |