home *** CD-ROM | disk | FTP | other *** search
/ ftp.ncftp.com / ftp.ncftp.com.zip / ftp.ncftp.com / libncftp / older_versions / libncftp-3.1.5-src.tar.gz / libncftp-3.1.5-src.tar / libncftp-3.1.5 / Strn / config.h.in next >
Text File  |  2001-11-17  |  1KB  |  42 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define to empty if the keyword does not work.  */
  4. #undef const
  5.  
  6. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  7. #undef size_t
  8.  
  9. #undef SNPRINTF_TERMINATES
  10.  
  11. #undef SPRINTF_RETURNS_PTR
  12.  
  13. /* Define if you have the ANSI C header files.  */
  14. #undef STDC_HEADERS
  15.  
  16. /* Define if you have the snprintf function.  */
  17. #undef HAVE_SNPRINTF
  18.  
  19. /* Define if you have the strdup function.  */
  20. #undef HAVE_STRDUP
  21.  
  22. /* Define if you have the vsnprintf function.  */
  23. #undef HAVE_VSNPRINTF
  24.  
  25. /* Define if you have the <snprintf.h> header file.  */
  26. #undef HAVE_SNPRINTF_H
  27.  
  28. /* Define if you have the <string.h> header file.  */
  29. #undef HAVE_STRING_H
  30.  
  31. /* Define if you have the <strings.h> header file.  */
  32. #undef HAVE_STRINGS_H
  33.  
  34. /* Define if you have the <sys/types.h> header file.  */
  35. #undef HAVE_SYS_TYPES_H
  36.  
  37. /* Define if you have the <unistd.h> header file.  */
  38. #undef HAVE_UNISTD_H
  39.  
  40. /* Define if you have the snprintf library (-lsnprintf).  */
  41. #undef HAVE_LIBSNPRINTF
  42.