]> git.sesse.net Git - vlc/blobdiff - msvc/config.h.in
Fix linking with included gettext
[vlc] / msvc / config.h.in
index 9b2d709be0c421c82f15de9ddad678aee122ce93..f5868b7e8d4e9eac1ff1f4209847220cb7f0e1ca 100644 (file)
@@ -4,11 +4,17 @@
 #define CONFIGURE_LINE "Visual C++"
 
 /* Copyright string */
-#define COPYRIGHT_MESSAGE "VideoLAN Client - version @VERSION@ @CODENAME@ - (c) 1996-2003 VideoLAN"
+#define COPYRIGHT_MESSAGE "VLC media player - version @VERSION@ @CODENAME@ - (c) 1996-2004 VideoLAN"
 
 /* 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
 
@@ -93,9 +99,6 @@
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1
 
-/* Define to 1 if you have the <sys/time.h> header file. */
-#define HAVE_SYS_TIME_H 1
-
 /* Define to 1 if you have the <sys/types.h> header file. */
 #define HAVE_SYS_TYPES_H 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