]> www.wagner.pp.ru Git - oss/catdoc.git/blob - src/config.h.in
Recreated CVS repository from working copy
[oss/catdoc.git] / src / config.h.in
1 /* src/config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
2
3 /* Define to empty if the keyword does not work.  */
4 #undef const
5
6 /* Define if the setvbuf function takes the buffering type as its second
7    argument and the buffer pointer as the third, as on System V
8    before release 3.  */
9 #undef SETVBUF_REVERSED
10
11 /* Define if you have the ANSI C header files.  */
12 #undef STDC_HEADERS
13
14 /* Define if your processor stores words with the most significant
15    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
16 #undef WORDS_BIGENDIAN
17
18 /* Define if you have the strdup function.  */
19 #undef HAVE_STRDUP
20
21 /* Define if you have the strftime function.  */
22 #undef HAVE_STRFTIME
23
24 /* Define if you have the strtol function.  */
25 #undef HAVE_STRTOL
26
27 /* Define if you have the <unistd.h> header file.  */
28 #undef HAVE_UNISTD_H
29
30 /* Define this if you have XPG4 comliant nl_langinfo, which accepts CODESET argument */
31 #undef HAVE_LANGINFO
32
33 /* Character encoding used by default for 8-bit source files */
34 #undef SOURCE_CHARSET
35
36 /* Output character encoding used by default, if impossible to determine encoding from locale */
37 #undef TARGET_CHARSET
38
39 /* Suffix for files with special symbols map (ones to be replaced regardless of availability in target encoding) */
40 #undef SPEC_EXT
41
42 /* Suffix for symbols replacement map (what to do with symbols, which are not available in the target encoding) */
43 #undef REPL_EXT
44
45 /* Symbol to represent character which is not available either in target encoding or in replacement map */
46 #undef UNKNOWN_CHAR
47