Commit
c4792ade540ba6cfcd55421df6f74bba62dad072
Isolando configuração do aplicativo principal.
|
...
|
...
|
@@ -27,7 +27,7 @@ |
|
27
|
27
|
* |
|
28
|
28
|
*/ |
|
29
|
29
|
|
|
30
|
|
- #include <lib3270/config.h> |
|
|
30
|
+ #include <config.h> |
|
31
|
31
|
|
|
32
|
32
|
#define ENABLE_NLS |
|
33
|
33
|
#define GETTEXT_PACKAGE PACKAGE_NAME |
...
|
...
|
|
|
...
|
...
|
@@ -37,7 +37,7 @@ |
|
37
|
37
|
#include <lib3270.h> |
|
38
|
38
|
#include <lib3270/session.h> |
|
39
|
39
|
#include <lib3270/log.h> |
|
40
|
|
- #include <lib3270/config.h> |
|
|
40
|
+ #include <config.h> |
|
41
|
41
|
#include <gtk/gtk.h> |
|
42
|
42
|
#include <string.h> |
|
43
|
43
|
#include <errno.h> |
...
|
...
|
|
|
...
|
...
|
@@ -28,6 +28,7 @@ |
|
28
|
28
|
*/ |
|
29
|
29
|
|
|
30
|
30
|
#include <gtk/gtk.h> |
|
|
31
|
+#include <config.h> |
|
31
|
32
|
|
|
32
|
33
|
#define ENABLE_NLS |
|
33
|
34
|
#define GETTEXT_PACKAGE PACKAGE_NAME |
...
|
...
|
|