1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-12-04 14:46:31 -05:00
ezstream/win32/config.h
moritz 202fe50967 Post-release version bump here, too.
git-svn-id: https://svn.xiph.org/trunk/ezstream@15887 0101bb08-14d6-0310-b084-bc0e0c8e3800
2009-03-28 22:58:21 +00:00

22 lines
393 B
C

#ifndef __WIN32_CONFIG_H__
#define __WIN32_CONFIG_H__
#define PACKAGE_STRING "ezstream 0.5.5"
#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 ICONV_CONST
#include <compat.h>
#endif /* __WIN32_CONFIG_H__ */