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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
/* acconfig.h
* $Id: acconfig.h,v 1.20.2.1.2.5 2004/03/14 15:50:22 reenoo Exp $
* 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.
*
* To add a new driver, insert the appropriate variable into
* this list alphabetically.
*/
/* Leave the following blank line there!! Autoheader needs it. */
#undef BAYRAD_DRV
#undef CFONTZ_DRV
#undef CWLNX_DRV
#undef CURSES_DRV
#undef CURSES_HAS__ACS_CHAR
#undef CURSES_HAS_ACS_MAP
#undef CURSES_HAS_REDRAWWIN
#undef CURSES_HAS_WCOLOR_SET
#undef DEBUG
#undef DEFINED_ACS
#undef GLK_DRV
#undef HD44780_DRV
#undef IRMANIN_DRV
#undef JOY_DRV
#undef LB216_DRV
#undef LCDM001_DRV
#undef LCDPORT
#undef LINUX
#undef LIRCIN_DRV
#undef LOAD_MAX
#undef LOAD_MIN
#undef MTXORB_DRV
#undef SED1330_DRV
#undef SED1520_DRV
#undef SGX120_DRV
#undef STV5730_DRV
#undef SVGALIB_DRV
#undef T6963_DRV
/* Define the package name */
#undef PACKAGE
/* Define the protocol version */
#undef PROTOCOL_VERSION
#undef API_VERSION
#undef WIRZSLI_DRV
#undef SOLARIS
#undef STAT_NFS
#undef STAT_SMBFS
/* 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
#undef SVGALIB_DRV
#undef TEXT_DRV
#undef T6963_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). */
|