]> git.sesse.net Git - vlc/commitdiff
* new paramaters added to the MSVC build
authorSteve Lhomme <robux@videolan.org>
Mon, 29 Aug 2005 12:12:40 +0000 (12:12 +0000)
committerSteve Lhomme <robux@videolan.org>
Mon, 29 Aug 2005 12:12:40 +0000 (12:12 +0000)
msvc/config.h.in

index ed3bc92939cc8fe39ccafb7fd31c30fe9a5e7a09..f5868b7e8d4e9eac1ff1f4209847220cb7f0e1ca 100644 (file)
@@ -12,6 +12,9 @@
 /* Define if we have support for dynamic plugins */
 #define HAVE_DYNAMIC_PLUGINS 1
 
+/* Define if you want the HTTP dameon support */
+#define ENABLE_HTTPD 1
+
 /* Define if you have Windows' LoadLibrary */
 #define HAVE_DL_WINDOWS 1
 
 /* Simple version string */
 #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
    if it is not supported. */
 #define inline __inline