Bläddra i källkod

Updated Linux configs.

woollybah 5 år sedan
förälder
incheckning
436d5ab3d3
2 ändrade filer med 14 tillägg och 0 borttagningar
  1. 7 0
      sdl.mod/include/linuxx64/SDL_config.h
  2. 7 0
      sdl.mod/include/linuxx86/SDL_config.h

+ 7 - 0
sdl.mod/include/linuxx64/SDL_config.h

@@ -100,7 +100,10 @@
 #define HAVE_WCSLEN 1
 /* #undef HAVE_WCSLCPY */
 /* #undef HAVE_WCSLCAT */
+#define HAVE_WCSDUP 1
+#define HAVE_WCSSTR 1
 #define HAVE_WCSCMP 1
+#define HAVE_WCSNCMP 1
 #define HAVE_STRLEN 1
 /* #undef HAVE_STRLCPY */
 /* #undef HAVE_STRLCAT */
@@ -112,6 +115,8 @@
 #define HAVE_STRCHR 1
 #define HAVE_STRRCHR 1
 #define HAVE_STRSTR 1
+#define HAVE_STRTOK_R 1
+/* #undef HAVE_STRTOK_S */
 /* #undef HAVE_ITOA */
 /* #undef HAVE__LTOA */
 /* #undef HAVE__UITOA */
@@ -292,6 +297,7 @@
 /* #undef SDL_HAPTIC_IOKIT */
 /* #undef SDL_HAPTIC_DINPUT */
 /* #undef SDL_HAPTIC_XINPUT */
+
 /* Enable various sensor drivers */
 /* #undef SDL_SENSOR_ANDROID */
 #define SDL_SENSOR_DUMMY 1
@@ -414,6 +420,7 @@
 
 /* Enable dynamic udev support */
 #define SDL_UDEV_DYNAMIC "libudev.so.1"
+
 /* Enable dynamic libusb support */
 #undef SDL_LIBUSB_DYNAMIC
 

+ 7 - 0
sdl.mod/include/linuxx86/SDL_config.h

@@ -100,7 +100,10 @@
 #define HAVE_WCSLEN 1
 /* #undef HAVE_WCSLCPY */
 /* #undef HAVE_WCSLCAT */
+#define HAVE_WCSDUP 1
+#define HAVE_WCSSTR 1
 #define HAVE_WCSCMP 1
+#define HAVE_WCSNCMP 1
 #define HAVE_STRLEN 1
 /* #undef HAVE_STRLCPY */
 /* #undef HAVE_STRLCAT */
@@ -112,6 +115,8 @@
 #define HAVE_STRCHR 1
 #define HAVE_STRRCHR 1
 #define HAVE_STRSTR 1
+#define HAVE_STRTOK_R 1
+/* #undef HAVE_STRTOK_S */
 /* #undef HAVE_ITOA */
 /* #undef HAVE__LTOA */
 /* #undef HAVE__UITOA */
@@ -292,6 +297,7 @@
 /* #undef SDL_HAPTIC_IOKIT */
 /* #undef SDL_HAPTIC_DINPUT */
 /* #undef SDL_HAPTIC_XINPUT */
+
 /* Enable various sensor drivers */
 /* #undef SDL_SENSOR_ANDROID */
 #define SDL_SENSOR_DUMMY 1
@@ -414,6 +420,7 @@
 
 /* Enable dynamic udev support */
 #define SDL_UDEV_DYNAMIC "libudev.so.1"
+
 /* Enable dynamic libusb support */
 #undef SDL_LIBUSB_DYNAMIC