diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 1998-12-22 21:53:33 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 1998-12-22 21:53:33 +0000 |
commit | 329d0a370243f8e113074dc60f3e8b5917005307 (patch) | |
tree | 880e39a7fc5884111f26e10dd0c79f000878a6f6 /readline/sysdep-sysv4.h | |
parent | 1ec3146a4472e7ecd9525bdec1a9eaee1e93d76f (diff) | |
download | gdb-329d0a370243f8e113074dc60f3e8b5917005307.zip gdb-329d0a370243f8e113074dc60f3e8b5917005307.tar.gz gdb-329d0a370243f8e113074dc60f3e8b5917005307.tar.bz2 |
Tue Dec 22 10:07:58 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* Import of Readline 2.2.1.
Diffstat (limited to 'readline/sysdep-sysv4.h')
-rw-r--r-- | readline/sysdep-sysv4.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/readline/sysdep-sysv4.h b/readline/sysdep-sysv4.h deleted file mode 100644 index 558492f..0000000 --- a/readline/sysdep-sysv4.h +++ /dev/null @@ -1,26 +0,0 @@ -/* System-dependent stuff, for SVR4 systems */ - -#ifdef __GNUC__ -#define alloca __builtin_alloca -#else -#if defined (sparc) && defined (sun) -#include <alloca.h> -#endif -#ifndef alloca /* May be a macro, with args. */ -extern char *alloca (); -#endif -#endif - -#include <sys/types.h> /* Needed by dirent.h */ -#include <sys/stream.h> -#include <sys/ptem.h> -#include <dirent.h> -typedef struct dirent dirent; - -/* SVR4 systems should use <termios.h> rather than <termio.h>. */ -#define _POSIX_VERSION - -/* SVR4 systems need _POSIX_SOURCE defined to suppress 'struct winsize' - definition in <termios.h>, since it's unconditionally defined in - <sys/ptem.h>. */ -#define _POSIX_SOURCE |