Commit
263278a61b884ff474ed2850c83abbc0d82df601
Isolando configuração do aplicativo principal.
...
|
...
|
@@ -27,6 +27,8 @@ |
27
|
27
|
* |
28
|
28
|
*/ |
29
|
29
|
|
|
30
|
+#include <config.h> |
|
31
|
+ |
30
|
32
|
#if defined(_WIN32) |
31
|
33
|
|
32
|
34
|
// Compiling for WinXP or later: Expose getaddrinfo()/freeaddrinfo(). |
...
|
...
|
|
...
|
...
|
@@ -34,7 +34,7 @@ |
34
|
34
|
#include <windows.h> |
35
|
35
|
#endif // WIN32 |
36
|
36
|
|
37
|
|
-#include <lib3270/config.h> |
|
37
|
+#include <config.h> |
38
|
38
|
#include <lib3270.h> |
39
|
39
|
#include <lib3270/filetransfer.h> |
40
|
40
|
#include "private.h" |
...
|
...
|
|
...
|
...
|
@@ -37,7 +37,7 @@ |
37
|
37
|
|
38
|
38
|
#include <stdio.h> |
39
|
39
|
#include <stdarg.h> |
40
|
|
-#include <lib3270/config.h> |
|
40
|
+#include <config.h> |
41
|
41
|
#include <lib3270.h> |
42
|
42
|
#include <lib3270/log.h> |
43
|
43
|
#include "api.h" |
...
|
...
|
|
...
|
...
|
@@ -35,7 +35,7 @@ |
35
|
35
|
* file |
36
|
36
|
*/ |
37
|
37
|
|
38
|
|
-#include "../include/lib3270/config.h" |
|
38
|
+#include "../include/config.h" |
39
|
39
|
|
40
|
40
|
|
41
|
41
|
#if defined( WIN32 ) |
...
|
...
|
|
...
|
...
|
@@ -33,7 +33,7 @@ |
33
|
33
|
#endif // WIN32 |
34
|
34
|
|
35
|
35
|
/* Autoconf settings. */ |
36
|
|
-#include <lib3270/config.h> /* autoconf settings */ |
|
36
|
+#include <config.h> /* autoconf settings */ |
37
|
37
|
#include <lib3270.h> /* lib3270 API calls and defs */ |
38
|
38
|
#include <lib3270/charset.h> |
39
|
39
|
#include "api.h" |
...
|
...
|
|
...
|
...
|
@@ -35,7 +35,7 @@ |
35
|
35
|
*/ |
36
|
36
|
|
37
|
37
|
|
38
|
|
-#include <lib3270/config.h> |
|
38
|
+#include <config.h> |
39
|
39
|
#if defined(HAVE_LIBSSL) |
40
|
40
|
#include <openssl/ssl.h> |
41
|
41
|
#include <openssl/err.h> |
...
|
...
|
|
...
|
...
|
@@ -45,7 +45,7 @@ |
45
|
45
|
#include <stdlib.h> |
46
|
46
|
#endif // !ANDROID |
47
|
47
|
|
48
|
|
-#include <lib3270/config.h> |
|
48
|
+#include <config.h> |
49
|
49
|
#if defined(HAVE_LIBSSL) |
50
|
50
|
#include <openssl/ssl.h> |
51
|
51
|
#include <openssl/err.h> |
...
|
...
|
|
...
|
...
|
@@ -47,7 +47,7 @@ |
47
|
47
|
#include <sys/socket.h> |
48
|
48
|
#endif // !WIN32 |
49
|
49
|
|
50
|
|
-#include <lib3270/config.h> |
|
50
|
+#include <config.h> |
51
|
51
|
#include "toggle.h" |
52
|
52
|
#include "private.h" |
53
|
53
|
|
...
|
...
|
|
...
|
...
|
@@ -16,7 +16,7 @@ |
16
|
16
|
* Miscellaneous Win32 functions. |
17
|
17
|
*/ |
18
|
18
|
|
19
|
|
- #include <lib3270/config.h> |
|
19
|
+ #include <config.h> |
20
|
20
|
|
21
|
21
|
#ifndef HAVE_INET_NTOP |
22
|
22
|
LIB3270_INTERNAL const char *inet_ntop(int af, const void *src, char *dst,socklen_t cnt); |
...
|
...
|
|