1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00
ezstream/win32/config.h

18 lines
302 B
C

#ifndef __WIN32_CONFIG_H__
#define __WIN32_CONFIG_H__
#define PACKAGE_STRING "ezstream 0.5.4"
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_LOCALE_H 1
#define HAVE_STAT 1
#define HAVE_STRUCT_TIMEVAL 1
#define ICONV_CONST
#include <compat.h>
#endif /* __WIN32_CONFIG_H__ */