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.in < prev    next >
Encoding:
Text File  |  1994-07-16  |  4.8 KB  |  208 lines

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