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.14 - (hide annotations) (download)
Sat Jun 15 10:19:27 2002 UTC (21 years, 10 months ago) by hiroo
Branch: MAIN
Changes since 1.13: +54 -10 lines
acconfig.h:
 * Added RETSIGTYPE_VOID hack taken from EB Library
   <URI:http://www.sra.co.jp/people/m-kasahr/eb/>.
 * Small cosmetic changes.
configure.in:
 * Removed -DCSRG_BASED for CCOPTIONS of *BSD.
 * Aggregated AC_CHECK_HEADERS and AC_CHECK_FUNCS parameter to reduce the
   size of configure a little.
 * Cosmetic change in AC_CHECK_TYPES usage.
 * Added RETSIGTYPE_VOID hack taken from EB Library.
 * Suppress Makefile generation for each language when they are disabled.
config.h.in, configure: regenerate. (GNU Autoconf 2.53)

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

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