1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2025-01-03 14:56:35 -05:00
ezstream/win32/config.h
moritz 3861e75ba2 Yay. I finally managed to build a statically linked and self-contained
ezstream.exe. Update, and regen the HTML man page for -V.


git-svn-id: https://svn.xiph.org/trunk/ezstream@12627 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-03-04 14:29:27 +00:00

30 lines
797 B
C

#define HAVE_INTTYPES_H 1
#define HAVE_STAT 1
#define HAVE_STDINT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
/* Name of package */
#define PACKAGE "ezstream"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "grmo@users.sourceforge.net"
/* Define to the full name of this package. */
#define PACKAGE_NAME "ezstream"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ezstream 0.3.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ezstream"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.3.0"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "0.3.0"