changeset 1017:dc9aaf5eba90 trunk

[svn] - bypass poisoning on configfile.c
author nenolod
date Tue, 09 May 2006 10:05:03 -0700
parents 400161c76515
children 57b57595b404
files libaudacious/configfile.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libaudacious/configfile.c	Tue May 09 10:02:09 2006 -0700
+++ b/libaudacious/configfile.c	Tue May 09 10:05:03 2006 -0700
@@ -22,6 +22,9 @@
 #include "../config.h"
 #endif
 
+/* bypass the poisoning of the symbols we need */
+#define I_AM_A_THIRD_PARTY_DEVELOPER_WHO_NEEDS_TO_BE_KICKED_IN_THE_HEAD_BY_CHUCK_NORRIS
+
 #include "configfile.h"
 
 #include <stdio.h>
@@ -32,7 +35,6 @@
 #include <unistd.h>
 #include <sys/stat.h>
 
-
 typedef gboolean(*XmmsCfgValueReadFunc) (ConfigFile * config_file,
                                          const gchar * section,
                                          const gchar * key,