# HG changeset patch # User nenolod # Date 1147190684 25200 # Node ID 9b26df736b62d2c3859daa60ef589cc9242ee740 # Parent 13281963f56f3c7467aabea72f82a76c0b41cf96 [svn] (a quick way to reenable configfile): * If you are a third party developer and you need a quick fix, add * #define I_AM_A_THIRD_PARTY_DEVELOPER_WHO_NEEDS_TO_BE_KICKED_IN_THE_HEAD_BY_CHUCK_NORRIS * to your code. diff -r 13281963f56f -r 9b26df736b62 libaudacious/configfile.h --- a/libaudacious/configfile.h Tue May 09 08:57:40 2006 -0700 +++ b/libaudacious/configfile.h Tue May 09 09:04:44 2006 -0700 @@ -52,8 +52,13 @@ * no longer use these anymore. They have been deprecated since 0.2, * and will be REMOVED in 1.2. * + * If you are a third party developer and you need a quick fix, add + * #define I_AM_A_THIRD_PARTY_DEVELOPER_WHO_NEEDS_TO_BE_KICKED_IN_THE_HEAD_BY_CHUCK_NORRIS + * to your code. + * * - nenolod, 05/09/2006 */ +#ifndef I_AM_A_THIRD_PARTY_DEVELOPER_WHO_NEEDS_TO_BE_KICKED_IN_THE_HEAD_BY_CHUCK_NORRIS #pragma GCC poison xmms_cfg_new #pragma GCC poison xmms_cfg_open_file #pragma GCC poison xmms_cfg_write_file @@ -72,6 +77,7 @@ #pragma GCC poison xmms_cfg_write_float #pragma GCC poison xmms_cfg_write_double #pragma GCC poison xmms_cfg_remove_key +#endif #ifdef __cplusplus extern "C" {