]> git.sesse.net Git - vlc/blobdiff - msvc/config.h
* ./msvc/*, ./evc/*: moved eMbedded Visual Studio files to the toplevel evc/
[vlc] / msvc / config.h
index 470e9a72847c2c29fefa81f9051813b2da4f3c40..25301ff8b9927963714f558f4291f422bc063dce 100644 (file)
 /* #undef HAVE_STPCPY */
 
 /* Define to 1 if you have the `strcasecmp' function. */
-#define HAVE_STRCASECMP 1
+/* #define HAVE_STRCASECMP 1 */
+
+/* Define to 1 if you have the `stricmp' function. */
+#define HAVE_STRICMP 1
+
+/* Define to 1 if you have the `strncasecmp' function. */
+/* #define HAVE_STRNCASECMP 1 */
+
+/* Define to 1 if you have the `strnicmp' function. */
+#define HAVE_STRNICMP 1
 
 /* Define to 1 if you have the `strchr' function. */
 #define HAVE_STRCHR 1
 
 /* Define to `unsigned' if <sys/types.h> does not define. */
 /* #undef size_t */
+
+#define HAVE_LSEEK 1
+
+#define HAVE_ERRNO_H 1
+
+#define HAVE_GETENV 1
+