From ad88d0d37d3d32e1290777cf5b77e5cc1bf46dd0 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 8 Dec 2002 07:36:07 +0000 Subject: [lcd4linux @ 2002-12-08 07:36:06 by reinelt] autoconf/automake cleanup --- config.h.in | 132 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 63 insertions(+), 69 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 7bc97bb..d44ff98 100644 --- a/config.h.in +++ b/config.h.in @@ -1,76 +1,7 @@ /* config.h.in. Generated from configure.in by autoheader. */ -/* Define if you want the Beckmann&Egle driver compiled */ -#undef WITH_BECKMANNEGLE - -/* Define if you want the Crystalfontz driver compiled */ -#undef WITH_CRYSTALFONTZ - -/* Define if you want the Cwlinux driver compiled */ -#undef WITH_CWLINUX - -/* Define if you want the HD44780 driver compiled */ -#undef WITH_HD44780 - -/* Define if you want the M50530 driver compiled */ -#undef WITH_M50530 - -/* Define if you want the T6963 driver compiled */ -#undef WITH_T6963 - -/* Define if you want the USBLCD driver compiled */ -#undef WITH_USBLCD - -/* Define if you want the Matrix Orbital driver compiled */ -#undef WITH_MATRIXORBITAL - -/* Define if you want the PalmPilot driver compiled */ -#undef WITH_PALMPILOT - -/* Define if you want the PNG Raster driver compiled */ -#undef WITH_PNG - -/* Define if you want the PPM Raster driver compiled */ -#undef WITH_PPM -/* Define if you want the SIN Router driver compiled */ -#undef WITH_SIN - -/* Define if you want the Skeleton driver compiled */ -#undef WITH_SKELETON - -/* Define if you want the Text driver compiled */ -#undef WITH_TEXT - -/* Define if you want the X11 driver compiled */ -#undef WITH_X11 - -/*=== Curses version detection defines ===*/ /* Found some version of curses that we're going to use */ #undef HAS_CURSES - -/* Use SunOS SysV curses? */ -#undef USE_SUNOS_CURSES - -/* Use old BSD curses - not used right now */ -#undef USE_BSD_CURSES - -/* Use SystemV curses? */ -#undef USE_SYSV_CURSES - -/* Use Ncurses? */ -#undef USE_NCURSES - -/* If you Curses does not have color define this one */ -#undef NO_COLOR_CURSES - -/* Define if you want to turn on SCO-specific code */ -#undef SCO_FLAVOR - -/* Set to reflect version of ncurses * - * 0 = version 1.* - * 1 = version 1.9.9g - * 2 = version 4.0/4.1 */ -#undef NCURSES_970530 /* Define to 1 if you have the header file. */ #undef HAVE_ASM_IO_H @@ -186,6 +117,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Set to reflect version of ncurses */ +#undef NCURSES_970530 + +/* If you Curses does not have color define this one */ +#undef NO_COLOR_CURSES + /* Name of package */ #undef PACKAGE @@ -207,6 +144,9 @@ /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE +/* Define if you want to turn on SCO-specific code */ +#undef SCO_FLAVOR + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -216,9 +156,63 @@ /* Define to 1 if your declares `struct tm'. */ #undef TM_IN_SYS_TIME +/* Use Ncurses? */ +#undef USE_NCURSES + +/* Use SunOS SysV curses? */ +#undef USE_SUNOS_CURSES + +/* Use SystemV curses? */ +#undef USE_SYSV_CURSES + /* Version number of package */ #undef VERSION +/* junk */ +#undef WITH_BECKMANNEGLE + +/* junk */ +#undef WITH_CRYSTALFONTZ + +/* junk */ +#undef WITH_CWLINUX + +/* junk */ +#undef WITH_HD44780 + +/* junk */ +#undef WITH_M50530 + +/* junk */ +#undef WITH_MATRIXORBITAL + +/* junk */ +#undef WITH_PALMPILOT + +/* junk */ +#undef WITH_PNG + +/* junk */ +#undef WITH_PPM + +/* junk */ +#undef WITH_SIN + +/* junk */ +#undef WITH_SKELETON + +/* junk */ +#undef WITH_T6963 + +/* junk */ +#undef WITH_TEXT + +/* junk */ +#undef WITH_USBLCD + +/* junk */ +#undef WITH_X11 + /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING -- cgit v1.2.3