1999-12-11 19:33:35 +00:00
|
|
|
/* acconfig.h
|
2000-05-13 20:21:16 +00:00
|
|
|
* $Id$
|
|
|
|
|
* This file is in the public domain.
|
|
|
|
|
*
|
|
|
|
|
* Descriptive text for the C preprocessor macros that
|
|
|
|
|
* the distributed Autoconf macros can define.
|
|
|
|
|
* No software package will use all of them; autoheader copies the ones
|
|
|
|
|
* your configure.in uses into your configuration header file templates.
|
|
|
|
|
*
|
|
|
|
|
* The entries are in sort -df order: alphabetical, case insensitive,
|
|
|
|
|
* ignoring punctuation (such as underscores). Although this order
|
|
|
|
|
* can split up related entries, it makes it easier to check whether
|
|
|
|
|
* a given entry is in the file.
|
|
|
|
|
*/
|
|
|
|
|
/* Leave the following blank line there!! Autoheader needs it. */
|
1999-12-11 19:33:35 +00:00
|
|
|
|
|
|
|
|
|
2000-01-17 08:22:15 +00:00
|
|
|
#undef LIRCIN_DRV
|
|
|
|
|
|
2001-03-29 19:24:18 +00:00
|
|
|
#undef BAYRAD_DRV
|
|
|
|
|
|
1999-12-11 19:33:35 +00:00
|
|
|
#undef CFONTZ_DRV
|
|
|
|
|
|
|
|
|
|
#undef CURSES_DRV
|
|
|
|
|
|
|
|
|
|
#undef DEBUG
|
|
|
|
|
|
|
|
|
|
#undef HD44780_DRV
|
|
|
|
|
|
|
|
|
|
#undef IRMANIN_DRV
|
|
|
|
|
|
|
|
|
|
#undef JOY_DRV
|
|
|
|
|
|
2000-11-29 18:48:53 +00:00
|
|
|
#undef LB216_DRV
|
|
|
|
|
|
1999-12-11 19:33:35 +00:00
|
|
|
#undef LCDPORT
|
|
|
|
|
|
|
|
|
|
#undef LINUX
|
|
|
|
|
|
|
|
|
|
#undef LOAD_MAX
|
|
|
|
|
|
|
|
|
|
#undef LOAD_MIN
|
|
|
|
|
|
|
|
|
|
#undef MTXORB_DRV
|
|
|
|
|
|
|
|
|
|
/* Define the package name */
|
|
|
|
|
#undef PACKAGE
|
|
|
|
|
|
2000-01-05 00:03:25 +00:00
|
|
|
/* Define the protocol version */
|
|
|
|
|
#undef PROTOCOL_VERSION
|
|
|
|
|
|
1999-12-16 09:21:20 +00:00
|
|
|
#undef SLI_DRV
|
|
|
|
|
|
2000-11-29 18:48:53 +00:00
|
|
|
#undef SOLARIS
|
|
|
|
|
|
1999-12-11 19:33:35 +00:00
|
|
|
#undef STAT_NFS
|
|
|
|
|
|
|
|
|
|
#undef STAT_SMBFS
|
|
|
|
|
|
1999-12-16 09:21:20 +00:00
|
|
|
/* two-argument statfs with statfs.bsize member (AIX, 4.3BSD) */
|
|
|
|
|
#undef STAT_STATFS2_BSIZE
|
|
|
|
|
|
|
|
|
|
/* two-argument statfs with statfs.fsize member (4.4BSD and NetBSD) */
|
|
|
|
|
#undef STAT_STATFS2_FSIZE
|
|
|
|
|
|
|
|
|
|
/* two-argument statfs with struct fs_data (Ultrix) */
|
|
|
|
|
#undef STAT_STATFS2_FS_DATA
|
|
|
|
|
|
|
|
|
|
/* 3-argument statfs function (DEC OSF/1) */
|
|
|
|
|
#undef STAT_STATFS3_OSF1
|
|
|
|
|
|
|
|
|
|
/* four-argument statfs (AIX-3.2.5, SVR3) */
|
|
|
|
|
#undef STAT_STATFS4
|
|
|
|
|
|
|
|
|
|
/* Define if you have the statvfs function */
|
|
|
|
|
#undef STAT_STATVFS
|
|
|
|
|
|
1999-12-11 19:33:35 +00:00
|
|
|
#undef TEXT_DRV
|
|
|
|
|
|
|
|
|
|
/* Define the package version */
|
|
|
|
|
#undef VERSION
|
|
|
|
|
|
|
|
|
|
/* Leave that blank line there!! Autoheader needs it.
|
|
|
|
|
If you're adding to this file, keep in mind:
|
|
|
|
|
The entries are in sort -df order: alphabetical, case insensitive,
|
|
|
|
|
ignoring punctuation (such as underscores). */
|