/[cvs]/ccvs/windows-NT/config.h
ViewVC logotype

Diff of /ccvs/windows-NT/config.h

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

revision 1.170 by dprice, Mon Oct 3 16:13:16 2005 UTC revision 1.171 by dprice, Tue Oct 4 02:40:18 2005 UTC
# Line 165  Line 165 
165  /* Define to 1 if you have the `clock_settime' function. */  /* Define to 1 if you have the `clock_settime' function. */
166  #undef HAVE_CLOCK_SETTIME  #undef HAVE_CLOCK_SETTIME
167    
168    /* Define if you have compound literals. */
169    #undef HAVE_COMPOUND_LITERALS
170    
171  /* Define if you have the connect function. */  /* Define if you have the connect function. */
172  #define HAVE_CONNECT  #define HAVE_CONNECT
173    
# Line 211  Line 214 
214     you don't. */     you don't. */
215  #undef HAVE_DECL_FREAD_UNLOCKED  #undef HAVE_DECL_FREAD_UNLOCKED
216    
217    /* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
218       don't. */
219    #undef HAVE_DECL_FREEADDRINFO
220    
221  /* Define to 1 if you have the declaration of `funlockfile', and to 0 if you  /* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
222     don't. */     don't. */
223  #undef HAVE_DECL_FUNLOCKFILE  #undef HAVE_DECL_FUNLOCKFILE
# Line 219  Line 226 
226     you don't. */     you don't. */
227  #undef HAVE_DECL_FWRITE_UNLOCKED  #undef HAVE_DECL_FWRITE_UNLOCKED
228    
229    /* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
230       don't. */
231    #undef HAVE_DECL_GAI_STRERROR
232    
233    /* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
234       don't. */
235    #undef HAVE_DECL_GETADDRINFO
236    
237  /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if  /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
238     you don't. */     you don't. */
239  #undef HAVE_DECL_GETCHAR_UNLOCKED  #undef HAVE_DECL_GETCHAR_UNLOCKED
# Line 308  Line 323 
323  /* Define to 1 if you have the <fcntl.h> header file. */  /* Define to 1 if you have the <fcntl.h> header file. */
324  #define HAVE_FCNTL_H 1  #define HAVE_FCNTL_H 1
325    
326    /* Define to 1 if you have the `fdopendir' function. */
327    #undef HAVE_FDOPENDIR
328    
329  /* Define to 1 if you have the `flockfile' function. */  /* Define to 1 if you have the `flockfile' function. */
330  #undef HAVE_FLOCKFILE  #undef HAVE_FLOCKFILE
331    
# Line 473  Line 491 
491  /* Define to 1 if you have the `mbrlen' function. */  /* Define to 1 if you have the `mbrlen' function. */
492  #define HAVE_MBRLEN 1  #define HAVE_MBRLEN 1
493    
494  /* Define to 1 if mbrtowc and mbstate_t are properly declared. */  /* Define to 1 if you have the `mbrtowc' function. */
495  #define HAVE_MBRTOWC 1  #define HAVE_MBRTOWC 1
496    
497  /* Define to 1 if you have the `mbsinit' function. */  /* Define to 1 if you have the `mbsinit' function. */
# Line 524  Line 542 
542  /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */  /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
543  #define HAVE_NDIR_H 1  #define HAVE_NDIR_H 1
544    
545    /* Define to 1 if you have the <netdb.h> header file. */
546    #undef HAVE_NETDB_H
547    
548    /* Define to 1 if you have the <netinet/in.h> header file. */
549    #undef HAVE_NETINET_IN_H
550    
551  /* Define to 1 if you have the `openat' function. */  /* Define to 1 if you have the `openat' function. */
552  #undef HAVE_OPENAT  #undef HAVE_OPENAT
553    
# Line 661  Line 685 
685  /* Define to 1 if you have the `strtoul' function. */  /* Define to 1 if you have the `strtoul' function. */
686  #define HAVE_STRTOUL 1  #define HAVE_STRTOUL 1
687    
688    /* Define to 1 if the system has the type `struct addrinfo'. */
689    #undef HAVE_STRUCT_ADDRINFO
690    
691  /* Define if there is a member named d_type in the struct describing directory  /* Define if there is a member named d_type in the struct describing directory
692     headers. */     headers. */
693  #undef HAVE_STRUCT_DIRENT_D_TYPE  #undef HAVE_STRUCT_DIRENT_D_TYPE
# Line 709  Line 736 
736  /* Define to 1 if you have the <sys/select.h> header file. */  /* Define to 1 if you have the <sys/select.h> header file. */
737  #undef HAVE_SYS_SELECT_H  #undef HAVE_SYS_SELECT_H
738    
739    /* Define to 1 if you have the <sys/socket.h> header file. */
740    #undef HAVE_SYS_SOCKET_H
741    
742  /* Define to 1 if you have the <sys/stat.h> header file. */  /* Define to 1 if you have the <sys/stat.h> header file. */
743  #define HAVE_SYS_STAT_H 1  #define HAVE_SYS_STAT_H 1
744    
# Line 1223  Line 1253 
1253  /* Define to `int' if <sys/types.h> does not define. */  /* Define to `int' if <sys/types.h> does not define. */
1254  #undef pid_t  #undef pid_t
1255    
1256    /* Define to rpl_re_comp if the replacement should be used. */
1257    #undef re_comp
1258    
1259    /* Define to rpl_re_compile_fastmap if the replacement should be used. */
1260    #undef re_compile_fastmap
1261    
1262    /* Define to rpl_re_compile_pattern if the replacement should be used. */
1263    #undef re_compile_pattern
1264    
1265    /* Define to rpl_re_exec if the replacement should be used. */
1266    #undef re_exec
1267    
1268    /* Define to rpl_re_match if the replacement should be used. */
1269    #undef re_match
1270    
1271    /* Define to rpl_re_match_2 if the replacement should be used. */
1272    #undef re_match_2
1273    
1274    /* Define to rpl_re_search if the replacement should be used. */
1275    #undef re_search
1276    
1277    /* Define to rpl_re_search_2 if the replacement should be used. */
1278    #undef re_search_2
1279    
1280    /* Define to rpl_re_set_registers if the replacement should be used. */
1281    #undef re_set_registers
1282    
1283    /* Define to rpl_re_set_syntax if the replacement should be used. */
1284    #undef re_set_syntax
1285    
1286    /* Define to rpl_re_syntax_options if the replacement should be used. */
1287    #undef re_syntax_options
1288    
1289  /* Define to rpl_realloc if the replacement function should be used. */  /* Define to rpl_realloc if the replacement function should be used. */
1290  #define realloc rpl_realloc  #define realloc rpl_realloc
1291    
1292    /* Define to rpl_regcomp if the replacement should be used. */
1293    #undef regcomp
1294    
1295    /* Define to rpl_regerror if the replacement should be used. */
1296    #undef regerror
1297    
1298    /* Define to rpl_regexec if the replacement should be used. */
1299    #undef regexec
1300    
1301    /* Define to rpl_regfree if the replacement should be used. */
1302    #undef regfree
1303    
1304  /* Define to rpl_rename if the replacement function should be used. */  /* Define to rpl_rename if the replacement function should be used. */
1305  #undef rename  #undef rename
1306    
# Line 1242  Line 1317 
1317  /* Define to `unsigned' if <sys/types.h> does not define. */  /* Define to `unsigned' if <sys/types.h> does not define. */
1318  #undef size_t  #undef size_t
1319    
1320    /* Map `socklen_t' to `int' if it is missing. */
1321    #undef socklen_t
1322    
1323  /* Define as a signed type of the same size as size_t. */  /* Define as a signed type of the same size as size_t. */
1324  #define ssize_t int  #define ssize_t int
1325    

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.171

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26