home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / TCL / BLT / BLT1.7L1 / BLT1 / blt-1.7 / src / bltConfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-18  |  1.9 KB  |  72 lines

  1. /* src/bltConfig.h.  Generated automatically by configure.  */
  2. /* src/bltConfig.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  5. /* #undef size_t */
  6.  
  7. /* Define if you have the ANSI C header files.  */
  8. #define STDC_HEADERS 1
  9.  
  10. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  11. #define TIME_WITH_SYS_TIME 1
  12.  
  13. /* Define if you have strcasecmp.  */
  14. #define HAVE_STRCASECMP 1
  15.  
  16. /* Define if you have strdup.  */
  17. #define HAVE_STRDUP 1
  18.  
  19. /* Define if you have strerror.  */
  20. #define HAVE_STRERROR 1
  21.  
  22. /* Define if you have the <errno.h> header file.  */
  23. #define HAVE_ERRNO_H 1
  24.  
  25. /* Define if you have the <float.h> header file.  */
  26. #define HAVE_FLOAT_H 1
  27.  
  28. /* Define if you have the <limits.h> header file.  */
  29. #define HAVE_LIMITS_H 1
  30.  
  31. /* Define if you have the <malloc.h> header file.  */
  32. #define HAVE_MALLOC_H 1
  33.  
  34. /* Define if you have the <memory.h> header file.  */
  35. #define HAVE_MEMORY_H 1
  36.  
  37. /* Define if you have the <stdlib.h> header file.  */
  38. #define HAVE_STDLIB_H 1
  39.  
  40. /* Define if you have the <string.h> header file.  */
  41. #define HAVE_STRING_H 1
  42.  
  43. /* Define if you have the <sys/time.h> header file.  */
  44. #define HAVE_SYS_TIME_H 1
  45.  
  46. /* Define if you have the <sys/wait.h> header file.  */
  47. #define HAVE_SYS_WAIT_H 1
  48.  
  49. /* Define if you have the <unistd.h> header file.  */
  50. #define HAVE_UNISTD_H 1
  51.  
  52. /* Define if you have the X11 library (-lX11).  */
  53. /* #undef HAVE_LIBX11 */
  54.  
  55. /* Define if you have the Xbsd library (-lXbsd).  */
  56. /* #undef HAVE_LIBXBSD */
  57.  
  58. /* Define if you have the Xt library (-lXt).  */
  59. /* #undef HAVE_LIBXT */
  60.  
  61. /* Define if you have the ieee library (-lieee).  */
  62. /* #undef HAVE_LIBIEEE */
  63.  
  64. /* Define if you have the m library (-lm).  */
  65. /* #undef HAVE_LIBM */
  66.  
  67. /* Define if you have the nsl library (-lnsl).  */
  68. /* #undef HAVE_LIBNSL */
  69.  
  70. /* Define if you have the socket library (-lsocket).  */
  71. /* #undef HAVE_LIBSOCKET */
  72.