comparison src/audacious/util.h @ 2334:345d38f25eb1 trunk

[svn] - only evaluate -DHAVE_CONFIG_H if we're in audacious core. closes #760.
author nenolod
date Mon, 15 Jan 2007 08:08:40 -0800
parents 3149d4b1a9a9
children eb71fec30e9a
comparison
equal deleted inserted replaced
2333:b235a81d8838 2334:345d38f25eb1
22 */ 22 */
23 23
24 #ifndef UTIL_H 24 #ifndef UTIL_H
25 #define UTIL_H 25 #define UTIL_H
26 26
27 #ifdef HAVE_CONFIG_H 27 #ifdef _AUDACIOUS_CORE
28 # ifdef HAVE_CONFIG_H
28 # include "config.h" 29 # include "config.h"
30 # endif
29 #endif 31 #endif
30 32
31 #include <glib.h> 33 #include <glib.h>
32 #include <gtk/gtk.h> 34 #include <gtk/gtk.h>
33 35