Commit 263278a61b884ff474ed2850c83abbc0d82df601

Authored by Perry Werneck
1 parent 74766de9

Isolando configuração do aplicativo principal.

@@ -27,6 +27,8 @@ @@ -27,6 +27,8 @@
27 * 27 *
28 */ 28 */
29 29
  30 +#include <config.h>
  31 +
30 #if defined(_WIN32) 32 #if defined(_WIN32)
31 33
32 // Compiling for WinXP or later: Expose getaddrinfo()/freeaddrinfo(). 34 // Compiling for WinXP or later: Expose getaddrinfo()/freeaddrinfo().
@@ -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"
@@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
35 * file 35 * file
36 */ 36 */
37 37
38 -#include "../include/lib3270/config.h" 38 +#include "../include/config.h"
39 39
40 40
41 #if defined( WIN32 ) 41 #if defined( WIN32 )
@@ -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"
@@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
35 */ 35 */
36 36
37 37
38 -#include <lib3270/config.h> 38 +#include <config.h>
39 #if defined(HAVE_LIBSSL) 39 #if defined(HAVE_LIBSSL)
40 #include <openssl/ssl.h> 40 #include <openssl/ssl.h>
41 #include <openssl/err.h> 41 #include <openssl/err.h>
@@ -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>
@@ -47,7 +47,7 @@ @@ -47,7 +47,7 @@
47 #include <sys/socket.h> 47 #include <sys/socket.h>
48 #endif // !WIN32 48 #endif // !WIN32
49 49
50 -#include <lib3270/config.h> 50 +#include <config.h>
51 #include "toggle.h" 51 #include "toggle.h"
52 #include "private.h" 52 #include "private.h"
53 53
@@ -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);