Fossil SCM
Fix to previous for CentOS 7.
Commit
c7640b38956595bac81141a1608c00823f04a2f7023e77aeac8be723c742dfa3
Parent
4d9970f618cd159…
1 file changed
+1
-1
+1
-1
| --- src/smtp.c | ||
| +++ src/smtp.c | ||
| @@ -30,11 +30,11 @@ | ||
| 30 | 30 | # include <bind/arpa/nameser_compat.h> |
| 31 | 31 | # else |
| 32 | 32 | # include <arpa/nameser.h> |
| 33 | 33 | # include <resolv.h> |
| 34 | 34 | # endif |
| 35 | -# if !defined(ns_name_uncompress) | |
| 35 | +# if defined(HAVE__NS_NAME_UNCOMPRESS) && !defined(ns_name_uncompress) | |
| 36 | 36 | # define ns_name_uncompress __ns_name_uncompress |
| 37 | 37 | # endif |
| 38 | 38 | # define FOSSIL_UNIX_STYLE_DNS 1 |
| 39 | 39 | #endif |
| 40 | 40 | #if defined(_WIN32) && !defined(__MINGW32__) && !defined(__MINGW64__) |
| 41 | 41 |
| --- src/smtp.c | |
| +++ src/smtp.c | |
| @@ -30,11 +30,11 @@ | |
| 30 | # include <bind/arpa/nameser_compat.h> |
| 31 | # else |
| 32 | # include <arpa/nameser.h> |
| 33 | # include <resolv.h> |
| 34 | # endif |
| 35 | # if !defined(ns_name_uncompress) |
| 36 | # define ns_name_uncompress __ns_name_uncompress |
| 37 | # endif |
| 38 | # define FOSSIL_UNIX_STYLE_DNS 1 |
| 39 | #endif |
| 40 | #if defined(_WIN32) && !defined(__MINGW32__) && !defined(__MINGW64__) |
| 41 |
| --- src/smtp.c | |
| +++ src/smtp.c | |
| @@ -30,11 +30,11 @@ | |
| 30 | # include <bind/arpa/nameser_compat.h> |
| 31 | # else |
| 32 | # include <arpa/nameser.h> |
| 33 | # include <resolv.h> |
| 34 | # endif |
| 35 | # if defined(HAVE__NS_NAME_UNCOMPRESS) && !defined(ns_name_uncompress) |
| 36 | # define ns_name_uncompress __ns_name_uncompress |
| 37 | # endif |
| 38 | # define FOSSIL_UNIX_STYLE_DNS 1 |
| 39 | #endif |
| 40 | #if defined(_WIN32) && !defined(__MINGW32__) && !defined(__MINGW64__) |
| 41 |