]> git.sur5r.net Git - tio/blob - src/include/config.h.in
213f300b59309ed340f7f2386737bc52ab1e04cc
[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 to 1 if you have the declaration of `BOTHER', and to 0 if you don't.
7    */
8 #undef HAVE_DECL_BOTHER
9
10 /* Name of package */
11 #undef PACKAGE
12
13 /* Define to the address where bug reports for this package should be sent. */
14 #undef PACKAGE_BUGREPORT
15
16 /* Define to the full name of this package. */
17 #undef PACKAGE_NAME
18
19 /* Define to the full name and version of this package. */
20 #undef PACKAGE_STRING
21
22 /* Define to the one symbol short name of this package. */
23 #undef PACKAGE_TARNAME
24
25 /* Define to the home page for this package. */
26 #undef PACKAGE_URL
27
28 /* Define to the version of this package. */
29 #undef PACKAGE_VERSION
30
31 /* Version number of package */
32 #undef VERSION
33
34 /* Enable large inode numbers on Mac OS X 10.5.  */
35 #ifndef _DARWIN_USE_64_BIT_INODE
36 # define _DARWIN_USE_64_BIT_INODE 1
37 #endif
38
39 /* Number of bits in a file offset, on hosts where this is settable. */
40 #undef _FILE_OFFSET_BITS
41
42 /* Define for large files, on AIX-style hosts. */
43 #undef _LARGE_FILES