home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March / PCWK3A99.iso / Linux / DDD331 / DDD-3_1_.000 / DDD-3_1_ / ddd-3.1.1 / ddd / config.h.in < prev    next >
Encoding:
Text File  |  1998-12-06  |  19.4 KB  |  740 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2. // $Id: acconfig.h.in,v 1.39 1998/11/26 12:30:48 zeller Exp $ -*- C++ -*-
  3. // General configuration file.
  4.  
  5. // Copyright (C) 1995-1998 Technische Universitaet Braunschweig, Germany.
  6. // Written by Andreas Zeller <zeller@ips.cs.tu-bs.de>.
  7. // 
  8. // This file is part of the ICE Library.
  9. // 
  10. // The ICE Library is free software; you can redistribute it and/or
  11. // modify it under the terms of the GNU Library General Public
  12. // License as published by the Free Software Foundation; either
  13. // version 2 of the License, or (at your option) any later version.
  14. // 
  15. // The ICE Library is distributed in the hope that it will be useful,
  16. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  18. // See the GNU Library General Public License for more details.
  19. // 
  20. // You should have received a copy of the GNU Library General Public
  21. // License along with the ICE Library -- see the file COPYING.LIB.
  22. // If not, write to the Free Software Foundation, Inc.,
  23. // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  24. // 
  25. // ICE is the incremental configuration environment.
  26. // For details, see the ICE World-Wide-Web page, 
  27. // http://www.cs.tu-bs.de/softech/ice/,
  28. // or send a mail to the ICE developers <ice@ips.cs.tu-bs.de>.
  29.  
  30. #ifndef _ICE_config_h
  31. #define _ICE_config_h
  32.  
  33. /* Define to the type of elements in the array set by `getgroups'.
  34.    Usually this is either `int' or `gid_t'.  */
  35. #undef GETGROUPS_T
  36.  
  37. /* Define if the `getpgrp' function takes no argument.  */
  38. #undef GETPGRP_VOID
  39.  
  40. /* Define to `int' if <sys/types.h> doesn't define.  */
  41. #undef gid_t
  42.  
  43. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  44. #undef HAVE_SYS_WAIT_H
  45.  
  46. /* Define to `int' if <sys/types.h> doesn't define.  */
  47. #undef mode_t
  48.  
  49. /* Define to `long' if <sys/types.h> doesn't define.  */
  50. #undef off_t
  51.  
  52. /* Define to `int' if <sys/types.h> doesn't define.  */
  53. #undef pid_t
  54.  
  55. /* Define if you need to in order for stat and other things to work.  */
  56. #undef _POSIX_SOURCE
  57.  
  58. /* Define as the return type of signal handlers (int or void).  */
  59. #undef RETSIGTYPE
  60.  
  61. /* Define if the `setpgrp' function takes no argument.  */
  62. #undef SETPGRP_VOID
  63.  
  64. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  65. #undef size_t
  66.  
  67. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  68. #undef STAT_MACROS_BROKEN
  69.  
  70. /* Define if you have the ANSI C header files.  */
  71. #undef STDC_HEADERS
  72.  
  73. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  74. #undef TIME_WITH_SYS_TIME
  75.  
  76. /* Define to `int' if <sys/types.h> doesn't define.  */
  77. #undef uid_t
  78.  
  79. /* Define if the X Window System is missing or not being used.  */
  80. #undef X_DISPLAY_MISSING
  81.  
  82. /* Define if lex declares yytext as a char * by default, not a char[].  */
  83. #undef YYTEXT_POINTER
  84.  
  85. /* The package name. */
  86. #undef PACKAGE
  87.  
  88. /* Define if your C++ compiler has ANSI-compliant lifetime of temporaries. */
  89. #undef HAVE_ANSI_LIFETIME_OF_TEMPORARIES
  90.  
  91. /* Define if your C++ compiler supports explicit template instantiation. */
  92. #undef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
  93.  
  94. /* Define if your C++ compiler supports overloaded operator new[]. */
  95. #undef HAVE_ARRAY_OPERATOR_NEW
  96.  
  97. /* Define if you have the X Athena widgets. */
  98. #undef HAVE_ATHENA
  99.  
  100. /* Define if your C++ compiler supports bool types. */
  101. #undef HAVE_BOOL
  102.  
  103. /* Define if your C++ compiler supports the mutable keyword. */
  104. #undef HAVE_MUTABLE
  105.  
  106. /* Define if your C++ compiler supports the explicit keyword. */
  107. #undef HAVE_EXPLICIT
  108.  
  109. /* Define if your C++ compiler supports exception handling. */
  110. #undef HAVE_EXCEPTIONS
  111.  
  112. /* Define if your C++ compiler supports ISO C++ standard exceptions. */
  113. #undef HAVE_STD_EXCEPTIONS
  114.  
  115. /* Define if your C++ compiler supports namespaces. */
  116. #undef HAVE_NAMESPACE
  117.  
  118. /* Define if your C++ compiler supports run-time type information. */
  119. #undef HAVE_TYPEINFO
  120.  
  121. /* Define if <sys/core.h> defines CORE_MAGIC to identify core files. */
  122. #undef HAVE_CORE_MAGIC
  123.  
  124. /* Define if ptrace() supports a PTRACE_DUMPCORE request to dump core files. */
  125. #undef HAVE_PTRACE_DUMPCORE
  126.  
  127. /* Define if your C++ library has an ostrstream::frozen() function. */
  128. #undef HAVE_FROZEN_OSTRSTREAM
  129.  
  130. /* Define if your C++ compiler supports long long types. */
  131. #undef HAVE_LONG_LONG
  132.  
  133. /* Define if MAXPATHLEN is defined or declared in <sys/param.h>. */
  134. #undef HAVE_MAXPATHLEN
  135.  
  136. /* Define if you have the XP library (X11R6.3 print server).
  137.    Required by Motif 2.1 and later. */
  138. #undef HAVE_XP
  139.  
  140. /* Define if you have the XPM library. */
  141. #undef HAVE_XPM
  142.  
  143. /* Define if you have Motif widgets. */
  144. #undef HAVE_MOTIF
  145.  
  146. /* Define if the Motif library defines xmUseVersion */
  147. #undef HAVE_XMUSEVERSION
  148.  
  149. /* Define if your C++ compiler supports named return values. */
  150. #undef HAVE_NAMED_RETURN_VALUES
  151.  
  152. /* Define if PATH_MAX is defined or declared in <limits.h>. */
  153. #undef HAVE_PATH_MAX
  154.  
  155. /* Define if your C++ compiler supports placement new. */
  156. #undef HAVE_PLACEMENT_NEW
  157.  
  158. /* Define if _POSIX_PATH_MAX is defined or declared in <limits.h>. */
  159. #undef HAVE_POSIX_PATH_MAX
  160.  
  161. /* Define if your C++ compiler supports the __PRETTY_FUNCTION__ macro. */
  162. #undef HAVE_PRETTY_FUNCTION
  163.  
  164. /* Define if the regex_t type has a n_subexps member, as in GNU RX 1.0 */
  165. #undef HAVE_REGEX_T_N_SUBEXPS
  166.  
  167. /* Define if the regex_t type has a re_nsub member, according to POSIX.2 */
  168. #undef HAVE_REGEX_T_RE_NSUB
  169.  
  170. /* Define if ostrstream::pcount() is increased by 1 after accessing the
  171.    string via ostrstream::str(), as in the SGI C++ I/O library. */
  172. #undef OSTRSTREAM_PCOUNT_BROKEN
  173.  
  174. /* Define to the signal handler type accepted by signal(). 
  175.    See the signal man page and the decl in <signal.h> for the exact type.
  176.    Typically values are int, ..., and int .... */
  177. #undef SIGHANDLERARGS
  178.  
  179. /* Define if regcomp() from <regex.h> does not work. */
  180. #undef REGCOMP_BROKEN
  181.  
  182. /* Define if you want support for runtime-compiled regexps.  Required
  183.    in ICE; not needed in DDD.  */
  184. #undef WITH_RUNTIME_REGEX
  185.  
  186. /* Define if you want regexps to be compiled at runtime.  Default in
  187.    DDD 2.1 and earlier.  Requires ~30% more memory; slightly slower,
  188.    too.  Requires WITH_RUNTIME_REGEX to be set.  Required in ICE.  */
  189. #undef RUNTIME_REGEX
  190.  
  191. /* Define if you want the manual to be compiled into the executable. */
  192. #undef WITH_BUILTIN_MANUAL
  193.  
  194. /* Define if you want the app-defaults file to be compiled into the
  195.    executable. */
  196. #undef WITH_BUILTIN_APP_DEFAULTS
  197.  
  198. /* Define if you have the _getpty function.  */
  199. #undef HAVE__GETPTY
  200.  
  201. /* Define if you have the alloca function.  */
  202. #undef HAVE_ALLOCA
  203.  
  204. /* Define if you have the asctime function.  */
  205. #undef HAVE_ASCTIME
  206.  
  207. /* Define if you have the clock function.  */
  208. #undef HAVE_CLOCK
  209.  
  210. /* Define if you have the difftime function.  */
  211. #undef HAVE_DIFFTIME
  212.  
  213. /* Define if you have the dup2 function.  */
  214. #undef HAVE_DUP2
  215.  
  216. /* Define if you have the endpwent function.  */
  217. #undef HAVE_ENDPWENT
  218.  
  219. /* Define if you have the fcntl function.  */
  220. #undef HAVE_FCNTL
  221.  
  222. /* Define if you have the ftime function.  */
  223. #undef HAVE_FTIME
  224.  
  225. /* Define if you have the gethostbyname function.  */
  226. #undef HAVE_GETHOSTBYNAME
  227.  
  228. /* Define if you have the gethostname function.  */
  229. #undef HAVE_GETHOSTNAME
  230.  
  231. /* Define if you have the getpty function.  */
  232. #undef HAVE_GETPTY
  233.  
  234. /* Define if you have the getrlimit function.  */
  235. #undef HAVE_GETRLIMIT
  236.  
  237. /* Define if you have the getrusage function.  */
  238. #undef HAVE_GETRUSAGE
  239.  
  240. /* Define if you have the getwd function.  */
  241. #undef HAVE_GETWD
  242.  
  243. /* Define if you have the grantpt function.  */
  244. #undef HAVE_GRANTPT
  245.  
  246. /* Define if you have the hypot function.  */
  247. #undef HAVE_HYPOT
  248.  
  249. /* Define if you have the ioctl function.  */
  250. #undef HAVE_IOCTL
  251.  
  252. /* Define if you have the link function.  */
  253. #undef HAVE_LINK
  254.  
  255. /* Define if you have the lstat function.  */
  256. #undef HAVE_LSTAT
  257.  
  258. /* Define if you have the malloc function.  */
  259. #undef HAVE_MALLOC
  260.  
  261. /* Define if you have the memcpy function.  */
  262. #undef HAVE_MEMCPY
  263.  
  264. /* Define if you have the memset function.  */
  265. #undef HAVE_MEMSET
  266.  
  267. /* Define if you have the pclose function.  */
  268. #undef HAVE_PCLOSE
  269.  
  270. /* Define if you have the popen function.  */
  271. #undef HAVE_POPEN
  272.  
  273. /* Define if you have the ptrace function.  */
  274. #undef HAVE_PTRACE
  275.  
  276. /* Define if you have the ptsname function.  */
  277. #undef HAVE_PTSNAME
  278.  
  279. /* Define if you have the raise function.  */
  280. #undef HAVE_RAISE
  281.  
  282. /* Define if you have the rand function.  */
  283. #undef HAVE_RAND
  284.  
  285. /* Define if you have the random function.  */
  286. #undef HAVE_RANDOM
  287.  
  288. /* Define if you have the readlink function.  */
  289. #undef HAVE_READLINK
  290.  
  291. /* Define if you have the regcomp function.  */
  292. #undef HAVE_REGCOMP
  293.  
  294. /* Define if you have the regexec function.  */
  295. #undef HAVE_REGEXEC
  296.  
  297. /* Define if you have the setbuf function.  */
  298. #undef HAVE_SETBUF
  299.  
  300. /* Define if you have the setpgid function.  */
  301. #undef HAVE_SETPGID
  302.  
  303. /* Define if you have the setpgrp function.  */
  304. #undef HAVE_SETPGRP
  305.  
  306. /* Define if you have the setpgrp2 function.  */
  307. #undef HAVE_SETPGRP2
  308.  
  309. /* Define if you have the setpwent function.  */
  310. #undef HAVE_SETPWENT
  311.  
  312. /* Define if you have the setrlimit function.  */
  313. #undef HAVE_SETRLIMIT
  314.  
  315. /* Define if you have the setsid function.  */
  316. #undef HAVE_SETSID
  317.  
  318. /* Define if you have the setvbuf function.  */
  319. #undef HAVE_SETVBUF
  320.  
  321. /* Define if you have the sigblock function.  */
  322. #undef HAVE_SIGBLOCK
  323.  
  324. /* Define if you have the sigprocmask function.  */
  325. #undef HAVE_SIGPROCMASK
  326.  
  327. /* Define if you have the sigsetmask function.  */
  328. #undef HAVE_SIGSETMASK
  329.  
  330. /* Define if you have the sigsuspend function.  */
  331. #undef HAVE_SIGSUSPEND
  332.  
  333. /* Define if you have the srand function.  */
  334. #undef HAVE_SRAND
  335.  
  336. /* Define if you have the srandom function.  */
  337. #undef HAVE_SRANDOM
  338.  
  339. /* Define if you have the stat function.  */
  340. #undef HAVE_STAT
  341.  
  342. /* Define if you have the strerror function.  */
  343. #undef HAVE_STRERROR
  344.  
  345. /* Define if you have the strftime function.  */
  346. #undef HAVE_STRFTIME
  347.  
  348. /* Define if you have the strsignal function.  */
  349. #undef HAVE_STRSIGNAL
  350.  
  351. /* Define if you have the strtod function.  */
  352. #undef HAVE_STRTOD
  353.  
  354. /* Define if you have the strtol function.  */
  355. #undef HAVE_STRTOL
  356.  
  357. /* Define if you have the strtoul function.  */
  358. #undef HAVE_STRTOUL
  359.  
  360. /* Define if you have the symlink function.  */
  361. #undef HAVE_SYMLINK
  362.  
  363. /* Define if you have the tcdrain function.  */
  364. #undef HAVE_TCDRAIN
  365.  
  366. /* Define if you have the tcflow function.  */
  367. #undef HAVE_TCFLOW
  368.  
  369. /* Define if you have the tcflush function.  */
  370. #undef HAVE_TCFLUSH
  371.  
  372. /* Define if you have the tcgetattr function.  */
  373. #undef HAVE_TCGETATTR
  374.  
  375. /* Define if you have the tcgetpgrp function.  */
  376. #undef HAVE_TCGETPGRP
  377.  
  378. /* Define if you have the tcgetsid function.  */
  379. #undef HAVE_TCGETSID
  380.  
  381. /* Define if you have the tcsendbreak function.  */
  382. #undef HAVE_TCSENDBREAK
  383.  
  384. /* Define if you have the tcsetattr function.  */
  385. #undef HAVE_TCSETATTR
  386.  
  387. /* Define if you have the tcsetpgrp function.  */
  388. #undef HAVE_TCSETPGRP
  389.  
  390. /* Define if you have the times function.  */
  391. #undef HAVE_TIMES
  392.  
  393. /* Define if you have the uname function.  */
  394. #undef HAVE_UNAME
  395.  
  396. /* Define if you have the unlink function.  */
  397. #undef HAVE_UNLINK
  398.  
  399. /* Define if you have the unlockpt function.  */
  400. #undef HAVE_UNLOCKPT
  401.  
  402. /* Define if you have the waitpid function.  */
  403. #undef HAVE_WAITPID
  404.  
  405. /* Define if you have the <X11/Xaw/Form.h> header file.  */
  406. #undef HAVE_X11_XAW_FORM_H
  407.  
  408. /* Define if you have the <X11/Xaw/Panner.h> header file.  */
  409. #undef HAVE_X11_XAW_PANNER_H
  410.  
  411. /* Define if you have the <X11/Xaw/Porthole.h> header file.  */
  412. #undef HAVE_X11_XAW_PORTHOLE_H
  413.  
  414. /* Define if you have the <X11/Xmu/Editres.h> header file.  */
  415. #undef HAVE_X11_XMU_EDITRES_H
  416.  
  417. /* Define if you have the <X11/xpm.h> header file.  */
  418. #undef HAVE_X11_XPM_H
  419.  
  420. /* Define if you have the <alloca.h> header file.  */
  421. #undef HAVE_ALLOCA_H
  422.  
  423. /* Define if you have the <dirent.h> header file.  */
  424. #undef HAVE_DIRENT_H
  425.  
  426. /* Define if you have the <exception> header file.  */
  427. #undef HAVE_EXCEPTION
  428.  
  429. /* Define if you have the <fcntl.h> header file.  */
  430. #undef HAVE_FCNTL_H
  431.  
  432. /* Define if you have the <limits.h> header file.  */
  433. #undef HAVE_LIMITS_H
  434.  
  435. /* Define if you have the <malloc.h> header file.  */
  436. #undef HAVE_MALLOC_H
  437.  
  438. /* Define if you have the <ndir.h> header file.  */
  439. #undef HAVE_NDIR_H
  440.  
  441. /* Define if you have the <netdb.h> header file.  */
  442. #undef HAVE_NETDB_H
  443.  
  444. /* Define if you have the <pwd.h> header file.  */
  445. #undef HAVE_PWD_H
  446.  
  447. /* Define if you have the <regex.h> header file.  */
  448. #undef HAVE_REGEX_H
  449.  
  450. /* Define if you have the <rx.h> header file.  */
  451. #undef HAVE_RX_H
  452.  
  453. /* Define if you have the <rxposix.h> header file.  */
  454. #undef HAVE_RXPOSIX_H
  455.  
  456. /* Define if you have the <stdexcept> header file.  */
  457. #undef HAVE_STDEXCEPT
  458.  
  459. /* Define if you have the <stdlib.h> header file.  */
  460. #undef HAVE_STDLIB_H
  461.  
  462. /* Define if you have the <string.h> header file.  */
  463. #undef HAVE_STRING_H
  464.  
  465. /* Define if you have the <strings.h> header file.  */
  466. #undef HAVE_STRINGS_H
  467.  
  468. /* Define if you have the <sys/core.h> header file.  */
  469. #undef HAVE_SYS_CORE_H
  470.  
  471. /* Define if you have the <sys/dir.h> header file.  */
  472. #undef HAVE_SYS_DIR_H
  473.  
  474. /* Define if you have the <sys/int_types.h> header file.  */
  475. #undef HAVE_SYS_INT_TYPES_H
  476.  
  477. /* Define if you have the <sys/ioctl.h> header file.  */
  478. #undef HAVE_SYS_IOCTL_H
  479.  
  480. /* Define if you have the <sys/ndir.h> header file.  */
  481. #undef HAVE_SYS_NDIR_H
  482.  
  483. /* Define if you have the <sys/param.h> header file.  */
  484. #undef HAVE_SYS_PARAM_H
  485.  
  486. /* Define if you have the <sys/ptrace.h> header file.  */
  487. #undef HAVE_SYS_PTRACE_H
  488.  
  489. /* Define if you have the <sys/resource.h> header file.  */
  490. #undef HAVE_SYS_RESOURCE_H
  491.  
  492. /* Define if you have the <sys/socket.h> header file.  */
  493. #undef HAVE_SYS_SOCKET_H
  494.  
  495. /* Define if you have the <sys/stat.h> header file.  */
  496. #undef HAVE_SYS_STAT_H
  497.  
  498. /* Define if you have the <sys/stropts.h> header file.  */
  499. #undef HAVE_SYS_STROPTS_H
  500.  
  501. /* Define if you have the <sys/sysmacros.h> header file.  */
  502. #undef HAVE_SYS_SYSMACROS_H
  503.  
  504. /* Define if you have the <sys/termios.h> header file.  */
  505. #undef HAVE_SYS_TERMIOS_H
  506.  
  507. /* Define if you have the <sys/time.h> header file.  */
  508. #undef HAVE_SYS_TIME_H
  509.  
  510. /* Define if you have the <sys/timeb.h> header file.  */
  511. #undef HAVE_SYS_TIMEB_H
  512.  
  513. /* Define if you have the <sys/types.h> header file.  */
  514. #undef HAVE_SYS_TYPES_H
  515.  
  516. /* Define if you have the <sys/user.h> header file.  */
  517. #undef HAVE_SYS_USER_H
  518.  
  519. /* Define if you have the <sys/utsname.h> header file.  */
  520. #undef HAVE_SYS_UTSNAME_H
  521.  
  522. /* Define if you have the <sys/vty.h> header file.  */
  523. #undef HAVE_SYS_VTY_H
  524.  
  525. /* Define if you have the <termio.h> header file.  */
  526. #undef HAVE_TERMIO_H
  527.  
  528. /* Define if you have the <termios.h> header file.  */
  529. #undef HAVE_TERMIOS_H
  530.  
  531. /* Define if you have the <unistd.h> header file.  */
  532. #undef HAVE_UNISTD_H
  533.  
  534. /* Define if you have the <xpm.h> header file.  */
  535. #undef HAVE_XPM_H
  536.  
  537. /* Define if _getpty is declared in unistd.h. */
  538. #undef HAVE__GETPTY_DECL
  539.  
  540. /* Define if alloca is declared in alloca.h stdlib.h. */
  541. #undef HAVE_ALLOCA_DECL
  542.  
  543. /* Define if asctime is declared in time.h. */
  544. #undef HAVE_ASCTIME_DECL
  545.  
  546. /* Define if clock is declared in time.h. */
  547. #undef HAVE_CLOCK_DECL
  548.  
  549. /* Define if difftime is declared in time.h. */
  550. #undef HAVE_DIFFTIME_DECL
  551.  
  552. /* Define if dup2 is declared in unistd.h. */
  553. #undef HAVE_DUP2_DECL
  554.  
  555. /* Define if endpwent is declared in pwd.h. */
  556. #undef HAVE_ENDPWENT_DECL
  557.  
  558. /* Define if fcntl is declared in fcntl.h. */
  559. #undef HAVE_FCNTL_DECL
  560.  
  561. /* Define if ftime is declared in sys/timeb.h. */
  562. #undef HAVE_FTIME_DECL
  563.  
  564. /* Define if gethostbyname is declared in netdb.h. */
  565. #undef HAVE_GETHOSTBYNAME_DECL
  566.  
  567. /* Define if gethostname is declared in unistd.h. */
  568. #undef HAVE_GETHOSTNAME_DECL
  569.  
  570. /* Define if getpty is declared in unistd.h. */
  571. #undef HAVE_GETPTY_DECL
  572.  
  573. /* Define if getrlimit is declared in sys/resource.h. */
  574. #undef HAVE_GETRLIMIT_DECL
  575.  
  576. /* Define if getrusage is declared in sys/resource.h. */
  577. #undef HAVE_GETRUSAGE_DECL
  578.  
  579. /* Define if getwd is declared in unistd.h. */
  580. #undef HAVE_GETWD_DECL
  581.  
  582. /* Define if grantpt is declared in stdlib.h. */
  583. #undef HAVE_GRANTPT_DECL
  584.  
  585. /* Define if hypot is declared in math.h. */
  586. #undef HAVE_HYPOT_DECL
  587.  
  588. /* Define if ioctl is declared in unistd.h sys/ioctl.h. */
  589. #undef HAVE_IOCTL_DECL
  590.  
  591. /* Define if link is declared in unistd.h. */
  592. #undef HAVE_LINK_DECL
  593.  
  594. /* Define if lstat is declared in sys/stat.h. */
  595. #undef HAVE_LSTAT_DECL
  596.  
  597. /* Define if malloc is declared in stdlib.h. */
  598. #undef HAVE_MALLOC_DECL
  599.  
  600. /* Define if memcpy is declared in string.h. */
  601. #undef HAVE_MEMCPY_DECL
  602.  
  603. /* Define if memset is declared in string.h. */
  604. #undef HAVE_MEMSET_DECL
  605.  
  606. /* Define if pclose is declared in stdio.h. */
  607. #undef HAVE_PCLOSE_DECL
  608.  
  609. /* Define if popen is declared in stdio.h. */
  610. #undef HAVE_POPEN_DECL
  611.  
  612. /* Define if ptrace is declared in unistd.h sys/ptrace.h. */
  613. #undef HAVE_PTRACE_DECL
  614.  
  615. /* Define if ptsname is declared in stdlib.h. */
  616. #undef HAVE_PTSNAME_DECL
  617.  
  618. /* Define if raise is declared in signal.h. */
  619. #undef HAVE_RAISE_DECL
  620.  
  621. /* Define if rand is declared in stdlib.h. */
  622. #undef HAVE_RAND_DECL
  623.  
  624. /* Define if random is declared in stdlib.h. */
  625. #undef HAVE_RANDOM_DECL
  626.  
  627. /* Define if readlink is declared in unistd.h. */
  628. #undef HAVE_READLINK_DECL
  629.  
  630. /* Define if setbuf is declared in stdio.h. */
  631. #undef HAVE_SETBUF_DECL
  632.  
  633. /* Define if setpgid is declared in unistd.h. */
  634. #undef HAVE_SETPGID_DECL
  635.  
  636. /* Define if setpgrp is declared in unistd.h. */
  637. #undef HAVE_SETPGRP_DECL
  638.  
  639. /* Define if setpgrp2 is declared in unistd.h. */
  640. #undef HAVE_SETPGRP2_DECL
  641.  
  642. /* Define if setpwent is declared in pwd.h. */
  643. #undef HAVE_SETPWENT_DECL
  644.  
  645. /* Define if setrlimit is declared in sys/resource.h. */
  646. #undef HAVE_SETRLIMIT_DECL
  647.  
  648. /* Define if setsid is declared in unistd.h. */
  649. #undef HAVE_SETSID_DECL
  650.  
  651. /* Define if setvbuf is declared in stdio.h. */
  652. #undef HAVE_SETVBUF_DECL
  653.  
  654. /* Define if sigblock is declared in signal.h. */
  655. #undef HAVE_SIGBLOCK_DECL
  656.  
  657. /* Define if sigprocmask is declared in signal.h. */
  658. #undef HAVE_SIGPROCMASK_DECL
  659.  
  660. /* Define if sigsetmask is declared in signal.h. */
  661. #undef HAVE_SIGSETMASK_DECL
  662.  
  663. /* Define if sigsuspend is declared in signal.h. */
  664. #undef HAVE_SIGSUSPEND_DECL
  665.  
  666. /* Define if srand is declared in stdlib.h. */
  667. #undef HAVE_SRAND_DECL
  668.  
  669. /* Define if srandom is declared in stdlib.h. */
  670. #undef HAVE_SRANDOM_DECL
  671.  
  672. /* Define if stat is declared in sys/stat.h. */
  673. #undef HAVE_STAT_DECL
  674.  
  675. /* Define if strerror is declared in string.h. */
  676. #undef HAVE_STRERROR_DECL
  677.  
  678. /* Define if strftime is declared in time.h. */
  679. #undef HAVE_STRFTIME_DECL
  680.  
  681. /* Define if strsignal is declared in string.h. */
  682. #undef HAVE_STRSIGNAL_DECL
  683.  
  684. /* Define if strtod is declared in stdlib.h. */
  685. #undef HAVE_STRTOD_DECL
  686.  
  687. /* Define if strtol is declared in stdlib.h. */
  688. #undef HAVE_STRTOL_DECL
  689.  
  690. /* Define if strtoul is declared in stdlib.h. */
  691. #undef HAVE_STRTOUL_DECL
  692.  
  693. /* Define if symlink is declared in unistd.h. */
  694. #undef HAVE_SYMLINK_DECL
  695.  
  696. /* Define if tcdrain is declared in termios.h. */
  697. #undef HAVE_TCDRAIN_DECL
  698.  
  699. /* Define if tcflow is declared in termios.h. */
  700. #undef HAVE_TCFLOW_DECL
  701.  
  702. /* Define if tcflush is declared in termios.h. */
  703. #undef HAVE_TCFLUSH_DECL
  704.  
  705. /* Define if tcgetattr is declared in termios.h. */
  706. #undef HAVE_TCGETATTR_DECL
  707.  
  708. /* Define if tcgetpgrp is declared in unistd.h. */
  709. #undef HAVE_TCGETPGRP_DECL
  710.  
  711. /* Define if tcgetsid is declared in sys/termios.h. */
  712. #undef HAVE_TCGETSID_DECL
  713.  
  714. /* Define if tcsendbreak is declared in termios.h. */
  715. #undef HAVE_TCSENDBREAK_DECL
  716.  
  717. /* Define if tcsetattr is declared in termios.h. */
  718. #undef HAVE_TCSETATTR_DECL
  719.  
  720. /* Define if tcsetpgrp is declared in unistd.h. */
  721. #undef HAVE_TCSETPGRP_DECL
  722.  
  723. /* Define if times is declared in sys/times.h. */
  724. #undef HAVE_TIMES_DECL
  725.  
  726. /* Define if uname is declared in sys/utsname.h. */
  727. #undef HAVE_UNAME_DECL
  728.  
  729. /* Define if unlink is declared in unistd.h. */
  730. #undef HAVE_UNLINK_DECL
  731.  
  732. /* Define if unlockpt is declared in stdlib.h. */
  733. #undef HAVE_UNLOCKPT_DECL
  734.  
  735. /* Define if waitpid is declared in sys/wait.h. */
  736. #undef HAVE_WAITPID_DECL
  737.  
  738. #endif // _ICE_config_h
  739. // DON'T ADD ANYTHING BEHIND THIS #endif
  740.