diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-05 00:13:41 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-05 00:13:41 -0500 |
commit | 0cc1c9ad02119eded6b98ec31d16d06caa424f8a (patch) | |
tree | a2d5b9b4e4ef32027228f94535afe8be06b604f8 /config.h.in | |
parent | 7275458790b7a94260bf3d28c2776032bc4f0715 (diff) | |
download | amarok-0cc1c9ad02119eded6b98ec31d16d06caa424f8a.tar.gz amarok-0cc1c9ad02119eded6b98ec31d16d06caa424f8a.zip |
Fix Amarok keyboard shortcuts
This resolves Bug 230
Clean up build files
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index fcfc9e3c..9645ebf9 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.in by autoheader. */ +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + /* Amazon cover download support enabled */ #undef AMAZON_SUPPORT @@ -121,6 +124,9 @@ /* Define if you have the res_init prototype */ #undef HAVE_RES_INIT_PROTO +/* Defines if your system has Ruby 1.9.x */ +#undef HAVE_RUBY_1_9 + /* Define to 1 if you have the <ruby.h> header file. */ #undef HAVE_RUBY_H @@ -214,6 +220,10 @@ /* Suffix for lib directories */ #undef KDELIBSUFF +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE @@ -229,6 +239,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -283,6 +296,18 @@ /* Defined if compiling without arts */ #undef WITHOUT_ARTS +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif + /* * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system * headers and I'm too lazy to write a configure test as long as only |