2009-03-17 18:18:34 -04:00
|
|
|
#ifndef __WIN32_CONFIG_H__
|
|
|
|
#define __WIN32_CONFIG_H__
|
2007-08-08 10:20:41 -04:00
|
|
|
|
2009-08-01 14:44:27 -04:00
|
|
|
#define PACKAGE_STRING "ezstream 0.5.6"
|
2007-03-04 09:29:27 -05:00
|
|
|
|
2009-03-17 18:18:34 -04:00
|
|
|
#define HAVE_SYS_TYPES_H 1
|
|
|
|
#define HAVE_SYS_STAT_H 1
|
|
|
|
#define HAVE_LOCALE_H 1
|
2007-03-04 09:29:27 -05:00
|
|
|
|
2009-03-17 18:18:34 -04:00
|
|
|
#define HAVE_STAT 1
|
2009-03-18 16:24:35 -04:00
|
|
|
#define HAVE__PCLOSE 1
|
|
|
|
#define HAVE__POPEN 1
|
|
|
|
#define HAVE__SNPRINTF 1
|
|
|
|
#define HAVE__STRTOI64 1
|
2009-03-17 18:18:34 -04:00
|
|
|
|
2009-03-18 16:24:35 -04:00
|
|
|
#define HAVE_ICONV 1
|
2009-04-21 12:47:45 -04:00
|
|
|
#define HAVE_TAGLIB 1
|
2009-03-17 18:18:34 -04:00
|
|
|
#define ICONV_CONST
|
2007-03-04 09:29:27 -05:00
|
|
|
|
2009-03-17 18:18:34 -04:00
|
|
|
#include <compat.h>
|
2007-08-08 17:33:38 -04:00
|
|
|
|
2009-03-28 18:58:21 -04:00
|
|
|
#endif /* __WIN32_CONFIG_H__ */
|