]> git.deb.at Git - pkg/abook.git/blob - config.h.in
wide character support
[pkg/abook.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Handle multibyte characters */
4 #undef HANDLE_MULTIBYTE
5
6 /* Define to 1 if you have the <history.h> header file. */
7 #undef HAVE_HISTORY_H
8
9 /* Define to 1 if you have the <inttypes.h> header file. */
10 #undef HAVE_INTTYPES_H
11
12 /* Define if you have a readline compatible library */
13 #undef HAVE_LIBREADLINE
14
15 /* Define to 1 if you have the <linux/termios.h> header file. */
16 #undef HAVE_LINUX_TERMIOS_H
17
18 /* Define to 1 if you have the <locale.h> header file. */
19 #undef HAVE_LOCALE_H
20
21 /* Define to 1 if you have the `mbtowc' function. */
22 #undef HAVE_MBTOWC
23
24 /* Define to 1 if you have the <memory.h> header file. */
25 #undef HAVE_MEMORY_H
26
27 /* Define if you have the <ncurses.h> header file. */
28 #undef HAVE_NCURSES
29
30 /* Define to 1 if you have the <ncurses.h> header file. */
31 #undef HAVE_NCURSES_H
32
33 /* Define to 1 if you have the <readline.h> header file. */
34 #undef HAVE_READLINE_H
35
36 /* Define if your readline library has \`add_history' */
37 #undef HAVE_READLINE_HISTORY
38
39 /* Define to 1 if you have the <readline/history.h> header file. */
40 #undef HAVE_READLINE_HISTORY_H
41
42 /* Define to 1 if you have the <readline/readline.h> header file. */
43 #undef HAVE_READLINE_READLINE_H
44
45 /* Define to 1 if you have the `resizeterm' function. */
46 #undef HAVE_RESIZETERM
47
48 /* Define to 1 if you have the `setlocale' function. */
49 #undef HAVE_SETLOCALE
50
51 /* Define if snprintf is available. */
52 #undef HAVE_SNPRINTF
53
54 /* Define if you have the <stdarg.h> header file. */
55 #undef HAVE_STDARG_H
56
57 /* Define to 1 if you have the <stdint.h> header file. */
58 #undef HAVE_STDINT_H
59
60 /* Define to 1 if you have the <stdlib.h> header file. */
61 #undef HAVE_STDLIB_H
62
63 /* Define to 1 if you have the `strcoll' function and it is properly defined.
64    */
65 #undef HAVE_STRCOLL
66
67 /* Define to 1 if you have the <strings.h> header file. */
68 #undef HAVE_STRINGS_H
69
70 /* Define to 1 if you have the <string.h> header file. */
71 #undef HAVE_STRING_H
72
73 /* Define to 1 if you have the <sys/ioctl.h> header file. */
74 #undef HAVE_SYS_IOCTL_H
75
76 /* Define to 1 if you have the <sys/stat.h> header file. */
77 #undef HAVE_SYS_STAT_H
78
79 /* Define to 1 if you have the <sys/types.h> header file. */
80 #undef HAVE_SYS_TYPES_H
81
82 /* Define to 1 if you have the <termios.h> header file. */
83 #undef HAVE_TERMIOS_H
84
85 /* Define to 1 if you have the <unistd.h> header file. */
86 #undef HAVE_UNISTD_H
87
88 /* Define if vsnprintf is available. */
89 #undef HAVE_VSNPRINTF
90
91 /* Define to 1 if you have the `wcwidth' function. */
92 #undef HAVE_WCWIDTH
93
94 /* Name of package */
95 #undef PACKAGE
96
97 /* Define to the address where bug reports for this package should be sent. */
98 #undef PACKAGE_BUGREPORT
99
100 /* Define to the full name of this package. */
101 #undef PACKAGE_NAME
102
103 /* Define to the full name and version of this package. */
104 #undef PACKAGE_STRING
105
106 /* Define to the one symbol short name of this package. */
107 #undef PACKAGE_TARNAME
108
109 /* Define to the version of this package. */
110 #undef PACKAGE_VERSION
111
112 /* Define if compiler has function prototypes */
113 #undef PROTOTYPES
114
115 /* Define to 1 if you have the ANSI C header files. */
116 #undef STDC_HEADERS
117
118 /* Version number of package */
119 #undef VERSION
120
121 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
122    if it is not supported. */
123 #undef inline