Commit 263278a61b884ff474ed2850c83abbc0d82df601
1 parent
74766de9
Exists in
master
and in
3 other branches
Isolando configuração do aplicativo principal.
Showing
9 changed files
with
10 additions
and
8 deletions
Show diff stats
connect.c
@@ -34,7 +34,7 @@ | @@ -34,7 +34,7 @@ | ||
34 | #include <windows.h> | 34 | #include <windows.h> |
35 | #endif // WIN32 | 35 | #endif // WIN32 |
36 | 36 | ||
37 | -#include <lib3270/config.h> | 37 | +#include <config.h> |
38 | #include <lib3270.h> | 38 | #include <lib3270.h> |
39 | #include <lib3270/filetransfer.h> | 39 | #include <lib3270/filetransfer.h> |
40 | #include "private.h" | 40 | #include "private.h" |
@@ -37,7 +37,7 @@ | @@ -37,7 +37,7 @@ | ||
37 | 37 | ||
38 | #include <stdio.h> | 38 | #include <stdio.h> |
39 | #include <stdarg.h> | 39 | #include <stdarg.h> |
40 | -#include <lib3270/config.h> | 40 | +#include <config.h> |
41 | #include <lib3270.h> | 41 | #include <lib3270.h> |
42 | #include <lib3270/log.h> | 42 | #include <lib3270/log.h> |
43 | #include "api.h" | 43 | #include "api.h" |
mkfb.c
private.h
@@ -33,7 +33,7 @@ | @@ -33,7 +33,7 @@ | ||
33 | #endif // WIN32 | 33 | #endif // WIN32 |
34 | 34 | ||
35 | /* Autoconf settings. */ | 35 | /* Autoconf settings. */ |
36 | -#include <lib3270/config.h> /* autoconf settings */ | 36 | +#include <config.h> /* autoconf settings */ |
37 | #include <lib3270.h> /* lib3270 API calls and defs */ | 37 | #include <lib3270.h> /* lib3270 API calls and defs */ |
38 | #include <lib3270/charset.h> | 38 | #include <lib3270/charset.h> |
39 | #include "api.h" | 39 | #include "api.h" |
telnet.c
@@ -45,7 +45,7 @@ | @@ -45,7 +45,7 @@ | ||
45 | #include <stdlib.h> | 45 | #include <stdlib.h> |
46 | #endif // !ANDROID | 46 | #endif // !ANDROID |
47 | 47 | ||
48 | -#include <lib3270/config.h> | 48 | +#include <config.h> |
49 | #if defined(HAVE_LIBSSL) | 49 | #if defined(HAVE_LIBSSL) |
50 | #include <openssl/ssl.h> | 50 | #include <openssl/ssl.h> |
51 | #include <openssl/err.h> | 51 | #include <openssl/err.h> |
toggles.c
w3miscc.h
@@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
16 | * Miscellaneous Win32 functions. | 16 | * Miscellaneous Win32 functions. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | - #include <lib3270/config.h> | 19 | + #include <config.h> |
20 | 20 | ||
21 | #ifndef HAVE_INET_NTOP | 21 | #ifndef HAVE_INET_NTOP |
22 | LIB3270_INTERNAL const char *inet_ntop(int af, const void *src, char *dst,socklen_t cnt); | 22 | LIB3270_INTERNAL const char *inet_ntop(int af, const void *src, char *dst,socklen_t cnt); |