From a0f7cb2db4c51a4a0fed37fde7f1992aec0cc9bb Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Fri, 18 Apr 1997 06:32:28 +0000 Subject: Initial revision --- acconfig.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 acconfig.h (limited to 'acconfig.h') 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 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 -- cgit v1.2.3