home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / tcl / tcl+tk+t / tclx7.3bl / tclx7 / tclX7.3b / src / tclXconfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-21  |  5.2 KB  |  209 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 to `int' if <sys/types.h> doesn't define.  */
  19. /* #undef mode_t */
  20.  
  21. /* Define to `int' if <sys/types.h> doesn't define.  */
  22. /* #undef pid_t */
  23.  
  24. /* Define as the return type of signal handlers (int or void).  */
  25. #define RETSIGTYPE void
  26.  
  27. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  28. /* #undef size_t */
  29.  
  30. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  31. #define TIME_WITH_SYS_TIME 1
  32.  
  33. /* Define if your <sys/time.h> declares struct tm.  */
  34. /* #undef TM_IN_SYS_TIME */
  35.  
  36. /* Define to `int' if <sys/types.h> doesn't define.  */
  37. /* #undef uid_t */
  38.  
  39. /* Define if you don't have sys/socket.h */
  40. /* #undef NO_SYS_SOCKET_H */
  41.  
  42. /* Define if you have and need sys/select.h */
  43. /* #undef HAVE_SYS_SELECT_H */
  44.  
  45. /* Define if don't you have values.h */
  46. /* #undef NO_VALUES_H */
  47.  
  48. /* Define if your struct tm has tm_zone.  */
  49. /* #undef HAVE_TM_ZONE */
  50.  
  51. /* Define if you have the timezone variable.  */
  52. #define HAVE_TIMEZONE_VAR 1
  53.  
  54. /* Define if your struct tm has tm_tzadj.  */
  55. /* #undef HAVE_TM_TZADJ */
  56.  
  57. /* Define if your struct tm has tm_gmtoff.  */
  58. /* #undef HAVE_TM_GMTOFF */
  59.  
  60. /* Define if you don't have tm_zone but do have the external array
  61.    tzname.  */
  62. #define HAVE_TZNAME 1
  63.  
  64. /* Define as the return type of signal handlers (int or void).  */
  65. #define RETSIGTYPE void
  66.  
  67. /* Define if your sys/time.h declares struct tm.  */
  68. /* #undef TM_IN_SYS_TIME */
  69.  
  70. /* Define to `int' if <sys/types.h> doesn't define.  */
  71. /* #undef uid_t */
  72. /* #undef gid_t */
  73. /* #undef pid_t */
  74. /* #undef mode_t */
  75. /* #undef time_t */
  76.  
  77. /* Define to the type of elements in the array set by `getgroups'.
  78.    Usually this is either `int' or `gid_t'.  */
  79. /* #undef GETGROUPS_T */
  80.  
  81. /* Define if you do not have dirent.h */
  82. /* #undef NO_DIRENT_H */
  83.  
  84. /* Define if you do not have readdir but you do have V7-style directories */
  85. /* #undef USE_DIRENT2_H */
  86.  
  87. /* Define if you do not have float.h */
  88. /* #undef NO_FLOAT_H */
  89.  
  90. /* Define if you do not have limits.h */
  91. /* #undef NO_LIMITS_H */
  92.  
  93. /* Define if you do not have stdlib.h */
  94. /* #undef NO_STDLIB_H */
  95.  
  96. /* Define if you do not have string.h */
  97. /* #undef NO_STRING_H */
  98.  
  99. /* Define if you do not have sys/time.h */
  100. /* #undef NO_SYS_TIME_H */
  101.  
  102. /* Define if you do not have sys/wait.h */
  103. /* #undef NO_SYS_WAIT_H */
  104.  
  105. /* Define if time.h can be included with sys/time.h */
  106. #define TIME_WITH_SYS_TIME 1
  107.  
  108. /* Define if wait does not return a union */
  109. /* #undef NO_UNION_WAIT */
  110.  
  111. /* Define if "times" returns the elasped real time */
  112. #define TIMES_RETS_REAL_TIME 1
  113.  
  114. /* Define if gettimeofday is not available */
  115. /* #undef NO_GETTOD */
  116.  
  117. /* Define if errno.h is not available */
  118. /* #undef NO_ERRNO_H */
  119.  
  120. /* Define if fd_set is not defined. */
  121. /* #undef NO_FD_SET */
  122.  
  123. /* Define if stdlib.h defines random */
  124. #define STDLIB_DEFS_RANDOM 1
  125.  
  126. /* Define if we must use our own version of random */
  127. /* #undef NO_RANDOM */
  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. #define HAVE_CATGETS 1
  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 setpgid.  */
  160. #define HAVE_SETPGID 1
  161.  
  162. /* Define if you have setvbuf.  */
  163. #define HAVE_SETVBUF 1
  164.  
  165. /* Define if you have sigaction.  */
  166. #define HAVE_SIGACTION 1
  167.  
  168. /* Define if you have the <unistd.h> header file.  */
  169. #define HAVE_UNISTD_H 1
  170.  
  171. /* Define if you have the X11 library (-lX11).  */
  172. /* #undef HAVE_LIBX11 */
  173.  
  174. /* Define if you have the X11_s library (-lX11_s).  */
  175. /* #undef HAVE_LIBX11_S */
  176.  
  177. /* Define if you have the Xbsd library (-lXbsd).  */
  178. /* #undef HAVE_LIBXBSD */
  179.  
  180. /* Define if you have the Xwindow library (-lXwindow).  */
  181. /* #undef HAVE_LIBXWINDOW */
  182.  
  183. /* Define if you have the bsd library (-lbsd).  */
  184. /* #undef HAVE_LIBBSD */
  185.  
  186. /* Define if you have the c_s library (-lc_s).  */
  187. /* #undef HAVE_LIBC_S */
  188.  
  189. /* Define if you have the dl library (-ldl).  */
  190. /* #undef HAVE_LIBDL */
  191.  
  192. /* Define if you have the dnet_stub library (-ldnet_stub).  */
  193. /* #undef HAVE_LIBDNET_STUB */
  194.  
  195. /* Define if you have the ieee library (-lieee).  */
  196. /* #undef HAVE_LIBIEEE */
  197.  
  198. /* Define if you have the intl library (-lintl).  */
  199. /* #undef HAVE_LIBINTL */
  200.  
  201. /* Define if you have the nsl library (-lnsl).  */
  202. /* #undef HAVE_LIBNSL */
  203.  
  204. /* Define if you have the socket library (-lsocket).  */
  205. /* #undef HAVE_LIBSOCKET */
  206.  
  207. /* Define if you have the sun library (-lsun).  */
  208. /* #undef HAVE_LIBSUN */
  209.