/[cvs]/ccvs/windows-NT/stamp-chi
ViewVC logotype

Diff of /ccvs/windows-NT/stamp-chi

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

revision 1.71 by dprice, Tue Jul 12 13:44:29 2005 UTC revision 1.72 by dprice, Fri Aug 12 20:58:53 2005 UTC
# Line 220  Line 220 
220     don't. */     don't. */
221  #undef HAVE_DECL_GETC_UNLOCKED  #undef HAVE_DECL_GETC_UNLOCKED
222    
223    /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
224       don't. */
225    #undef HAVE_DECL_GETDELIM
226    
227  /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.  /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
228     */     */
229  #undef HAVE_DECL_GETENV  #undef HAVE_DECL_GETENV
230    
231    /* Define to 1 if you have the declaration of `getline', and to 0 if you
232       don't. */
233    #undef HAVE_DECL_GETLINE
234    
235  /* Define to 1 if you have the declaration of `getlogin', and to 0 if you  /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
236     don't. */     don't. */
237  #undef HAVE_DECL_GETLOGIN  #undef HAVE_DECL_GETLOGIN
# Line 289  Line 297 
297  /* Define to 1 if you have the <fcntl.h> header file. */  /* Define to 1 if you have the <fcntl.h> header file. */
298  #define HAVE_FCNTL_H 1  #define HAVE_FCNTL_H 1
299    
300    /* Define to 1 if you have the `flockfile' function. */
301    #undef HAVE_FLOCKFILE
302    
303  /* Define to 1 if you have the `fork' function. */  /* Define to 1 if you have the `fork' function. */
304  #undef HAVE_FORK  #undef HAVE_FORK
305    
# Line 304  Line 315 
315  /* Define to 1 if you have the `ftruncate' function. */  /* Define to 1 if you have the `ftruncate' function. */
316  #undef HAVE_FTRUNCATE  #undef HAVE_FTRUNCATE
317    
318    /* Define to 1 if you have the `funlockfile' function. */
319    #undef HAVE_FUNLOCKFILE
320    
321  /* Define to 1 if you have the `getdelim' function. */  /* Define to 1 if you have the `getdelim' function. */
322  #undef HAVE_GETDELIM  #undef HAVE_GETDELIM
323    
# Line 380  Line 394 
394  /* Define to 1 if you have the `isascii' function. */  /* Define to 1 if you have the `isascii' function. */
395  #undef HAVE_ISASCII  #undef HAVE_ISASCII
396    
397    /* Define to 1 if you have the `isblank' function. */
398    #undef HAVE_ISBLANK
399    
400  /* Define to 1 if you have the `iswprint' function. */  /* Define to 1 if you have the `iswprint' function. */
401  #define HAVE_ISWPRINT 1  #define HAVE_ISWPRINT 1
402    
# Line 392  Line 409 
409  /* Define to 1 if you have the `krb_get_err_text' function. */  /* Define to 1 if you have the `krb_get_err_text' function. */
410  #undef HAVE_KRB_GET_ERR_TEXT  #undef HAVE_KRB_GET_ERR_TEXT
411    
412    /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
413    #undef HAVE_LANGINFO_CODESET
414    
415  /* Define to 1 if you have the `krb' library (-lkrb). */  /* Define to 1 if you have the `krb' library (-lkrb). */
416  #undef HAVE_LIBKRB  #undef HAVE_LIBKRB
417    
# Line 401  Line 421 
421  /* Define to 1 if you have the `nsl' library (-lnsl). */  /* Define to 1 if you have the `nsl' library (-lnsl). */
422  #undef HAVE_LIBNSL  #undef HAVE_LIBNSL
423    
424    /* Define to 1 if you have the <locale.h> header file. */
425    #undef HAVE_LOCALE_H
426    
427  /* Define to 1 if you have the `login' function. */  /* Define to 1 if you have the `login' function. */
428  #undef HAVE_LOGIN  #undef HAVE_LOGIN
429    
# Line 430  Line 453 
453  /* Define to 1 if you have the `mbrlen' function. */  /* Define to 1 if you have the `mbrlen' function. */
454  #undef HAVE_MBRLEN  #undef HAVE_MBRLEN
455    
456  /* Define to 1 if mbrtowc and mbstate_t are properly declared. */  /* Define to 1 if you have the `mbrtowc' function. */
457  #define HAVE_MBRTOWC 1  #define HAVE_MBRTOWC 1
458    
459  /* Define to 1 if you have the `mbsinit' function. */  /* Define to 1 if you have the `mbsinit' function. */
# Line 506  Line 529 
529    
530  /* Define to 1 if the `printf' function supports the %p format for printing  /* Define to 1 if the `printf' function supports the %p format for printing
531     pointers. */     pointers. */
532  #undef HAVE_PRINTF_PTR  #define HAVE_PRINTF_PTR 1
533    
534  /* Define to 1 if the system has the type `ptrdiff_t'. */  /* Define to 1 if the system has the type `ptrdiff_t'. */
535  #undef HAVE_PTRDIFF_T  #undef HAVE_PTRDIFF_T
# Line 759  Line 782 
782  /* Define if you have the 'wchar_t' type. */  /* Define if you have the 'wchar_t' type. */
783  #define HAVE_WCHAR_T 1  #define HAVE_WCHAR_T 1
784    
785    /* Define to 1 if you have the `wcrtomb' function. */
786    #undef HAVE_WCRTOMB
787    
788    /* Define to 1 if you have the `wcscoll' function. */
789    #undef HAVE_WCSCOLL
790    
791  /* Define to 1 if you have the `wcslen' function. */  /* Define to 1 if you have the `wcslen' function. */
792  #undef HAVE_WCSLEN  #undef HAVE_WCSLEN
793    

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

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