OSDN Git Service

Add: make install
[ntch/develop.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <arpa/inet.h> header file. */
4 #undef HAVE_ARPA_INET_H
5
6 /* Define to 1 if you have the <fcntl.h> header file. */
7 #undef HAVE_FCNTL_H
8
9 /* Define to 1 if you have the `gethostbyname' function. */
10 #undef HAVE_GETHOSTBYNAME
11
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* Define to 1 if you have the `crypto' library (-lcrypto). */
16 #undef HAVE_LIBCRYPTO
17
18 /* Define to 1 if you have the `gdbm' library (-lgdbm). */
19 #undef HAVE_LIBGDBM
20
21 /* Define to 1 if you have the `gdbm_compat' library (-lgdbm_compat). */
22 #undef HAVE_LIBGDBM_COMPAT
23
24 /* Define to 1 if you have the `m' library (-lm). */
25 #undef HAVE_LIBM
26
27 /* Define to 1 if you have the `ncursesw' library (-lncursesw). */
28 #undef HAVE_LIBNCURSESW
29
30 /* Define to 1 if you have the `ssl' library (-lssl). */
31 #undef HAVE_LIBSSL
32
33 /* Define to 1 if you have the <locale.h> header file. */
34 #undef HAVE_LOCALE_H
35
36 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
37    to 0 otherwise. */
38 #undef HAVE_MALLOC
39
40 /* Define to 1 if you have the <memory.h> header file. */
41 #undef HAVE_MEMORY_H
42
43 /* Define to 1 if you have the `memset' function. */
44 #undef HAVE_MEMSET
45
46 /* Define to 1 if you have the `mkdir' function. */
47 #undef HAVE_MKDIR
48
49 /* Define to 1 if you have the <netdb.h> header file. */
50 #undef HAVE_NETDB_H
51
52 /* Define to 1 if you have the `setlocale' function. */
53 #undef HAVE_SETLOCALE
54
55 /* Define to 1 if you have the `socket' function. */
56 #undef HAVE_SOCKET
57
58 /* Define to 1 if you have the <stdint.h> header file. */
59 #undef HAVE_STDINT_H
60
61 /* Define to 1 if you have the <stdlib.h> header file. */
62 #undef HAVE_STDLIB_H
63
64 /* Define to 1 if you have the `strchr' function. */
65 #undef HAVE_STRCHR
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 `strrchr' function. */
74 #undef HAVE_STRRCHR
75
76 /* Define to 1 if you have the `strtol' function. */
77 #undef HAVE_STRTOL
78
79 /* Define to 1 if you have the <sys/socket.h> header file. */
80 #undef HAVE_SYS_SOCKET_H
81
82 /* Define to 1 if you have the <sys/stat.h> header file. */
83 #undef HAVE_SYS_STAT_H
84
85 /* Define to 1 if you have the <sys/types.h> header file. */
86 #undef HAVE_SYS_TYPES_H
87
88 /* Define to 1 if you have the <unistd.h> header file. */
89 #undef HAVE_UNISTD_H
90
91 /* Define to 1 if you have the <wchar.h> header file. */
92 #undef HAVE_WCHAR_H
93
94 /* Define to the address where bug reports for this package should be sent. */
95 #undef PACKAGE_BUGREPORT
96
97 /* Define to the full name of this package. */
98 #undef PACKAGE_NAME
99
100 /* Define to the full name and version of this package. */
101 #undef PACKAGE_STRING
102
103 /* Define to the one symbol short name of this package. */
104 #undef PACKAGE_TARNAME
105
106 /* Define to the home page for this package. */
107 #undef PACKAGE_URL
108
109 /* Define to the version of this package. */
110 #undef PACKAGE_VERSION
111
112 /* Define to 1 if you have the ANSI C header files. */
113 #undef STDC_HEADERS
114
115 /* Define to rpl_malloc if the replacement function should be used. */
116 #undef malloc
117
118 /* Define to `int' if <sys/types.h> does not define. */
119 #undef pid_t
120
121 /* Define to `unsigned int' if <sys/types.h> does not define. */
122 #undef size_t