]> git.sur5r.net Git - tio/blob - src/include/config.h.in
New upstream version 1.32
[tio] / src / include / config.h.in
1 /* src/include/config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Switch cases for detected baud rates */
4 #undef AUTOCONF_BAUDRATE_CASES
5
6 /* Define if termios2 exists. */
7 #undef HAVE_TERMIOS2
8
9 /* Name of package */
10 #undef PACKAGE
11
12 /* Define to the address where bug reports for this package should be sent. */
13 #undef PACKAGE_BUGREPORT
14
15 /* Define to the full name of this package. */
16 #undef PACKAGE_NAME
17
18 /* Define to the full name and version of this package. */
19 #undef PACKAGE_STRING
20
21 /* Define to the one symbol short name of this package. */
22 #undef PACKAGE_TARNAME
23
24 /* Define to the home page for this package. */
25 #undef PACKAGE_URL
26
27 /* Define to the version of this package. */
28 #undef PACKAGE_VERSION
29
30 /* Version number of package */
31 #undef VERSION
32
33 /* Enable large inode numbers on Mac OS X 10.5.  */
34 #ifndef _DARWIN_USE_64_BIT_INODE
35 # define _DARWIN_USE_64_BIT_INODE 1
36 #endif
37
38 /* Number of bits in a file offset, on hosts where this is settable. */
39 #undef _FILE_OFFSET_BITS
40
41 /* Define for large files, on AIX-style hosts. */
42 #undef _LARGE_FILES