Commit 1867b6f1 authored by Steve Lhomme's avatar Steve Lhomme

* new paramaters added to the MSVC build

parent c4a26cdf
...@@ -12,6 +12,9 @@ ...@@ -12,6 +12,9 @@
/* Define if we have support for dynamic plugins */ /* Define if we have support for dynamic plugins */
#define HAVE_DYNAMIC_PLUGINS 1 #define HAVE_DYNAMIC_PLUGINS 1
/* Define if you want the HTTP dameon support */
#define ENABLE_HTTPD 1
/* Define if you have Windows' LoadLibrary */ /* Define if you have Windows' LoadLibrary */
#define HAVE_DL_WINDOWS 1 #define HAVE_DL_WINDOWS 1
...@@ -147,6 +150,18 @@ ...@@ -147,6 +150,18 @@
/* Simple version string */ /* Simple version string */
#define VERSION_MESSAGE "@VERSION@ @CODENAME@" #define VERSION_MESSAGE "@VERSION@ @CODENAME@"
/* compiler */
#define VLC_COMPILER "Microsoft Visual C++"
/* user who ran configure */
#define VLC_COMPILE_BY "user"
/* domain of the host which ran configure */
#define VLC_COMPILE_DOMAIN "videolan.org"
/* host which ran configure */
#define VLC_COMPILE_HOST "machine"
/* Define as `__inline' if that's what the C compiler calls it, or to nothing /* Define as `__inline' if that's what the C compiler calls it, or to nothing
if it is not supported. */ if it is not supported. */
#define inline __inline #define inline __inline
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment