home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / octa21fs.zip / octave / texinfo-3.12 / config.h next >
Text File  |  2000-01-15  |  1KB  |  62 lines

  1. #if defined (EMX09D)
  2.  
  3. #define HANDLE_MAN_PAGES
  4. #define DEFAULT_INFOPATH ".;h:/data/info"
  5. #define C_ALLOCA
  6. #define DIRENT
  7. #define HAVE_ALLOCA_H
  8.  
  9. /* Define if the setvbuf function takes the buffering type as its second
  10.    argument and the buffer pointer as the third, as on System V
  11.    before release 3.  */
  12. #undef SETVBUF_REVERSED
  13.  
  14. /* Define if your <sys/time.h> declares struct tm.  */
  15. #define TM_IN_SYS_TIME
  16.  
  17. /* Define if the closedir function returns void instead of int.  */
  18. #undef VOID_CLOSEDIR
  19.  
  20. #define HAVE_SGTTY_H
  21. #undef HAVE_TERMIOS_H
  22. #define HAVE_TERMIO_H
  23. #define HAVE_ATEXIT
  24. #define HAVE_GETCWD
  25. #undef HAVE_GETHOSTNAME
  26. #undef HAVE_ISINF
  27. #undef HAVE_ISNAN
  28. #undef HAVE_ON_EXIT
  29. #undef HAVE_RINDEX
  30. #define HAVE_SETVBUF
  31. #define HAVE_STRING_H
  32. #undef HAVE_STRCASECMP
  33. #undef HAVE_STRERROR
  34. #define HAVE_STRICMP
  35. #undef HAVE_STRNCASECMP
  36. #define HAVE_STRNICMP
  37. #define HAVE_STRCHR
  38. #define HAVE_STRDUP
  39. #define HAVE_VFPRINTF
  40. #define HAVE_VSPRINTF
  41. #define HAVE_VPRINTF
  42. #define HAVE_SYS_FCNTL_H
  43. #undef HAVE_SYS_PTEM_H
  44. #undef HAVE_SYS_SELECT_H
  45. #define HAVE_SYS_TIME_H
  46. #undef HAVE_SYS_TTOLD_H
  47. #define HAVE_SYS_UTSNAME_H
  48. #define HAVE_UNISTD_H
  49. #define HAVE_VARARGS_H
  50.  
  51. #undef HAVE_POSIX_SIGNALS
  52. #undef HAVE_BSD_SIGNALS
  53.  
  54. #define PACKAGE       "texinfo"
  55. #define VERSION       "3.12"
  56.  
  57. #define RETSIGTYPE void
  58.  
  59. #define _(String)  (String)
  60. #define N_(String) (String)
  61. #endif
  62.