diff options
| author | Michael Forney <mforney@mforney.org> | 2017-01-22 19:32:00 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-01-22 19:35:52 -0800 |
| commit | 18fe6aea19c99fbffa2c478ac44ff4ab3aeb0f82 (patch) | |
| tree | 53b3fca62b839906f0a91bee086c7bb5536247d7 /pkg/kbd/config.h | |
| parent | e0105e05bb9fd614f3230e11da6023bb3c27f1f1 (diff) | |
kbd: Update to 2.0.4
Also, switch to building from source tar archive so that we don't need
to import pre-generated parsers/lexers, and we don't need to port the
gen_charset_syms.pl script to awk.
Diffstat (limited to 'pkg/kbd/config.h')
| -rw-r--r-- | pkg/kbd/config.h | 50 |
1 files changed, 27 insertions, 23 deletions
diff --git a/pkg/kbd/config.h b/pkg/kbd/config.h index 0931f0c3..00b647ce 100644 --- a/pkg/kbd/config.h +++ b/pkg/kbd/config.h @@ -1,31 +1,35 @@ #include <config-posix.h> -#define PACKAGE "kbd" -#define PACKAGE_BUGREPORT "gladkov.alexey@gmail.com" -#define PACKAGE_NAME "kbd" -#define PACKAGE_STRING "kbd 2.0.3" -#define PACKAGE_TARNAME "kbd" -#define PACKAGE_URL "http://kbd-project.org/" -#define PACKAGE_VERSION "2.0.3" -#define VERSION "2.0.3" - -/* features */ +/* #undef CLOSEDIR_VOID */ /* #undef ENABLE_NLS */ - -/* headers */ +/* #undef HAVE_DCGETTEXT */ +/* #undef HAVE_GETTEXT */ #define HAVE_LIBINTL_H 1 #define HAVE_MEMORY_H 1 -#define HAVE_SYS_DIR_H 1 +/* #undef HAVE_NDIR_H */ +/* #undef HAVE_STAT_EMPTY_STRING_BUG */ +/* #undef HAVE_SYS_DIR_H */ #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_IOCTL_H 1 -/* #undef HAVE_NDIR_H */ /* #undef HAVE_SYS_NDIR_H */ - -/* functions */ -#define HAVE_ICONV 1 -#define HAVE_DCGETTEXT 1 -#define HAVE_GETTEXT 1 - -/* misc */ -#define YYTEXT_POINTER 1 -/* #undef LT_OBJDIR */ +/* #undef HAVE_VFORK_H */ +#define LT_OBJDIR ".libs/" +#define PACKAGE "kbd" +#define PACKAGE_BUGREPORT "gladkov.alexey@gmail.com" +#define PACKAGE_NAME "kbd" +#define PACKAGE_STRING "kbd 2.0.4" +#define PACKAGE_TARNAME "kbd" +#define PACKAGE_URL "http://kbd-project.org/" +#define PACKAGE_VERSION "2.0.4" +/* #undef TM_IN_SYS_TIME */ +#define VERSION "2.0.4" +/* #undef YYTEXT_POINTER */ +/* #undef const */ +/* #undef gid_t */ +#ifndef __cplusplus +/* #undef inline */ +#endif +/* #undef pid_t */ +/* #undef size_t */ +/* #undef uid_t */ +/* #undef vfork */ |
