home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / readline / sysdep-cxux7.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-17  |  536 b   |  19 lines

  1. /* System-dependent stuff, for Harris CX/UX systems */
  2.  
  3. #ifndef alloca                /* May be a macro, with args. */
  4. extern char *alloca ();
  5. #endif
  6.  
  7. #include <sys/types.h>            /* Needed by dirent.h */
  8. #include <sys/stream.h>
  9. #include <dirent.h>
  10. typedef struct dirent dirent;
  11.  
  12. /* SVR4 systems should use <termios.h> rather than <termio.h>. */
  13. #define _POSIX_VERSION
  14.  
  15. /* SVR4 systems need _POSIX_SOURCE defined to suppress 'struct winsize'
  16.    definition in <termios.h>, since it's unconditionally defined in
  17.    <sys/ptem.h>. */
  18. #define _POSIX_SOURCE
  19.