diff options
| author | Christian Eppler <c.eppler@linutonix.de> | 2013-05-15 11:25:41 +0200 |
|---|---|---|
| committer | Christian Eppler <c.eppler@linutonix.de> | 2013-05-15 11:25:41 +0200 |
| commit | c358412dbf0c779910057d4547f673e85b7b12dd (patch) | |
| tree | bab073fcc77246353e5dcd79baf55604f2c33cce /kconfig-frontends/scripts/.autostuff/config.h | |
| parent | 9e05689406c83ae3020ca32a6ec6387466209138 (diff) | |
Test with master
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
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[]'. */ |
