* readline.c, display.c, complete.c: Add _MSC_VER to list of
[deliverable/binutils-gdb.git] / readline / sysdep-cxux7.h
CommitLineData
ebe541df
SS
1/* System-dependent stuff, for Harris CX/UX systems */
2
3#ifndef alloca /* May be a macro, with args. */
4extern char *alloca ();
5#endif
6
7#include <sys/types.h> /* Needed by dirent.h */
8#include <sys/stream.h>
9#include <dirent.h>
10typedef 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
This page took 0.062197 seconds and 4 git commands to generate.