2007-08-08 10:20:41 -04:00
|
|
|
#include <sys/types.h>
|
2007-08-08 17:33:38 -04:00
|
|
|
#include <windows.h>
|
|
|
|
#include <io.h>
|
2007-08-08 10:20:41 -04:00
|
|
|
|
2007-08-24 07:57:09 -04:00
|
|
|
#define HAVE_INTTYPES_H 1
|
|
|
|
#define HAVE_LOCALE_H 1
|
|
|
|
#define HAVE_STAT 1
|
|
|
|
#define HAVE_STDINT_H 1
|
|
|
|
#define HAVE_SYS_STAT_H 1
|
|
|
|
|
|
|
|
#define ICONV_CONST const
|
2007-03-04 09:29:27 -05:00
|
|
|
|
|
|
|
/* Name of package */
|
|
|
|
#define PACKAGE "ezstream"
|
|
|
|
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
2007-08-08 09:25:12 -04:00
|
|
|
#define PACKAGE_BUGREPORT "https://trac.xiph.org/newticket?component=ezstream"
|
2007-03-04 09:29:27 -05:00
|
|
|
|
|
|
|
/* Define to the full name of this package. */
|
|
|
|
#define PACKAGE_NAME "ezstream"
|
|
|
|
|
|
|
|
/* Define to the full name and version of this package. */
|
2007-08-14 00:10:12 -04:00
|
|
|
#define PACKAGE_STRING "ezstream 0.5.0"
|
2007-03-04 09:29:27 -05:00
|
|
|
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
|
|
#define PACKAGE_TARNAME "ezstream"
|
|
|
|
|
|
|
|
/* Define to the version of this package. */
|
2007-08-14 00:10:12 -04:00
|
|
|
#define PACKAGE_VERSION "0.5.0"
|
2007-03-04 09:29:27 -05:00
|
|
|
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
|
|
#define STDC_HEADERS 1
|
|
|
|
|
|
|
|
/* Version number of package */
|
2007-08-14 00:10:12 -04:00
|
|
|
#define VERSION "0.5.0"
|
2007-08-08 17:33:38 -04:00
|
|
|
|
|
|
|
#ifdef XALLOC_DEBUG
|
|
|
|
typedef long ssize_t;
|
|
|
|
#endif
|