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