Changeset 98

Show
Ignore:
Timestamp:
08/03/04 18:36:39 (4 years ago)
Author:
morris
Message:

add test for vasprintf()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wire/trunk/config.h.in

    r96 r98  
    195195#undef HAVE_UNISTD_H 
    196196 
     197/* Define to 1 if you have the `vasprintf' function. */ 
     198#undef HAVE_VASPRINTF 
     199 
    197200/* Define to 1 if the system has the type `_Bool'. */ 
    198201#undef HAVE__BOOL 
  • wire/trunk/configure

    r96 r98  
    84188418 
    84198419 
     8420 
    84208421for ac_func in  \ 
    84218422        gethostbyname \ 
     
    84418442        strtoull \ 
    84428443        uname \ 
     8444        vasprintf \ 
    84438445 
    84448446do 
  • wire/trunk/configure.in

    r96 r98  
    279279        strtoull \ 
    280280        uname \ 
     281        vasprintf \ 
    281282]) 
    282283