Develop and Download Open Source Software

Browse CVS Repository

Annotation of /freewnn/FreeWnn/config.h.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.19 - (hide annotations) (download)
Wed Jun 4 14:05:21 2003 UTC (20 years, 10 months ago) by hiroo
Branch: MAIN
Changes since 1.18: +13 -17 lines
* configure.in: Darwin support by Mr.Aono.
	Use newer AC_CHECK_TYPES usage.
* config.h.in, configure: regenerate.
* acconfig.h: Remove according to the new usage of AC_DEFINE.

1 hiroo 1.12 /* config.h.in. Generated from configure.in by autoheader. */
2 hiroo 1.14
3 hiroo 1.13 /* Define to 1 if you have the `bcmp' function. */
4     #undef HAVE_BCMP
5    
6     /* Define to 1 if you have the `bcopy' function. */
7     #undef HAVE_BCOPY
8    
9     /* Define to 1 if you have the `bzero' function. */
10     #undef HAVE_BZERO
11    
12 hiroo 1.12 /* Define to 1 if you have the `closesocket' function. */
13 ura 1.6 #undef HAVE_CLOSESOCKET
14    
15 hiroo 1.14 /* Define to 1 if you have the <curses.h> header file. */
16     #undef HAVE_CURSES_H
17    
18 hiroo 1.12 /* Define to 1 if you have the <dlfcn.h> header file. */
19     #undef HAVE_DLFCN_H
20    
21     /* Define to 1 if you have the `drand48' function. */
22 ura 1.2 #undef HAVE_DRAND48
23    
24 hiroo 1.12 /* Define to 1 if you have the `fchmod' function. */
25 hiroo 1.10 #undef HAVE_FCHMOD
26    
27 hiroo 1.12 /* Define to 1 if you have the <fcntl.h> header file. */
28     #undef HAVE_FCNTL_H
29 hiroo 1.18
30     /* Define to 1 if you have the `FD_SET' function. */
31     #undef HAVE_FD_SET
32 hiroo 1.15
33     /* Define to 1 if you have the `getdtablesize' function. */
34     #undef HAVE_GETDTABLESIZE
35 hiroo 1.12
36     /* Define to 1 if you have the `gethostname' function. */
37 ura 1.6 #undef HAVE_GETHOSTNAME
38    
39 hiroo 1.16 /* Define to 1 if you have the `getopt' function. */
40     #undef HAVE_GETOPT
41    
42 hiroo 1.14 /* Define to 1 if you have the `getrlimit' function. */
43     #undef HAVE_GETRLIMIT
44    
45     /* Define to 1 if you have the `index' function. */
46     #undef HAVE_INDEX
47    
48 hiroo 1.12 /* Define to 1 if you have the <inttypes.h> header file. */
49     #undef HAVE_INTTYPES_H
50    
51 hiroo 1.14 /* Define to 1 if you have the `bind' library (-lbind). */
52     #undef HAVE_LIBBIND
53    
54 hiroo 1.12 /* Define to 1 if you have the `crypt' library (-lcrypt). */
55     #undef HAVE_LIBCRYPT
56    
57     /* Define to 1 if you have the `nsl' library (-lnsl). */
58     #undef HAVE_LIBNSL
59    
60     /* Define to 1 if you have the `socket' library (-lsocket). */
61     #undef HAVE_LIBSOCKET
62    
63     /* Define to 1 if you have the <malloc.h> header file. */
64     #undef HAVE_MALLOC_H
65    
66 hiroo 1.14 /* Define to 1 if you have the `memcpy' function. */
67     #undef HAVE_MEMCPY
68    
69     /* Define to 1 if you have the `memmove' function. */
70     #undef HAVE_MEMMOVE
71    
72 hiroo 1.12 /* Define to 1 if you have the <memory.h> header file. */
73     #undef HAVE_MEMORY_H
74    
75 hiroo 1.14 /* Define to 1 if you have the `memset' function. */
76     #undef HAVE_MEMSET
77    
78 hiroo 1.12 /* Define to 1 if you have the `mkdir' function. */
79 ura 1.6 #undef HAVE_MKDIR
80 ura 1.3
81 hiroo 1.14 /* Define to 1 if you have the <ncurses.h> header file. */
82     #undef HAVE_NCURSES_H
83 hiroo 1.17
84     /* Define to 1 if you have the `random' function. */
85     #undef HAVE_RANDOM
86 ura 1.5
87 hiroo 1.12 /* Define to 1 if you have the `recv' function. */
88 ura 1.6 #undef HAVE_RECV
89    
90 hiroo 1.14 /* Define to 1 if you have the `rindex' function. */
91     #undef HAVE_RINDEX
92    
93 hiroo 1.12 /* Define to 1 if you have the `select' function. */
94 ura 1.6 #undef HAVE_SELECT
95    
96 hiroo 1.12 /* Define to 1 if you have the `send' function. */
97 ura 1.6 #undef HAVE_SEND
98    
99 hiroo 1.12 /* Define to 1 if you have the `setenv' function. */
100     #undef HAVE_SETENV
101    
102 hiroo 1.14 /* Define to 1 if you have the `setpgrp' function. */
103     #undef HAVE_SETPGRP
104    
105 hiroo 1.12 /* Define to 1 if you have the `setsockopt' function. */
106 ura 1.5 #undef HAVE_SETSOCKOPT
107 ura 1.6
108 hiroo 1.12 /* Define to 1 if you have the <sgtty.h> header file. */
109     #undef HAVE_SGTTY_H
110    
111 hiroo 1.14 /* Define to 1 if you have the `snprintf' function. */
112     #undef HAVE_SNPRINTF
113    
114 hiroo 1.12 /* Define to 1 if you have the `socket' function. */
115 ura 1.6 #undef HAVE_SOCKET
116 hiroo 1.14
117 hiroo 1.19 /* Define to 1 if the system has the type `socklen_t'. */
118     #undef HAVE_SOCKLEN_T
119    
120 hiroo 1.12 /* Define to 1 if you have the <stdint.h> header file. */
121     #undef HAVE_STDINT_H
122 ura 1.6
123 hiroo 1.12 /* Define to 1 if you have the <stdlib.h> header file. */
124     #undef HAVE_STDLIB_H
125 aono 1.9
126 hiroo 1.14 /* Define to 1 if you have the `strchr' function. */
127     #undef HAVE_STRCHR
128    
129 hiroo 1.12 /* Define to 1 if you have the <strings.h> header file. */
130     #undef HAVE_STRINGS_H
131 aono 1.9
132 hiroo 1.12 /* Define to 1 if you have the <string.h> header file. */
133     #undef HAVE_STRING_H
134 hiroo 1.7
135 hiroo 1.14 /* Define to 1 if you have the `strrchr' function. */
136     #undef HAVE_STRRCHR
137 ura 1.6
138 hiroo 1.12 /* Define to 1 if you have the `syslog' function. */
139     #undef HAVE_SYSLOG
140 hiroo 1.11
141 hiroo 1.12 /* Define to 1 if you have the <syslog.h> header file. */
142     #undef HAVE_SYSLOG_H
143 ura 1.6
144 hiroo 1.12 /* Define to 1 if you have the <sys/file.h> header file. */
145 ura 1.6 #undef HAVE_SYS_FILE_H
146    
147 hiroo 1.12 /* Define to 1 if you have the <sys/ioctl.h> header file. */
148 ura 1.6 #undef HAVE_SYS_IOCTL_H
149    
150 hiroo 1.12 /* Define to 1 if you have the <sys/param.h> header file. */
151 ura 1.6 #undef HAVE_SYS_PARAM_H
152    
153 hiroo 1.12 /* Define to 1 if you have the <sys/stat.h> header file. */
154     #undef HAVE_SYS_STAT_H
155    
156     /* Define to 1 if you have the <sys/time.h> header file. */
157 ura 1.6 #undef HAVE_SYS_TIME_H
158    
159 hiroo 1.12 /* Define to 1 if you have the <sys/types.h> header file. */
160 ura 1.6 #undef HAVE_SYS_TYPES_H
161    
162 hiroo 1.12 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
163     #undef HAVE_SYS_WAIT_H
164    
165     /* Define to 1 if you have the <termio.h> header file. */
166 ura 1.6 #undef HAVE_TERMIO_H
167    
168 hiroo 1.14 /* Define to 1 if you have the <term.h> header file. */
169     #undef HAVE_TERM_H
170    
171 hiroo 1.19 /* Define to 1 if the system has the type `time_t'. */
172     #undef HAVE_TIME_T
173    
174 hiroo 1.12 /* Define to 1 if you have the <unistd.h> header file. */
175 ura 1.6 #undef HAVE_UNISTD_H
176    
177 hiroo 1.12 /* Define to 1 if you have the `vasprintf' function. */
178     #undef HAVE_VASPRINTF
179    
180     /* Define to 1 if you have the `vsyslog' function. */
181     #undef HAVE_VSYSLOG
182    
183 hiroo 1.14 /* Define to 1 if you have the `wait3' function. */
184 hiroo 1.12 #undef HAVE_WAIT3
185    
186     /* Define to the address where bug reports for this package should be sent. */
187     #undef PACKAGE_BUGREPORT
188    
189     /* Define to the full name of this package. */
190     #undef PACKAGE_NAME
191    
192     /* Define to the full name and version of this package. */
193     #undef PACKAGE_STRING
194    
195     /* Define to the one symbol short name of this package. */
196     #undef PACKAGE_TARNAME
197    
198     /* Define to the version of this package. */
199     #undef PACKAGE_VERSION
200    
201     /* Define as the return type of signal handlers (`int' or `void'). */
202     #undef RETSIGTYPE
203 hiroo 1.14
204     /* Define if the signal function returns void. */
205     #undef RETSIGTYPE_VOID
206 hiroo 1.12
207     /* Define to 1 if the `setpgrp' function takes no argument. */
208     #undef SETPGRP_VOID
209    
210     /* Define to 1 if you have the ANSI C header files. */
211     #undef STDC_HEADERS
212    
213     /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
214     #undef TIME_WITH_SYS_TIME
215 ura 1.6
216 hiroo 1.19 /* Define to allow writing to other than JSERVERDIR. */
217     #undef WNN_ALLOW_UNSAFE_PATH
218    
219 hiroo 1.12 /* Define to `int' if <sys/types.h> does not define. */
220     #undef mode_t
221 ura 1.6
222 hiroo 1.19 /* Define missing socklen_t. */
223     #undef socklen_t
224    
225     /* Define missing time_t. */
226 hiroo 1.12 #undef time_t

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26