OSDN Git Service

v1.0.2.8
[ntch/develop.git] / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if you have the <arpa/inet.h> header file. */
5 #define HAVE_ARPA_INET_H 1
6
7 /* Define to 1 if you have the <fcntl.h> header file. */
8 #define HAVE_FCNTL_H 1
9
10 /* Define to 1 if you have the <gdbm-ndbm.h> header file. */
11 /* #undef HAVE_GDBM_NDBM_H */
12
13 /* Define to 1 if you have the `gethostbyname' function. */
14 #define HAVE_GETHOSTBYNAME 1
15
16 /* Define to 1 if you have the <inttypes.h> header file. */
17 #define HAVE_INTTYPES_H 1
18
19 /* Define to 1 if you have the `crypto' library (-lcrypto). */
20 #define HAVE_LIBCRYPTO 1
21
22 /* Define to 1 if you have the `dl' library (-ldl). */
23 #define HAVE_LIBDL 1
24
25 /* Define to 1 if you have the `gdbm' library (-lgdbm). */
26 /* #undef HAVE_LIBGDBM */
27
28 /* Define to 1 if you have the `gdbm_compat' library (-lgdbm_compat). */
29 #define HAVE_LIBGDBM_COMPAT 1
30
31 /* Define to 1 if you have the `m' library (-lm). */
32 #define HAVE_LIBM 1
33
34 /* Define to 1 if you have the `ncursesw' library (-lncursesw). */
35 #define HAVE_LIBNCURSESW 1
36
37 /* Define to 1 if you have the `pthread' library (-lpthread). */
38 #define HAVE_LIBPTHREAD 1
39
40 /* Define to 1 if you have the `rt' library (-lrt). */
41 #define HAVE_LIBRT 1
42
43 /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
44 #define HAVE_LIBSQLITE3 1
45
46 /* Define to 1 if you have the `ssl' library (-lssl). */
47 #define HAVE_LIBSSL 1
48
49 /* Define to 1 if you have the `z' library (-lz). */
50 #define HAVE_LIBZ 1
51
52 /* Define to 1 if you have the <limits.h> header file. */
53 #define HAVE_LIMITS_H 1
54
55 /* Define to 1 if you have the <locale.h> header file. */
56 #define HAVE_LOCALE_H 1
57
58 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
59    to 0 otherwise. */
60 #define HAVE_MALLOC 1
61
62 /* Define to 1 if you have the <memory.h> header file. */
63 #define HAVE_MEMORY_H 1
64
65 /* Define to 1 if you have the `memset' function. */
66 #define HAVE_MEMSET 1
67
68 /* Define to 1 if you have the `mkdir' function. */
69 #define HAVE_MKDIR 1
70
71 /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
72 #define HAVE_NCURSESW_NCURSES_H 1
73
74 /* Define to 1 if you have the <ncurses.h> header file. */
75 #define HAVE_NCURSES_H 1
76
77 /* Define to 1 if you have the <ndbm.h> header file. */
78 #define HAVE_NDBM_H 1
79
80 /* Define to 1 if you have the <netdb.h> header file. */
81 #define HAVE_NETDB_H 1
82
83 /* Define to 1 if you have the <netinet/in.h> header file. */
84 #define HAVE_NETINET_IN_H 1
85
86 /* Define to 1 if you have the `regcomp' function. */
87 #define HAVE_REGCOMP 1
88
89 /* Define to 1 if you have the `setlocale' function. */
90 #define HAVE_SETLOCALE 1
91
92 /* Define to 1 if you have the `socket' function. */
93 #define HAVE_SOCKET 1
94
95 /* Define to 1 if you have the <stdint.h> header file. */
96 #define HAVE_STDINT_H 1
97
98 /* Define to 1 if you have the <stdlib.h> header file. */
99 #define HAVE_STDLIB_H 1
100
101 /* Define to 1 if you have the `strchr' function. */
102 #define HAVE_STRCHR 1
103
104 /* Define to 1 if you have the <strings.h> header file. */
105 #define HAVE_STRINGS_H 1
106
107 /* Define to 1 if you have the <string.h> header file. */
108 #define HAVE_STRING_H 1
109
110 /* Define to 1 if you have the `strrchr' function. */
111 #define HAVE_STRRCHR 1
112
113 /* Define to 1 if you have the `strstr' function. */
114 #define HAVE_STRSTR 1
115
116 /* Define to 1 if you have the `strtol' function. */
117 #define HAVE_STRTOL 1
118
119 /* Define to 1 if you have the <sys/socket.h> header file. */
120 #define HAVE_SYS_SOCKET_H 1
121
122 /* Define to 1 if you have the <sys/stat.h> header file. */
123 #define HAVE_SYS_STAT_H 1
124
125 /* Define to 1 if you have the <sys/types.h> header file. */
126 #define HAVE_SYS_TYPES_H 1
127
128 /* Define to 1 if you have the <unistd.h> header file. */
129 #define HAVE_UNISTD_H 1
130
131 /* Define to 1 if you have the <wchar.h> header file. */
132 #define HAVE_WCHAR_H 1
133
134 /* Define to 1 if the system has the type `_Bool'. */
135 #define HAVE__BOOL 1
136
137 /* Define to the address where bug reports for this package should be sent. */
138 #define PACKAGE_BUGREPORT "akohta001@gmail.com"
139
140 /* Define to the full name of this package. */
141 #define PACKAGE_NAME "ntch"
142
143 /* Define to the full name and version of this package. */
144 #define PACKAGE_STRING "ntch 1.0.2.8"
145
146 /* Define to the one symbol short name of this package. */
147 #define PACKAGE_TARNAME "ntch"
148
149 /* Define to the home page for this package. */
150 #define PACKAGE_URL "https://sourceforge.jp/projects/ntch/"
151
152 /* Define to the version of this package. */
153 #define PACKAGE_VERSION "1.0.2.8"
154
155 /* Define to 1 if you have the ANSI C header files. */
156 #define STDC_HEADERS 1
157
158 /* Define to `int' if <sys/types.h> doesn't define. */
159 /* #undef gid_t */
160
161 /* Define to rpl_malloc if the replacement function should be used. */
162 /* #undef malloc */
163
164 /* Define to `int' if <sys/types.h> does not define. */
165 /* #undef pid_t */
166
167 /* Define to `unsigned int' if <sys/types.h> does not define. */
168 /* #undef size_t */
169
170 /* Define to `int' if <sys/types.h> doesn't define. */
171 /* #undef uid_t */