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.13 - (hide 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 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.8 /* Define to `long' if <sys/types.h> does not define. */
5 ura 1.2 #undef time_t
6 ura 1.6
7 hiroo 1.8 /* Define to 'socklen_t' if <sys/socket.h> does not define. */
8 ura 1.2 #undef socklen_t
9    
10 hiroo 1.8 /* 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.13 /* 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 hiroo 1.12 /* Define to 1 if you have the `closesocket' function. */
29 ura 1.6 #undef HAVE_CLOSESOCKET
30    
31 hiroo 1.12 /* 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 ura 1.2 #undef HAVE_DRAND48
36    
37 hiroo 1.12 /* Define to 1 if you have the `fchmod' function. */
38 hiroo 1.10 #undef HAVE_FCHMOD
39    
40 hiroo 1.12 /* 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 ura 1.6 #undef HAVE_GETHOSTNAME
45    
46 hiroo 1.12 /* 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 ura 1.6 #undef HAVE_MKDIR
66 ura 1.3
67 hiroo 1.12 /* Define to 1 if you have the `perror' function. */
68 ura 1.3 #undef HAVE_PERROR
69 ura 1.5
70 hiroo 1.12 /* Define to 1 if you have the `recv' function. */
71 ura 1.6 #undef HAVE_RECV
72    
73 hiroo 1.12 /* Define to 1 if you have the `select' function. */
74 ura 1.6 #undef HAVE_SELECT
75    
76 hiroo 1.12 /* Define to 1 if you have the `send' function. */
77 ura 1.6 #undef HAVE_SEND
78    
79 hiroo 1.12 /* 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 ura 1.5 #undef HAVE_SETSOCKOPT
84 ura 1.6
85 hiroo 1.12 /* 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 ura 1.6 #undef HAVE_SOCKET
90    
91 hiroo 1.12 /* Define to 1 if you have the <stdint.h> header file. */
92     #undef HAVE_STDINT_H
93 ura 1.6
94 hiroo 1.12 /* Define to 1 if you have the <stdlib.h> header file. */
95     #undef HAVE_STDLIB_H
96 aono 1.9
97 hiroo 1.12 /* Define to 1 if you have the <strings.h> header file. */
98     #undef HAVE_STRINGS_H
99 aono 1.9
100 hiroo 1.12 /* Define to 1 if you have the <string.h> header file. */
101     #undef HAVE_STRING_H
102 hiroo 1.7
103 hiroo 1.12 /* Define to 1 if you have the `strtol' function. */
104     #undef HAVE_STRTOL
105 ura 1.6
106 hiroo 1.12 /* Define to 1 if you have the `syslog' function. */
107     #undef HAVE_SYSLOG
108 hiroo 1.11
109 hiroo 1.12 /* Define to 1 if you have the <syslog.h> header file. */
110     #undef HAVE_SYSLOG_H
111 ura 1.6
112 hiroo 1.12 /* Define to 1 if you have the <sys/file.h> header file. */
113 ura 1.6 #undef HAVE_SYS_FILE_H
114    
115 hiroo 1.12 /* Define to 1 if you have the <sys/ioctl.h> header file. */
116 ura 1.6 #undef HAVE_SYS_IOCTL_H
117    
118 hiroo 1.12 /* Define to 1 if you have the <sys/param.h> header file. */
119 ura 1.6 #undef HAVE_SYS_PARAM_H
120    
121 hiroo 1.12 /* 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 ura 1.6 #undef HAVE_SYS_TIME_H
126    
127 hiroo 1.12 /* Define to 1 if you have the <sys/types.h> header file. */
128 ura 1.6 #undef HAVE_SYS_TYPES_H
129    
130 hiroo 1.12 /* 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 ura 1.6 #undef HAVE_TERMIO_H
135    
136 hiroo 1.12 /* Define to 1 if you have the <unistd.h> header file. */
137 ura 1.6 #undef HAVE_UNISTD_H
138    
139 hiroo 1.12 /* 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 ura 1.6
176 hiroo 1.12 /* Define to `int' if <sys/types.h> does not define. */
177     #undef mode_t
178 ura 1.6
179 hiroo 1.12 /* 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