]> git.sesse.net Git - vlc/blobdiff - msvc/config.h.in
Remove totally broken VC support.
[vlc] / msvc / config.h.in
diff --git a/msvc/config.h.in b/msvc/config.h.in
deleted file mode 100644 (file)
index f5868b7..0000000
+++ /dev/null
@@ -1,176 +0,0 @@
-/* config.h.in.  Generated by hand.  */
-
-/* The ./configure command line */
-#define CONFIGURE_LINE "Visual C++"
-
-/* Copyright string */
-#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
-
-/* Define to 1 if you have `alloca', as a function or macro. */
-#define HAVE_ALLOCA 1
-
-/* Define to 1 if you have the `atof' function. */
-#define HAVE_ATOF 1
-
-/* Define to 1 if you have the <errno.h> header file. */
-#define HAVE_ERRNO_H 1
-
-/* Define to 1 if you have the <fcntl.h> header file. */
-#define HAVE_FCNTL_H 1
-
-/* Define to 1 if you have the `getcwd' function. */
-#define HAVE_GETCWD 1
-
-/* Define to 1 if you have the `getenv' function. */
-#define HAVE_GETENV 1
-
-/* Define to 1 if you have the `getpagesize' function. */
-#define HAVE_GETPAGESIZE 1
-
-/* Define to 1 if you have the <limits.h> header file. */
-#define HAVE_LIMITS_H 1
-
-/* Define to 1 if you have the <locale.h> header file. */
-#define HAVE_LOCALE_H 1
-
-/* Define to 1 if you have the `lseek' function. */
-#define HAVE_LSEEK 1
-
-/* Define to 1 if you have the <malloc.h> header file. */
-#define HAVE_MALLOC_H 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
-
-/* Define to 1 if you have the `putenv' function. */
-#define HAVE_PUTENV 1
-
-/* Define to 1 if you have the `setlocale' function. */
-#define HAVE_SETLOCALE 1
-
-/* Define to 1 if you have the <signal.h> header file. */
-#define HAVE_SIGNAL_H 1
-
-/* Define to 1 if you have the <stddef.h> header file. */
-#define HAVE_STDDEF_H 1
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the `strdup' function. */
-#define HAVE_STRDUP 1
-
-/* Define to 1 if you have the `strerror' function. */
-#define HAVE_STRERROR 1
-
-/* Define to 1 if you have the `stricmp' function. */
-#define HAVE_STRICMP 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#define HAVE_STRINGS_H 1
-
-/* Define to 1 if you have the <string.h> header file. */
-#define HAVE_STRING_H 1
-
-/* Define to 1 if you have the `strnicmp' function. */
-#define HAVE_STRNICMP 1
-
-/* Define to 1 if you have the `strtod' function. */
-#define HAVE_STRTOD 1
-
-/* Define to 1 if you have the `strtol' function. */
-#define HAVE_STRTOL 1
-
-/* Define to 1 if you have the `strtoul' function. */
-#define HAVE_STRTOUL 1
-
-/* 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/types.h> header file. */
-#define HAVE_SYS_TYPES_H 1
-
-/* Define to 1 if you have the <time.h> header file. */
-#define HAVE_TIME_H 1
-
-/* Define as const if the declaration of iconv() needs const. */
-#define ICONV_CONST const
-
-/* Define if integer division by zero raises signal SIGFPE. */
-#define INTDIV0_RAISES_SIGFPE 0
-
-/* Dynamic object extension */
-#define LIBEXT ".dll"
-
-/* String suffix for module functions */
-#define MODULE_SUFFIX "__@SYMBOL@"
-
-/* Symbol suffix for module functions */
-#define MODULE_SYMBOL @SYMBOL@
-
-/* Name of package */
-#define PACKAGE "vlc"
-
-/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT ""
-
-/* Define to the full name of this package. */
-#define PACKAGE_NAME "vlc"
-
-/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "vlc @VERSION@"
-
-/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "vlc"
-
-/* Define to the version of this package. */
-#define PACKAGE_VERSION "@VERSION@"
-
-/* Define to 1 if you have the ANSI C header files. */
-#define STDC_HEADERS 1
-
-/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
-#define TIME_WITH_SYS_TIME 1
-
-/* Version number of package */
-#define VERSION "@VERSION@"
-
-/* 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 `long' if <sys/types.h> does not define. */
-/* #undef off_t */
-
-/* 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