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.13 by hiroo, Sun May 12 01:01:46 2002 UTC revision 1.14 by hiroo, Sat Jun 15 10:19:27 2002 UTC
# Line 1  Line 1 
1  /* config.h.in.  Generated from configure.in by autoheader.  */  /* config.h.in.  Generated from configure.in by autoheader.  */
2  /* $Id$ */  /* $Id$ */
3    
4    /* Define `socklen_t' to int if <sys/socket.h> does not define. */
5    #undef socklen_t
6    
7  /* Define to `long' if <sys/types.h> does not define.  */  /* Define to `long' if <sys/types.h> does not define.  */
8  #undef time_t  #undef time_t
9    
10  /* Define to 'socklen_t' if <sys/socket.h> does not define. */  /* Define to `RAND_MAX' if <stdlib.h> does not define. */
 #undef socklen_t  
   
 /* Define to 'RAND_MAX' if <stdlib.h> does not define. */  
11  #undef HAVE_RAND_MAX  #undef HAVE_RAND_MAX
12    
13  /*  /*
# Line 16  Line 16 
16   */   */
17  #undef WNN_ALLOW_UNSAFE_PATH  #undef WNN_ALLOW_UNSAFE_PATH
18    
19    /* Define if the signal function returns void. */
20    #undef RETSIGTYPE_VOID
21    
22  /* Define to 1 if you have the `bcmp' function. */  /* Define to 1 if you have the `bcmp' function. */
23  #undef HAVE_BCMP  #undef HAVE_BCMP
24    
# Line 28  Line 31 
31  /* Define to 1 if you have the `closesocket' function. */  /* Define to 1 if you have the `closesocket' function. */
32  #undef HAVE_CLOSESOCKET  #undef HAVE_CLOSESOCKET
33    
34    /* Define to 1 if you have the <curses.h> header file. */
35    #undef HAVE_CURSES_H
36    
37  /* Define to 1 if you have the <dlfcn.h> header file. */  /* Define to 1 if you have the <dlfcn.h> header file. */
38  #undef HAVE_DLFCN_H  #undef HAVE_DLFCN_H
39    
# Line 43  Line 49 
49  /* Define to 1 if you have the `gethostname' function. */  /* Define to 1 if you have the `gethostname' function. */
50  #undef HAVE_GETHOSTNAME  #undef HAVE_GETHOSTNAME
51    
52    /* Define to 1 if you have the `getrlimit' function. */
53    #undef HAVE_GETRLIMIT
54    
55    /* Define to 1 if you have the `index' function. */
56    #undef HAVE_INDEX
57    
58  /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
59  #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
60    
61    /* Define to 1 if you have the `bind' library (-lbind). */
62    #undef HAVE_LIBBIND
63    
64  /* Define to 1 if you have the `crypt' library (-lcrypt). */  /* Define to 1 if you have the `crypt' library (-lcrypt). */
65  #undef HAVE_LIBCRYPT  #undef HAVE_LIBCRYPT
66    
# Line 58  Line 73 
73  /* Define to 1 if you have the <malloc.h> header file. */  /* Define to 1 if you have the <malloc.h> header file. */
74  #undef HAVE_MALLOC_H  #undef HAVE_MALLOC_H
75    
76    /* Define to 1 if you have the `memcpy' function. */
77    #undef HAVE_MEMCPY
78    
79    /* Define to 1 if you have the `memmove' function. */
80    #undef HAVE_MEMMOVE
81    
82  /* Define to 1 if you have the <memory.h> header file. */  /* Define to 1 if you have the <memory.h> header file. */
83  #undef HAVE_MEMORY_H  #undef HAVE_MEMORY_H
84    
85    /* Define to 1 if you have the `memset' function. */
86    #undef HAVE_MEMSET
87    
88  /* Define to 1 if you have the `mkdir' function. */  /* Define to 1 if you have the `mkdir' function. */
89  #undef HAVE_MKDIR  #undef HAVE_MKDIR
90    
91  /* Define to 1 if you have the `perror' function. */  /* Define to 1 if you have the <ncurses.h> header file. */
92  #undef HAVE_PERROR  #undef HAVE_NCURSES_H
93    
94  /* Define to 1 if you have the `recv' function. */  /* Define to 1 if you have the `recv' function. */
95  #undef HAVE_RECV  #undef HAVE_RECV
96    
97    /* Define to 1 if you have the `rindex' function. */
98    #undef HAVE_RINDEX
99    
100  /* Define to 1 if you have the `select' function. */  /* Define to 1 if you have the `select' function. */
101  #undef HAVE_SELECT  #undef HAVE_SELECT
102    
# Line 79  Line 106 
106  /* Define to 1 if you have the `setenv' function. */  /* Define to 1 if you have the `setenv' function. */
107  #undef HAVE_SETENV  #undef HAVE_SETENV
108    
109    /* Define to 1 if you have the `setpgrp' function. */
110    #undef HAVE_SETPGRP
111    
112  /* Define to 1 if you have the `setsockopt' function. */  /* Define to 1 if you have the `setsockopt' function. */
113  #undef HAVE_SETSOCKOPT  #undef HAVE_SETSOCKOPT
114    
115  /* Define to 1 if you have the <sgtty.h> header file. */  /* Define to 1 if you have the <sgtty.h> header file. */
116  #undef HAVE_SGTTY_H  #undef HAVE_SGTTY_H
117    
118    /* Define to 1 if you have the `snprintf' function. */
119    #undef HAVE_SNPRINTF
120    
121  /* Define to 1 if you have the `socket' function. */  /* Define to 1 if you have the `socket' function. */
122  #undef HAVE_SOCKET  #undef HAVE_SOCKET
123    
124    /* Define to 1 if the system has the type `socklen_t'. */
125    #undef HAVE_SOCKLEN_T
126    
127  /* Define to 1 if you have the <stdint.h> header file. */  /* Define to 1 if you have the <stdint.h> header file. */
128  #undef HAVE_STDINT_H  #undef HAVE_STDINT_H
129    
130  /* Define to 1 if you have the <stdlib.h> header file. */  /* Define to 1 if you have the <stdlib.h> header file. */
131  #undef HAVE_STDLIB_H  #undef HAVE_STDLIB_H
132    
133    /* Define to 1 if you have the `strchr' function. */
134    #undef HAVE_STRCHR
135    
136  /* Define to 1 if you have the <strings.h> header file. */  /* Define to 1 if you have the <strings.h> header file. */
137  #undef HAVE_STRINGS_H  #undef HAVE_STRINGS_H
138    
139  /* Define to 1 if you have the <string.h> header file. */  /* Define to 1 if you have the <string.h> header file. */
140  #undef HAVE_STRING_H  #undef HAVE_STRING_H
141    
142  /* Define to 1 if you have the `strtol' function. */  /* Define to 1 if you have the `strrchr' function. */
143  #undef HAVE_STRTOL  #undef HAVE_STRRCHR
144    
145  /* Define to 1 if you have the `syslog' function. */  /* Define to 1 if you have the `syslog' function. */
146  #undef HAVE_SYSLOG  #undef HAVE_SYSLOG
# Line 133  Line 172 
172  /* Define to 1 if you have the <termio.h> header file. */  /* Define to 1 if you have the <termio.h> header file. */
173  #undef HAVE_TERMIO_H  #undef HAVE_TERMIO_H
174    
175    /* Define to 1 if you have the <term.h> header file. */
176    #undef HAVE_TERM_H
177    
178  /* Define to 1 if you have the <unistd.h> header file. */  /* Define to 1 if you have the <unistd.h> header file. */
179  #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
180    
# Line 142  Line 184 
184  /* Define to 1 if you have the `vsyslog' function. */  /* Define to 1 if you have the `vsyslog' function. */
185  #undef HAVE_VSYSLOG  #undef HAVE_VSYSLOG
186    
187  /* Define to 1 if you have the `wait3' system call. Deprecated, you should no  /* Define to 1 if you have the `wait3' function. */
    longer depend upon `wait3'. */  
188  #undef HAVE_WAIT3  #undef HAVE_WAIT3
189    
190  /* Define to the address where bug reports for this package should be sent. */  /* Define to the address where bug reports for this package should be sent. */
# Line 164  Line 205 
205  /* Define as the return type of signal handlers (`int' or `void'). */  /* Define as the return type of signal handlers (`int' or `void'). */
206  #undef RETSIGTYPE  #undef RETSIGTYPE
207    
208    /* Define if the signal function returns void. */
209    #undef RETSIGTYPE_VOID
210    
211  /* Define to 1 if the `setpgrp' function takes no argument. */  /* Define to 1 if the `setpgrp' function takes no argument. */
212  #undef SETPGRP_VOID  #undef SETPGRP_VOID
213    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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