]> git.sesse.net Git - vlc/blobdiff - msvc/config.h.in
* Patch from Basil Achermann to handle esc and space keyboard events in VLCControl...
[vlc] / msvc / config.h.in
index 140a6de2ebe57baae343a6a957baeea75a6b0f81..f5868b7e8d4e9eac1ff1f4209847220cb7f0e1ca 100644 (file)
@@ -9,6 +9,12 @@
 /* Maximum supported data alignment */
 #define ATTRIBUTE_ALIGNED_MAX 16
 
+/* 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
 
 /* Define to `unsigned' if <sys/types.h> does not define. */
 /* #undef size_t */
+\r
+#define HAVE_STRUCT_ADDRINFO 1\r
+#define HAVE_DYNAMIC_PLUGINS 1