home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / dev / ucb_logoppc / source / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-23  |  1.8 KB  |  75 lines

  1. /* config.h  Generated automatically from configure.in by autoheader.  */
  2.  
  3. #define AMIGA
  4. #define X_DISPLAY_MISSING
  5.  
  6. #undef mips
  7. #undef unix
  8. #undef x_window
  9.  
  10. /* Define if you need to in order for stat and other things to work.  */
  11. #undef _POSIX_SOURCE
  12.  
  13. /* Define as the return type of signal handlers (int or void).  */
  14. #define RETSIGTYPE void
  15.  
  16. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  17. #undef size_t
  18.  
  19. /* Define if you have the ANSI C header files.  */
  20. #define STDC_HEADERS
  21.  
  22. /* Define if you have the matherr function.  */
  23. #undef HAVE_MATHERR
  24.  
  25. /* Define if you have the sigsetmask function.  */
  26. #undef HAVE_SIGSETMASK
  27.  
  28. /* Define if you have the sigvec function.  */
  29. #undef HAVE_SIGVEC
  30.  
  31. /* Define if you have the srandom function.  */
  32. #undef HAVE_SRANDOM
  33.  
  34. /* Define if you have the usleep function.  */
  35. #undef HAVE_USLEEP
  36.  
  37. /* Define if you have the memcpy function.  */
  38. #define HAVE_MEMCPY
  39.  
  40. /* Define if you have the <sgtty.h> header file.  */
  41. #undef HAVE_SGTTY_H
  42.  
  43. /* Define if you have the <termio.h> header file.  */
  44. #undef HAVE_TERMIO_H
  45.  
  46. /* Define if you have the <unistd.h> header file.  */
  47. #undef HAVE_UNISTD_H
  48.  
  49. /* Define if you have the <string.h> header file.  */
  50. #undef HAVE_STRING_H
  51.  
  52. /* Define if you have the <termcap.h> header file.  */
  53. #undef HAVE_TERMCAP_H
  54.  
  55. /* Define if you have the <termlib.h> header file.  */
  56. #undef HAVE_TERMLIB_H
  57.  
  58. /* Define if you have the <curses.h> header file.  */
  59. #undef HAVE_CURSES_H
  60.  
  61. /* Define if you have the BSD library (-lBSD).  */
  62. #undef HAVE_LIBBSD
  63.  
  64. /* Define if you have the curses library (-lcurses).  */
  65. #undef HAVE_LIBCURSES
  66.  
  67. /* Define if you have the m library (-lm).  */
  68. #undef HAVE_LIBM
  69.  
  70. /* Define if you have the termcap library (-ltermcap).  */
  71. #undef HAVE_LIBTERMCAP
  72.  
  73. /* Define if you have the termlib library (-ltermlib).  */
  74. #undef HAVE_LIBTERMLIB
  75.