Develop and Download Open Source Software

Browse CVS Repository

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

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

revision 1.11 by hiroo, Sat Mar 30 02:35:20 2002 UTC revision 1.12 by hiroo, Wed May 1 20:27:16 2002 UTC
# Line 1  Line 1 
1  /* config.h.in.  Generated automatically from configure.in by autoheader.  */  /* config.h.in.  Generated from configure.in by autoheader.  */
2    /* $Id$ */
 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */  
 #undef HAVE_SYS_WAIT_H  
   
 /* Define if you have the wait3 system call.  */  
 #undef HAVE_WAIT3  
   
 /* Define to `int' if <sys/types.h> doesn't define.  */  
 #undef mode_t  
   
 /* Define as the return type of signal handlers (int or void).  */  
 #undef RETSIGTYPE  
   
 /* Define if the `setpgrp' function takes no argument.  */  
 #undef SETPGRP_VOID  
   
 /* Define if you have the ANSI C header files.  */  
 #undef STDC_HEADERS  
   
 /* Define if you can safely include both <sys/time.h> and <time.h>.  */  
 #undef TIME_WITH_SYS_TIME  
3    
4  /* Define to `long' if <sys/types.h> does not define.  */  /* Define to `long' if <sys/types.h> does not define.  */
5  #undef time_t  #undef time_t
# Line 36  Line 16 
16   */   */
17  #undef WNN_ALLOW_UNSAFE_PATH  #undef WNN_ALLOW_UNSAFE_PATH
18    
19  /* Define if you have the closesocket function.  */  /* Define to 1 if you have the `closesocket' function. */
20  #undef HAVE_CLOSESOCKET  #undef HAVE_CLOSESOCKET
21    
22  /* Define if you have the drand48 function.  */  /* 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  #undef HAVE_DRAND48  #undef HAVE_DRAND48
27    
28  /* Define if you have the fchmod function.  */  /* Define to 1 if you have the `fchmod' function. */
29  #undef HAVE_FCHMOD  #undef HAVE_FCHMOD
30    
31  /* Define if you have the gethostname function.  */  /* 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  #undef HAVE_GETHOSTNAME  #undef HAVE_GETHOSTNAME
36    
37  /* Define if you have the mkdir function.  */  /* 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  #undef HAVE_MKDIR  #undef HAVE_MKDIR
57    
58  /* Define if you have the perror function.  */  /* Define to 1 if you have the `perror' function. */
59  #undef HAVE_PERROR  #undef HAVE_PERROR
60    
61  /* Define if you have the recv function.  */  /* Define to 1 if you have the `recv' function. */
62  #undef HAVE_RECV  #undef HAVE_RECV
63    
64  /* Define if you have the select function.  */  /* Define to 1 if you have the `select' function. */
65  #undef HAVE_SELECT  #undef HAVE_SELECT
66    
67  /* Define if you have the send function.  */  /* Define to 1 if you have the `send' function. */
68  #undef HAVE_SEND  #undef HAVE_SEND
69    
70  /* Define if you have the setsockopt function.  */  /* 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  #undef HAVE_SETSOCKOPT  #undef HAVE_SETSOCKOPT
75    
76  /* Define if you have the socket function.  */  /* Define to 1 if you have the <sgtty.h> header file. */
77  #undef HAVE_SOCKET  #undef HAVE_SGTTY_H
78    
79  /* Define if you have the strtol function.  */  /* Define to 1 if you have the `socket' function. */
80  #undef HAVE_STRTOL  #undef HAVE_SOCKET
81    
82  /* Define if you have the vasprintf function.  */  /* Define to 1 if you have the <stdint.h> header file. */
83  #undef HAVE_VASPRINTF  #undef HAVE_STDINT_H
84    
85  /* Define if you have the vsyslog function.  */  /* Define to 1 if you have the <stdlib.h> header file. */
86  #undef HAVE_VSYSLOG  #undef HAVE_STDLIB_H
87    
88  /* Define if you have the <dlfcn.h> header file.  */  /* Define to 1 if you have the <strings.h> header file. */
89  #undef HAVE_DLFCN_H  #undef HAVE_STRINGS_H
   
 /* Define if you have the <fcntl.h> header file.  */  
 #undef HAVE_FCNTL_H  
90    
91  /* Define if you have the <malloc.h> header file.  */  /* Define to 1 if you have the <string.h> header file. */
92  #undef HAVE_MALLOC_H  #undef HAVE_STRING_H
93    
94  /* Define if you have the <memory.h> header file.  */  /* Define to 1 if you have the `strtol' function. */
95  #undef HAVE_MEMORY_H  #undef HAVE_STRTOL
96    
97  /* Define if you have the <sgtty.h> header file.  */  /* Define to 1 if you have the `syslog' function. */
98  #undef HAVE_SGTTY_H  #undef HAVE_SYSLOG
99    
100  /* Define if you have the <strings.h> header file.  */  /* Define to 1 if you have the <syslog.h> header file. */
101  #undef HAVE_STRINGS_H  #undef HAVE_SYSLOG_H
102    
103  /* Define if you have the <sys/file.h> header file.  */  /* Define to 1 if you have the <sys/file.h> header file. */
104  #undef HAVE_SYS_FILE_H  #undef HAVE_SYS_FILE_H
105    
106  /* Define if you have the <sys/ioctl.h> header file.  */  /* Define to 1 if you have the <sys/ioctl.h> header file. */
107  #undef HAVE_SYS_IOCTL_H  #undef HAVE_SYS_IOCTL_H
108    
109  /* Define if you have the <sys/param.h> header file.  */  /* Define to 1 if you have the <sys/param.h> header file. */
110  #undef HAVE_SYS_PARAM_H  #undef HAVE_SYS_PARAM_H
111    
112  /* Define if you have the <sys/time.h> header file.  */  /* 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  #undef HAVE_SYS_TIME_H  #undef HAVE_SYS_TIME_H
117    
118  /* Define if you have the <sys/types.h> header file.  */  /* Define to 1 if you have the <sys/types.h> header file. */
119  #undef HAVE_SYS_TYPES_H  #undef HAVE_SYS_TYPES_H
120    
121  /* Define if you have the <termio.h> header file.  */  /* 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  #undef HAVE_TERMIO_H  #undef HAVE_TERMIO_H
126    
127  /* Define if you have the <unistd.h> header file.  */  /* Define to 1 if you have the <unistd.h> header file. */
128  #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
129    
130  /* Define if you have the crypt library (-lcrypt).  */  /* Define to 1 if you have the `vasprintf' function. */
131  #undef HAVE_LIBCRYPT  #undef HAVE_VASPRINTF
132    
133  /* Define if you have the nsl library (-lnsl).  */  /* Define to 1 if you have the `vsyslog' function. */
134  #undef HAVE_LIBNSL  #undef HAVE_VSYSLOG
135    
136  /* Define if you have the socket library (-lsocket).  */  /* Define to 1 if you have the `wait3' system call. Deprecated, you should no
137  #undef HAVE_LIBSOCKET     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    
167    /* Define to `int' if <sys/types.h> does not define. */
168    #undef mode_t
169    
170    /* Define to `long' if <sys/types.h> does not define. */
171    #undef time_t

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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