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.12 - (hide annotations) (download)
Wed May 1 20:27:16 2002 UTC (21 years, 11 months ago) by hiroo
Branch: MAIN
Changes since 1.11: +110 -66 lines
Add existence check for functions not in C89, POSIX 1 or 2.
* Check for syslog() and syslog.h.
* Check for setenv().

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

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