diff --git a/win32/Makefile.am b/win32/Makefile.am
index 7e5ab1c..0082742 100644
--- a/win32/Makefile.am
+++ b/win32/Makefile.am
@@ -1,5 +1,6 @@
AUTOMAKE_OPTIONS = 1.9 foreign
-EXTRA_DIST = README.win32 ezstream.1.html ezstream.sln ezstream.vcproj
+EXTRA_DIST = README.win32 config.h ezstream.1.html ezstream.sln \
+ ezstream.vcproj
CLEANFILES = core *.core *~ .*~
diff --git a/win32/README.win32 b/win32/README.win32
index e04078d..f7f5b02 100644
--- a/win32/README.win32
+++ b/win32/README.win32
@@ -15,11 +15,7 @@ README.win32 - Information about the binary Ezstream distribution for Windows
| | automatically generated and looks very bad, |
| | but should be readable enough to be useful. |
+-----------------------+----------------------------------------------+
-| \bin\ezstream.exe | The ezstream executable file. |
-+-----------------------+----------------------------------------------+
-| \bin\*.dll | .DLL libraries required by ezstream. These |
-| | need to be located in the same directory as |
-| | the ezstream.exe executable. |
+| \ezstream.exe | The ezstream executable file. |
+-----------------------+----------------------------------------------+
| \conf\*.xml | Ezstream example configuration files. |
+-----------------------+----------------------------------------------+
@@ -33,11 +29,10 @@ README.win32 - Information about the binary Ezstream distribution for Windows
As of version 0.3.0, ezstream no longer comes with an installer. If you have a
previous version of ezstream installed, you might want to simply uninstall it.
-The ezstream.exe file will simply work as long as libxml2.dll, iconv.dll and
-zlib.dll are located in the same directory.
-
-To install ezstream, simply copy the contents of the \bin directory in this
-archive to a location of your choosing.
+The ezstream.exe file will work from any location. To install it, simply copy
+it to a location of your choosing. Add this place to your PATH environment
+variable, if ezstream.exe is supposed to be executable from anywhere on the
+system.
@@ -47,9 +42,7 @@ archive to a location of your choosing.
Ezstream uses libxml2 (http://xmlsoft.org/, BSD-like license), libogg and
libvorbis (http://www.vorbis.com/, BSD-like license) and libshout
-(http://www.icecast.org/, LGPL licensed). Also, libxml2 depends on zlib
-(http://zlib.net/, BSD-like license) and libiconv
-(http://www.gnu.org/software/libiconv/, LGPL licensed.)
+(http://www.icecast.org/, LGPL licensed).
Ezstream itself is licensed under the GPL (see COPYING.txt), with the source
code available at http://www.icecast.org/ezstream.php in the distribution
diff --git a/win32/config.h b/win32/config.h
new file mode 100644
index 0000000..9f85ef8
--- /dev/null
+++ b/win32/config.h
@@ -0,0 +1,29 @@
+#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"
diff --git a/win32/ezstream.1.html b/win32/ezstream.1.html
index db40b4c..c56df90 100644
--- a/win32/ezstream.1.html
+++ b/win32/ezstream.1.html
@@ -10,7 +10,7 @@
FILES
AUTHORS
-
@@ -18,7 +18,7 @@
EZSTREAM ( 1 ) OpenBSD Reference Manual EZSTREAM ( 1 )
ezstream - source client for Icecast with external en-/decoder support
-ezstream [ -hqv ] [ -c configfile ]
+ezstream [ -hqVv ] [ -c configfile ]