1 /* include/config.h.in. Generated automatically from configure.in by autoheader. */
2 /* Id: config.h.in,v 1.1 2003/06/04 00:25:34 marka Exp */
4 * Copyright (c) 2000 Japan Network Information Center. All rights reserved.
6 * By using this file, you agree to the terms and conditions set forth bellow.
8 * LICENSE TERMS AND CONDITIONS
10 * The following License Terms and Conditions apply, unless a different
11 * license is obtained from Japan Network Information Center ("JPNIC"),
12 * a Japanese association, Kokusai-Kougyou-Kanda Bldg 6F, 2-3-4 Uchi-Kanda,
13 * Chiyoda-ku, Tokyo 101-0047, Japan.
15 * 1. Use, Modification and Redistribution (including distribution of any
16 * modified or derived work) in source and/or binary forms is permitted
17 * under this License Terms and Conditions.
19 * 2. Redistribution of source code must retain the copyright notices as they
20 * appear in each source code file, this License Terms and Conditions.
22 * 3. Redistribution in binary form must reproduce the Copyright Notice,
23 * this License Terms and Conditions, in the documentation and/or other
24 * materials provided with the distribution. For the purposes of binary
25 * distribution the "Copyright Notice" refers to the following language:
26 * "Copyright (c) 2000-2002 Japan Network Information Center. All rights reserved."
28 * 4. The name of JPNIC may not be used to endorse or promote products
29 * derived from this Software without specific prior written approval of
32 * 5. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY JPNIC
33 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
34 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
35 * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JPNIC BE LIABLE
36 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
37 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
38 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
39 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
40 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
41 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
42 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
45 /* Define to `int' if <sys/types.h> doesn't define. */
48 /* Define if you have the ANSI C header files. */
51 /* Define to `int' if <sys/types.h> doesn't define. */
54 /* Define as an appropriate type (ex. int) if your system doesn't have. */
57 /* Define if you have the bcopy function. */
60 /* Define if you have the dlopen function. */
63 /* Define if you have the dlsym function. */
66 /* Define if you have the freeaddrinfo function. */
67 #undef HAVE_FREEADDRINFO
69 /* Define if you have the freehostent function. */
70 #undef HAVE_FREEHOSTENT
72 /* Define if you have the getaddrinfo function. */
73 #undef HAVE_GETADDRINFO
75 /* Define if you have the gethostbyaddr function. */
76 #undef HAVE_GETHOSTBYADDR
78 /* Define if you have the gethostbyaddr_r function. */
79 #undef HAVE_GETHOSTBYADDR_R
81 /* Define if you have the gethostbyname function. */
82 #undef HAVE_GETHOSTBYNAME
84 /* Define if you have the gethostbyname2 function. */
85 #undef HAVE_GETHOSTBYNAME2
87 /* Define if you have the gethostbyname2_r function. */
88 #undef HAVE_GETHOSTBYNAME2_R
90 /* Define if you have the gethostbyname_r function. */
91 #undef HAVE_GETHOSTBYNAME_R
93 /* Define if you have the getipnodebyaddr function. */
94 #undef HAVE_GETIPNODEBYADDR
96 /* Define if you have the getipnodebyname function. */
97 #undef HAVE_GETIPNODEBYNAME
99 /* Define if you have the getnameinfo function. */
100 #undef HAVE_GETNAMEINFO
102 /* Define if you have the memmove function. */
105 /* Define if you have the nl_langinfo function. */
106 #undef HAVE_NL_LANGINFO
108 /* Define if you have the setenv function. */
111 /* Define if you have the setlocale function. */
112 #undef HAVE_SETLOCALE
114 /* Define if you have the setvbuf function. */
117 /* Define if you have the unsetenv function. */
120 /* Define if you have the vsnprintf function. */
121 #undef HAVE_VSNPRINTF
123 /* Define if you have the <dlfcn.h> header file. */
126 /* Define if you have the <langinfo.h> header file. */
127 #undef HAVE_LANGINFO_H
129 /* Define if you have the <locale.h> header file. */
132 /* Define if you have the <pwd.h> header file. */
135 /* Define if you have the <unistd.h> header file. */
138 /* Define if you have the nsl library (-lnsl). */
141 /* Define if you have the socket library (-lsocket). */
142 #undef HAVE_LIBSOCKET
144 /* Define if --enable-mdnkit-compat is specified */
145 #undef ENABLE_MDNKIT_COMPAT
147 /* Define if you want additional ACE converters compiled in. */
150 /* Define if your iconv() does not accept UTF-8 as the codeset name for utf-8. */
151 #undef IDN_UTF8_ENCODING_NAME
153 /* Define if you have the dl library (-ldl). */
156 /* Define as the type of the 1st argument of gethostbyaddr. */
159 /* Define as the type of the 2nd argument of gethostbyaddr. */
160 #undef GHBA_ADDRLEN_T
162 /* Define as the type of the 2nd argument of getnameinfo. */
165 /* Define as the type of the 4th argument of getnameinfo. */
168 /* Define as the type of the 6th argument of getnameinfo. */
171 /* Define as the type of the 7th argument of getnameinfo. */
174 /* Define if the prototype of gethost*_r is glibc flavor. */
175 #undef GETHOST_R_GLIBC_FLAVOR
177 /* Define as the pathname of the shared libc object if your system has one. */
180 /* Define as the pathname of the shared libnsl object if your system has one. */