Develop and Download Open Source Software

Browse CVS Repository

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

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


Revision 1.21 - (show annotations) (download)
Fri May 21 16:39:31 2004 UTC (19 years, 10 months ago) by aono
Branch: MAIN
Changes since 1.20: +1 -1 lines
Commit from my work area part 2. (Bit large ...)

Rewrote configure part of libwrap support:

- By default, configure finds if libwrap is installed.
- Do AC_TRY_LINK() on both $withval=yes and $withval=PATH case.
  (AC_CHECK_LIB() fails against original TCP wrapper ...)
- HAVE_LIBWRAP are defined in config.h.in, so remove "-DHAVE_LIBWRAP"
    from CFLAGS.
- Changed WRAPLIBS -> WRAPLIB .
- Add WRAPLIB on [kc]Wnn . Also add --mode=XXX to LIBTOOL lines.

Other changes:

- (configure) Running generated script by autoconf-2.53 (that we are
  using) fails on some Bourne shell family (lack of LINENO support.
  ex. FreeBSD). Add code to clear default --with-tag (Libtool issue?).
- (configure) Add -no-cpp-precomp on Darwin only if you are using gcc.
  (But I don't know other compilers running on Darwin.)
- (configure) Use $ac_install_sh to mkdir Contrib/dic/gerodic .
- (do_env.c) Convert non-printable character for logging on JS_OPEN /
  JS_CONNECT. Partial fix of Bugtraq id 7918 ([freewnn:01002]).
  Please don't install jserver as setuid *root* ... (^^;)
- (revdic.c) Fix compiler warnings.
- (some Makefiles) Some lines changed to build correctly if
  builddir != srcdir. (I think this don't break normal build.)

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

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