From 0ab603b989d0c926d60cfbf631f0df2d388b604a Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 28 Aug 2007 15:57:42 -0700 Subject: Remove non-autoconf and non-C89 support #ifdefs --- constype.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/constype.c b/constype.c index eaf3940..11f3948 100644 --- a/constype.c +++ b/constype.c @@ -41,27 +41,10 @@ style. #ifdef HAVE_CONFIG_H # include "config.h" -#else -# if defined(SVR4) || defined(CSRG_BASED) -# define STDC_HEADERS 1 -# endif -# if defined(SVR4) || defined(__bsdi__) -# define HAVE_SYS_FBIO_H 1 -# if defined(SVR4) && defined(sun) -# define HAVE_SYS_VISUAL_IO_H 1 -# endif -# elif defined(CSRG_BASED) -# define HAVE_MACHINE_FBIO_H -# endif #endif #include -#ifdef STDC_HEADERS #include -#else -/* SunOS */ -#include -#endif #include static int wu_fbid(const char *devname, char **fbname, int *fbtype); -- cgit v1.2.3