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.13 - (show annotations) (download)
Sun May 12 01:01:46 2002 UTC (21 years, 11 months ago) by hiroo
Branch: MAIN
Changes since 1.12: +9 -0 lines
* Check for bcopy/bzero/bcmp
* Remove `register'

1 /* 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
4 /* Define to `long' if <sys/types.h> does not define. */
5 #undef time_t
6
7 /* Define to 'socklen_t' if <sys/socket.h> does not define. */
8 #undef socklen_t
9
10 /* Define to 'RAND_MAX' if <stdlib.h> does not define. */
11 #undef HAVE_RAND_MAX
12
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
19 /* Define to 1 if you have the `bcmp' function. */
20 #undef HAVE_BCMP
21
22 /* Define to 1 if you have the `bcopy' function. */
23 #undef HAVE_BCOPY
24
25 /* Define to 1 if you have the `bzero' function. */
26 #undef HAVE_BZERO
27
28 /* Define to 1 if you have the `closesocket' function. */
29 #undef HAVE_CLOSESOCKET
30
31 /* Define to 1 if you have the <dlfcn.h> header file. */
32 #undef HAVE_DLFCN_H
33
34 /* Define to 1 if you have the `drand48' function. */
35 #undef HAVE_DRAND48
36
37 /* Define to 1 if you have the `fchmod' function. */
38 #undef HAVE_FCHMOD
39
40 /* Define to 1 if you have the <fcntl.h> header file. */
41 #undef HAVE_FCNTL_H
42
43 /* Define to 1 if you have the `gethostname' function. */
44 #undef HAVE_GETHOSTNAME
45
46 /* Define to 1 if you have the <inttypes.h> header file. */
47 #undef HAVE_INTTYPES_H
48
49 /* Define to 1 if you have the `crypt' library (-lcrypt). */
50 #undef HAVE_LIBCRYPT
51
52 /* Define to 1 if you have the `nsl' library (-lnsl). */
53 #undef HAVE_LIBNSL
54
55 /* Define to 1 if you have the `socket' library (-lsocket). */
56 #undef HAVE_LIBSOCKET
57
58 /* Define to 1 if you have the <malloc.h> header file. */
59 #undef HAVE_MALLOC_H
60
61 /* Define to 1 if you have the <memory.h> header file. */
62 #undef HAVE_MEMORY_H
63
64 /* Define to 1 if you have the `mkdir' function. */
65 #undef HAVE_MKDIR
66
67 /* Define to 1 if you have the `perror' function. */
68 #undef HAVE_PERROR
69
70 /* Define to 1 if you have the `recv' function. */
71 #undef HAVE_RECV
72
73 /* Define to 1 if you have the `select' function. */
74 #undef HAVE_SELECT
75
76 /* Define to 1 if you have the `send' function. */
77 #undef HAVE_SEND
78
79 /* Define to 1 if you have the `setenv' function. */
80 #undef HAVE_SETENV
81
82 /* Define to 1 if you have the `setsockopt' function. */
83 #undef HAVE_SETSOCKOPT
84
85 /* Define to 1 if you have the <sgtty.h> header file. */
86 #undef HAVE_SGTTY_H
87
88 /* Define to 1 if you have the `socket' function. */
89 #undef HAVE_SOCKET
90
91 /* Define to 1 if you have the <stdint.h> header file. */
92 #undef HAVE_STDINT_H
93
94 /* Define to 1 if you have the <stdlib.h> header file. */
95 #undef HAVE_STDLIB_H
96
97 /* Define to 1 if you have the <strings.h> header file. */
98 #undef HAVE_STRINGS_H
99
100 /* Define to 1 if you have the <string.h> header file. */
101 #undef HAVE_STRING_H
102
103 /* Define to 1 if you have the `strtol' function. */
104 #undef HAVE_STRTOL
105
106 /* Define to 1 if you have the `syslog' function. */
107 #undef HAVE_SYSLOG
108
109 /* Define to 1 if you have the <syslog.h> header file. */
110 #undef HAVE_SYSLOG_H
111
112 /* Define to 1 if you have the <sys/file.h> header file. */
113 #undef HAVE_SYS_FILE_H
114
115 /* Define to 1 if you have the <sys/ioctl.h> header file. */
116 #undef HAVE_SYS_IOCTL_H
117
118 /* Define to 1 if you have the <sys/param.h> header file. */
119 #undef HAVE_SYS_PARAM_H
120
121 /* Define to 1 if you have the <sys/stat.h> header file. */
122 #undef HAVE_SYS_STAT_H
123
124 /* Define to 1 if you have the <sys/time.h> header file. */
125 #undef HAVE_SYS_TIME_H
126
127 /* Define to 1 if you have the <sys/types.h> header file. */
128 #undef HAVE_SYS_TYPES_H
129
130 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
131 #undef HAVE_SYS_WAIT_H
132
133 /* Define to 1 if you have the <termio.h> header file. */
134 #undef HAVE_TERMIO_H
135
136 /* Define to 1 if you have the <unistd.h> header file. */
137 #undef HAVE_UNISTD_H
138
139 /* Define to 1 if you have the `vasprintf' function. */
140 #undef HAVE_VASPRINTF
141
142 /* Define to 1 if you have the `vsyslog' function. */
143 #undef HAVE_VSYSLOG
144
145 /* Define to 1 if you have the `wait3' system call. Deprecated, you should no
146 longer depend upon `wait3'. */
147 #undef HAVE_WAIT3
148
149 /* Define to the address where bug reports for this package should be sent. */
150 #undef PACKAGE_BUGREPORT
151
152 /* Define to the full name of this package. */
153 #undef PACKAGE_NAME
154
155 /* Define to the full name and version of this package. */
156 #undef PACKAGE_STRING
157
158 /* Define to the one symbol short name of this package. */
159 #undef PACKAGE_TARNAME
160
161 /* Define to the version of this package. */
162 #undef PACKAGE_VERSION
163
164 /* Define as the return type of signal handlers (`int' or `void'). */
165 #undef RETSIGTYPE
166
167 /* Define to 1 if the `setpgrp' function takes no argument. */
168 #undef SETPGRP_VOID
169
170 /* Define to 1 if you have the ANSI C header files. */
171 #undef STDC_HEADERS
172
173 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
174 #undef TIME_WITH_SYS_TIME
175
176 /* Define to `int' if <sys/types.h> does not define. */
177 #undef mode_t
178
179 /* Define to `long' if <sys/types.h> does not define. */
180 #undef time_t

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