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