home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / bc-1.03-base.tgz / bc-1.03-base.tar / fsf / bc / config.h.in < prev    next >
Text File  |  1994-11-02  |  1KB  |  45 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define to empty if the keyword does not work.  */
  4. #undef const
  5.  
  6. /* Define if on MINIX.  */
  7. #undef _MINIX
  8.  
  9. /* Define if the system does not provide POSIX.1 features except
  10.    with this defined.  */
  11. #undef _POSIX_1_SOURCE
  12.  
  13. /* Define if you need to in order for stat and other things to work.  */
  14. #undef _POSIX_SOURCE
  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. #undef STDC_HEADERS
  21.  
  22. /* define if the math lib is to be loaded from a file. */
  23. #undef BC_MATH_FILE
  24.  
  25. /* Define if you have the isgraph function.  */
  26. #undef HAVE_ISGRAPH
  27.  
  28. /* Define if you have the <limits.h> header file.  */
  29. #undef HAVE_LIMITS_H
  30.  
  31. /* Define if you have the <stdarg.h> header file.  */
  32. #undef HAVE_STDARG_H
  33.  
  34. /* Define if you have the <stddef.h> header file.  */
  35. #undef HAVE_STDDEF_H
  36.  
  37. /* Define if you have the <stdlib.h> header file.  */
  38. #undef HAVE_STDLIB_H
  39.  
  40. /* Define if you have the <string.h> header file.  */
  41. #undef HAVE_STRING_H
  42.  
  43. /* Define if you have the <unistd.h> header file.  */
  44. #undef HAVE_UNISTD_H
  45.