home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / mtools_3.6.src.lzh / MTOOLS_3.6 / config.h.Be < prev    next >
Text File  |  1997-11-12  |  888b  |  40 lines

  1. #define PREFIX "/boot/system"
  2. #define HAVE_ATEXIT
  3. #define HAVE_FCNTL_H
  4. #define HAVE_GETOPT_H
  5. #define HAVE_LIMITS_H
  6. #define HAVE_SYS_IOCTL_H
  7. #define TIME_WITH_SYS_TIME 1
  8. #define HAVE_TERMIOS_H
  9. #define HAVE_SYS_PARAM_H
  10. #define HAVE_STRING_H
  11. #define HAVE_MEMORY_H
  12. #define HAVE_MALLOC_H
  13. #define HAVE_UTIME_H
  14. #define HAVE_SYS_WAIT_H
  15. #define HAVE_MEMCPY
  16. #define HAVE_MEMSET
  17. #define HAVE_STRERROR
  18. /* BeOS strncasecmp() is broken, so we have to
  19.    use the one in missing_functions.c
  20. */
  21. #undef HAVE_STRCASECMP
  22. #undef HAVE_GETPASS
  23. #define HAVE_STDLIB_H
  24. #define HAVE_STRCHR
  25. #define HAVE_STRRCHR
  26. #define HAVE_UNISTD_H
  27. #define RETSIGTYPE void
  28. #define HAVE_STRDUP
  29. #define HAVE_STRPBRK
  30. #define HAVE_STRSPN
  31. #define HAVE_STRTOUL
  32. #define HAVE_STRCSPN
  33. #define HAVE_RANDOM
  34. #define random rand
  35. #define HAVE_SRANDOM
  36. #define srandom srand
  37. #define INIT_NOOP
  38. #include <signal.h>
  39. #define SYSCONFDIR "/boot/system"
  40.