summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-08-28 15:57:42 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-08-28 15:57:42 -0700
commit0ab603b989d0c926d60cfbf631f0df2d388b604a (patch)
tree6d632a64a74f702d9bd66551eeeb63af0a480863
parent643382c633eb01f51f299881b6884c30e52a38f1 (diff)
Remove non-autoconf and non-C89 support #ifdefs
-rw-r--r--constype.c17
1 files changed, 0 insertions, 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 <stdio.h>
-#ifdef STDC_HEADERS
#include <string.h>
-#else
-/* SunOS */
-#include <strings.h>
-#endif
#include <unistd.h>
static int wu_fbid(const char *devname, char **fbname, int *fbtype);