diff options
Diffstat (limited to 'kconfig-frontends/scripts/.autostuff/config.h')
| -rw-r--r-- | kconfig-frontends/scripts/.autostuff/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kconfig-frontends/scripts/.autostuff/config.h b/kconfig-frontends/scripts/.autostuff/config.h index 732f760..9489e85 100644 --- a/kconfig-frontends/scripts/.autostuff/config.h +++ b/kconfig-frontends/scripts/.autostuff/config.h @@ -17,13 +17,13 @@ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the <ncursesw/curses.h> header file. */ -#define HAVE_NCURSESW_CURSES_H 1 +/* #undef HAVE_NCURSESW_CURSES_H */ /* Define to 1 if you have the <ncurses/curses.h> header file. */ /* #undef HAVE_NCURSES_CURSES_H */ /* Define to 1 if you have the <ncurses.h> header file. */ -/* #undef HAVE_NCURSES_H */ +#define HAVE_NCURSES_H 1 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */ /* #undef HAVE_NCURSES_NCURSES_H */ @@ -66,7 +66,7 @@ #define PACKAGE_NAME "kconfig-frontends" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "kconfig-frontends 3.9.0.0" +#define PACKAGE_STRING "kconfig-frontends " /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "kconfig-frontends" @@ -75,13 +75,13 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "3.9.0.0" +#define PACKAGE_VERSION "" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "3.9.0.0" +#define VERSION "" /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ |
