blob: 9b953b10f00cab949f406e02a37c2ac4599ff728 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
--- a/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.cpp
+++ b/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.cpp
@@ -58,7 +58,7 @@
# pragma convert(819) /* EBCDIC to ASCII */
#endif
-#if defined(__gnu_linux__) && !defined(_GNU_SOURCE)
+#if defined(__linux__) && !defined(_GNU_SOURCE)
# define _GNU_SOURCE 1
#endif
--- a/gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.cpp
+++ b/gsoap/samples/calc_vs2005/calc_vs2005/stdsoap2.cpp
@@ -58,7 +58,7 @@
# pragma convert(819) /* EBCDIC to ASCII */
#endif
-#if defined(__gnu_linux__) && !defined(_GNU_SOURCE)
+#if defined(__linux__) && !defined(_GNU_SOURCE)
# define _GNU_SOURCE 1
#endif
--- a/gsoap/stdsoap2.c
+++ b/gsoap/stdsoap2.c
@@ -58,7 +58,7 @@
# pragma convert(819) /* EBCDIC to ASCII */
#endif
-#if defined(__gnu_linux__) && !defined(_GNU_SOURCE)
+#if defined(__linux__) && !defined(_GNU_SOURCE)
# define _GNU_SOURCE 1
#endif
--- a/gsoap/stdsoap2.cpp
+++ b/gsoap/stdsoap2.cpp
@@ -58,7 +58,7 @@
# pragma convert(819) /* EBCDIC to ASCII */
#endif
-#if defined(__gnu_linux__) && !defined(_GNU_SOURCE)
+#if defined(__linux__) && !defined(_GNU_SOURCE)
# define _GNU_SOURCE 1
#endif
|