source: trunk/indexers/packages/unac/config.h.in@ 13701

Last change on this file since 13701 was 13670, checked in by kjdon, 17 years ago

unac package needed for accent folding in mgpp, and possibly for mg in the future

  • Property svn:keywords set to Author Date Id Revision
File size: 807 bytes
Line 
1/* config.h.in. Generated from configure.ac by autoheader. */
2
3/* Define to 1 if you have the `iconv_open' function. */
4#undef HAVE_ICONV_OPEN
5
6/* Define to 1 if you have the `vsnprintf' function. */
7#undef HAVE_VSNPRINTF
8
9/* Define to the address where bug reports for this package should be sent. */
10#undef PACKAGE_BUGREPORT
11
12/* Define to the full name of this package. */
13#undef PACKAGE_NAME
14
15/* Define to the full name and version of this package. */
16#undef PACKAGE_STRING
17
18/* Define to the one symbol short name of this package. */
19#undef PACKAGE_TARNAME
20
21/* Define to the version of this package. */
22#undef PACKAGE_VERSION
23
24/* Define to 1 if on AIX 3.
25 System headers sometimes define this.
26 We just want to avoid a redefinition error message. */
27#ifndef _ALL_SOURCE
28# undef _ALL_SOURCE
29#endif
Note: See TracBrowser for help on using the repository browser.