diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-01-29 12:32:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-01-29 12:32:33 -0600 |
commit | aa821e987c94c007d54c3ff125838da509684faf (patch) | |
tree | d8967bdd9a910964290bd4e30483c7d4001fd262 /config.h.in | |
parent | feab120fa9cbead2aef624dcec6770d6a28911df (diff) | |
download | kaffeine-aa821e987c94c007d54c3ff125838da509684faf.tar.gz kaffeine-aa821e987c94c007d54c3ff125838da509684faf.zip |
Add check for libcdio >= 0.90
This relates to Bug 1853
Clean up autogenerated autotools 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 7021c5a..88dc36a 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 + /* Define to 1 if you have the <Carbon/Carbon.h> header file. */ #undef HAVE_CARBON_CARBON_H @@ -24,6 +27,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* have libcdio >= 0.90 */ +#undef HAVE_LIBCDIO_090 + /* Define if you have libjpeg */ #undef HAVE_LIBJPEG @@ -105,6 +111,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 @@ -120,6 +130,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 @@ -153,6 +166,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 + /* workaround buggy X server */ #undef XINIT_WKRND |