home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / tcl / tclx7_31.z / tclx7_31 / tcldev / tclX7.3a-p1 / src / tclXconfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-25  |  4.9 KB  |  200 lines

  1. /* src/tclXconfig.h.  Generated automatically by configure.  */
  2. /* src/tclXconfig.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define to the type of elements in the array set by `getgroups'.
  5.    Usually this is either `int' or `gid_t'.  */
  6. /* #undef GETGROUPS_T */
  7.  
  8. /* Define to `int' if <sys/types.h> doesn't define.  */
  9. /* #undef gid_t */
  10.  
  11. /* Define if your struct tm has tm_zone.  */
  12. /* #undef HAVE_TM_ZONE */
  13.  
  14. /* Define if you don't have tm_zone but do have the external array
  15.    tzname.  */
  16. #define HAVE_TZNAME 1
  17.  
  18. /* Define if you have unistd.h.  */
  19. #define HAVE_UNISTD_H 1
  20.  
  21. /* Define to `int' if <sys/types.h> doesn't define.  */
  22. /* #undef mode_t */
  23.  
  24. /* Define to `int' if <sys/types.h> doesn't define.  */
  25. /* #undef pid_t */
  26.  
  27. /* Define as the return type of signal handlers (int or void).  */
  28. #define RETSIGTYPE void
  29.  
  30. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  31. /* #undef size_t */
  32.  
  33. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  34. #define TIME_WITH_SYS_TIME 1
  35.  
  36. /* Define if your <sys/time.h> declares struct tm.  */
  37. /* #undef TM_IN_SYS_TIME */
  38.  
  39. /* Define to `int' if <sys/types.h> doesn't define.  */
  40. /* #undef uid_t */
  41.  
  42. /* Define if you don't have sys/socket.h */
  43. /* #undef NO_SYS_SOCKET_H */
  44.  
  45. /* Define if you have and need sys/select.h */
  46. /* #undef HAVE_SYS_SELECT_H */
  47.  
  48. /* Define if don't you have values.h */
  49. /* #undef NO_VALUES_H */
  50.  
  51. /* Define if your struct tm has tm_zone.  */
  52. /* #undef HAVE_TM_ZONE */
  53.  
  54. /* Define if you have the timezone variable.  */
  55. #define HAVE_TIMEZONE_VAR 1
  56.  
  57. /* Define if your struct tm has tm_tzadj.  */
  58. /* #undef HAVE_TM_TZADJ */
  59.  
  60. /* Define if your struct tm has tm_gmtoff.  */
  61. /* #undef HAVE_TM_GMTOFF */
  62.  
  63. /* Define if you don't have tm_zone but do have the external array
  64.    tzname.  */
  65. #define HAVE_TZNAME 1
  66.  
  67. /* Define if you have unistd.h.  */
  68. #define HAVE_UNISTD_H 1
  69.  
  70. /* Define as the return type of signal handlers (int or void).  */
  71. #define RETSIGTYPE void
  72.  
  73. /* Define if your sys/time.h declares struct tm.  */
  74. /* #undef TM_IN_SYS_TIME */
  75.  
  76. /* Define to `int' if <sys/types.h> doesn't define.  */
  77. /* #undef uid_t */
  78. /* #undef gid_t */
  79. /* #undef pid_t */
  80. /* #undef mode_t */
  81. /* #undef time_t */
  82.  
  83. /* Define to the type of elements in the array set by `getgroups'.
  84.    Usually this is either `int' or `gid_t'.  */
  85. /* #undef GETGROUPS_T */
  86.  
  87. /* Define if you do not have dirent.h */
  88. /* #undef NO_DIRENT_H */
  89.  
  90. /* Define if you do not have readdir but you do have V7-style directories */
  91. /* #undef USE_DIRENT2_H */
  92.  
  93. /* Define if you do not have float.h */
  94. /* #undef NO_FLOAT_H */
  95.  
  96. /* Define if you do not have limits.h */
  97. /* #undef NO_LIMITS_H */
  98.  
  99. /* Define if you do not have stdlib.h */
  100. /* #undef NO_STDLIB_H */
  101.  
  102. /* Define if you do not have string.h */
  103. /* #undef NO_STRING_H */
  104.  
  105. /* Define if you do not have sys/time.h */
  106. /* #undef NO_SYS_TIME_H */
  107.  
  108. /* Define if you do not have sys/wait.h */
  109. /* #undef NO_SYS_WAIT_H */
  110.  
  111. /* Define if time.h can be included with sys/time.h */
  112. #define TIME_WITH_SYS_TIME 1
  113.  
  114. /* Define if wait does not return a union */
  115. /* #undef NO_UNION_WAIT */
  116.  
  117. /* Define if "times" returns the elasped real time */
  118. #define TIMES_RETS_REAL_TIME 1
  119.  
  120. /* Define if gettimeofday is not available */
  121. /* #undef NO_GETTOD */
  122.  
  123. /* Define if errno.h is not available */
  124. /* #undef NO_ERRNO_H */
  125.  
  126. /* Define if fd_set is not defined. */
  127. /* #undef NO_FD_SET */
  128.  
  129. /* Define if you have bcopy.  */
  130. #define HAVE_BCOPY 1
  131.  
  132. /* Define if you have bzero.  */
  133. #define HAVE_BZERO 1
  134.  
  135. /* Define if you have catgets.  */
  136. /* #undef HAVE_CATGETS */
  137.  
  138. /* Define if you have fsync.  */
  139. #define HAVE_FSYNC 1
  140.  
  141. /* Define if you have getcwd.  */
  142. #define HAVE_GETCWD 1
  143.  
  144. /* Define if you have gethostbyname.  */
  145. #define HAVE_GETHOSTBYNAME 1
  146.  
  147. /* Define if you have getpriority.  */
  148. #define HAVE_GETPRIORITY 1
  149.  
  150. /* Define if you have gettimeofday.  */
  151. #define HAVE_GETTIMEOFDAY 1
  152.  
  153. /* Define if you have select.  */
  154. #define HAVE_SELECT 1
  155.  
  156. /* Define if you have setitimer.  */
  157. #define HAVE_SETITIMER 1
  158.  
  159. /* Define if you have setlinebuf.  */
  160. #define HAVE_SETLINEBUF 1
  161.  
  162. /* Define if you have setpgid.  */
  163. #define HAVE_SETPGID 1
  164.  
  165. /* Define if you have sigaction.  */
  166. #define HAVE_SIGACTION 1
  167.  
  168. /* Define if you have the X11 library (-lX11).  */
  169. /* #undef HAVE_LIBX11 */
  170.  
  171. /* Define if you have the X11_s library (-lX11_s).  */
  172. /* #undef HAVE_LIBX11_S */
  173.  
  174. /* Define if you have the Xbsd library (-lXbsd).  */
  175. /* #undef HAVE_LIBXBSD */
  176.  
  177. /* Define if you have the Xt library (-lXt).  */
  178. /* #undef HAVE_LIBXT */
  179.  
  180. /* Define if you have the Xwindow library (-lXwindow).  */
  181. /* #undef HAVE_LIBXWINDOW */
  182.  
  183. /* Define if you have the c_s library (-lc_s).  */
  184. /* #undef HAVE_LIBC_S */
  185.  
  186. /* Define if you have the ieee library (-lieee).  */
  187. /* #undef HAVE_LIBIEEE */
  188.  
  189. /* Define if you have the intl library (-lintl).  */
  190. /* #undef HAVE_LIBINTL */
  191.  
  192. /* Define if you have the nsl library (-lnsl).  */
  193. /* #undef HAVE_LIBNSL */
  194.  
  195. /* Define if you have the socket library (-lsocket).  */
  196. /* #undef HAVE_LIBSOCKET */
  197.  
  198. /* Define if you have the sun library (-lsun).  */
  199. /* #undef HAVE_LIBSUN */
  200.