source: trunk/indexers/mgpp/packages/unac/config.h@ 13476

Last change on this file since 13476 was 13476, checked in by shaoqun, 18 years ago

added packages for accentfolding

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