diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-02 17:03:54 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-02 17:03:54 -0400 |
commit | f836e1f11b7bf3449c3e469cc7799c4ed28d2356 (patch) | |
tree | c8ba8e01ec2d1fb73b7fa3d70c8bac7c59c0031f /hw/xfree86/os-support | |
parent | b1a31734731a768d586b4cb18317d4a5c5e20fa8 (diff) |
Unifdef ISC
Diffstat (limited to 'hw/xfree86/os-support')
-rw-r--r-- | hw/xfree86/os-support/xf86_OSlib.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/hw/xfree86/os-support/xf86_OSlib.h b/hw/xfree86/os-support/xf86_OSlib.h index a12e0e8dd..48d922301 100644 --- a/hw/xfree86/os-support/xf86_OSlib.h +++ b/hw/xfree86/os-support/xf86_OSlib.h @@ -98,16 +98,10 @@ # include <termio.h> # include <sys/stat.h> # include <sys/types.h> -# if defined(__SCO__) || defined(ISC) +# if defined(__SCO__) # include <sys/param.h> # endif -# ifdef ISC -# define TIOCMSET (TIOC|26) /* set all modem bits */ -# define TIOCMBIS (TIOC|27) /* bis modem bits */ -# define TIOCMBIC (TIOC|28) /* bic modem bits */ -# define TIOCMGET (TIOC|29) /* get all modem bits */ -# endif # include <errno.h> @@ -203,10 +197,6 @@ # define POSIX_TTY # endif /* SVR4 */ -# ifdef ISC -# include <termios.h> -# define POSIX_TTY -# endif # if defined(sun) && (defined (__i386__) || defined(__i386)) && defined (SVR4) && !defined(__SOL8__) # define USE_VT_SYSREQ @@ -446,12 +436,6 @@ # endif /* MAXPATHLEN */ #endif /* !PATH_MAX */ -#if defined(ISC) -#define rint(x) RInt(x) -double RInt( - double x -); -#endif #ifndef DEV_MEM #define DEV_MEM "/dev/mem" |