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.11 - (hide annotations) (download)
Sat Mar 30 02:35:20 2002 UTC (22 years ago) by hiroo
Branch: MAIN
Changes since 1.10: +3 -3 lines
Remove limits.h check. It is included in STDC_HEADERS.
Add memory.h check for bcopy/memmove, strchr/index issue to be done in the future.

1 ura 1.6 /* config.h.in. Generated automatically from configure.in by autoheader. */
2 ura 1.1
3 ura 1.6 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
4     #undef HAVE_SYS_WAIT_H
5    
6     /* Define if you have the wait3 system call. */
7     #undef HAVE_WAIT3
8    
9     /* Define to `int' if <sys/types.h> doesn't define. */
10     #undef mode_t
11    
12     /* Define as the return type of signal handlers (int or void). */
13     #undef RETSIGTYPE
14    
15     /* Define if the `setpgrp' function takes no argument. */
16     #undef SETPGRP_VOID
17    
18     /* Define if you have the ANSI C header files. */
19     #undef STDC_HEADERS
20    
21     /* Define if you can safely include both <sys/time.h> and <time.h>. */
22     #undef TIME_WITH_SYS_TIME
23 ura 1.2
24 hiroo 1.8 /* Define to `long' if <sys/types.h> does not define. */
25 ura 1.2 #undef time_t
26 ura 1.6
27 hiroo 1.8 /* Define to 'socklen_t' if <sys/socket.h> does not define. */
28 ura 1.2 #undef socklen_t
29    
30 hiroo 1.8 /* Define to 'RAND_MAX' if <stdlib.h> does not define. */
31 ura 1.6 #undef HAVE_RAND_MAX
32 hiroo 1.8
33     /*
34     * Defined if you allow creating a file in an arbitrary path
35     * which is the traditional feature.
36     */
37     #undef WNN_ALLOW_UNSAFE_PATH
38 ura 1.2
39 ura 1.6 /* Define if you have the closesocket function. */
40     #undef HAVE_CLOSESOCKET
41    
42     /* Define if you have the drand48 function. */
43 ura 1.2 #undef HAVE_DRAND48
44    
45 hiroo 1.10 /* Define if you have the fchmod function. */
46     #undef HAVE_FCHMOD
47    
48 ura 1.6 /* Define if you have the gethostname function. */
49     #undef HAVE_GETHOSTNAME
50    
51     /* Define if you have the mkdir function. */
52     #undef HAVE_MKDIR
53 ura 1.3
54 ura 1.6 /* Define if you have the perror function. */
55 ura 1.3 #undef HAVE_PERROR
56 ura 1.5
57 ura 1.6 /* Define if you have the recv function. */
58     #undef HAVE_RECV
59    
60     /* Define if you have the select function. */
61     #undef HAVE_SELECT
62    
63     /* Define if you have the send function. */
64     #undef HAVE_SEND
65    
66     /* Define if you have the setsockopt function. */
67 ura 1.5 #undef HAVE_SETSOCKOPT
68 ura 1.6
69     /* Define if you have the socket function. */
70     #undef HAVE_SOCKET
71    
72     /* Define if you have the strtol function. */
73     #undef HAVE_STRTOL
74    
75 aono 1.9 /* Define if you have the vasprintf function. */
76     #undef HAVE_VASPRINTF
77    
78     /* Define if you have the vsyslog function. */
79     #undef HAVE_VSYSLOG
80    
81 hiroo 1.7 /* Define if you have the <dlfcn.h> header file. */
82     #undef HAVE_DLFCN_H
83    
84 ura 1.6 /* Define if you have the <fcntl.h> header file. */
85     #undef HAVE_FCNTL_H
86    
87     /* Define if you have the <malloc.h> header file. */
88     #undef HAVE_MALLOC_H
89 hiroo 1.11
90     /* Define if you have the <memory.h> header file. */
91     #undef HAVE_MEMORY_H
92 ura 1.6
93     /* Define if you have the <sgtty.h> header file. */
94     #undef HAVE_SGTTY_H
95    
96     /* Define if you have the <strings.h> header file. */
97     #undef HAVE_STRINGS_H
98    
99     /* Define if you have the <sys/file.h> header file. */
100     #undef HAVE_SYS_FILE_H
101    
102     /* Define if you have the <sys/ioctl.h> header file. */
103     #undef HAVE_SYS_IOCTL_H
104    
105     /* Define if you have the <sys/param.h> header file. */
106     #undef HAVE_SYS_PARAM_H
107    
108     /* Define if you have the <sys/time.h> header file. */
109     #undef HAVE_SYS_TIME_H
110    
111     /* Define if you have the <sys/types.h> header file. */
112     #undef HAVE_SYS_TYPES_H
113    
114     /* Define if you have the <termio.h> header file. */
115     #undef HAVE_TERMIO_H
116    
117     /* Define if you have the <unistd.h> header file. */
118     #undef HAVE_UNISTD_H
119    
120     /* Define if you have the crypt library (-lcrypt). */
121     #undef HAVE_LIBCRYPT
122    
123     /* Define if you have the nsl library (-lnsl). */
124     #undef HAVE_LIBNSL
125    
126     /* Define if you have the socket library (-lsocket). */
127     #undef HAVE_LIBSOCKET

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