mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
3ac08efae8
git-svn-id: https://svn.xiph.org/trunk/ezstream@16388 0101bb08-14d6-0310-b084-bc0e0c8e3800
23 lines
416 B
C
23 lines
416 B
C
#ifndef __WIN32_CONFIG_H__
|
|
#define __WIN32_CONFIG_H__
|
|
|
|
#define PACKAGE_STRING "ezstream 0.5.6"
|
|
|
|
#define HAVE_SYS_TYPES_H 1
|
|
#define HAVE_SYS_STAT_H 1
|
|
#define HAVE_LOCALE_H 1
|
|
|
|
#define HAVE_STAT 1
|
|
#define HAVE__PCLOSE 1
|
|
#define HAVE__POPEN 1
|
|
#define HAVE__SNPRINTF 1
|
|
#define HAVE__STRTOI64 1
|
|
|
|
#define HAVE_ICONV 1
|
|
#define HAVE_TAGLIB 1
|
|
#define ICONV_CONST
|
|
|
|
#include <compat.h>
|
|
|
|
#endif /* __WIN32_CONFIG_H__ */
|