Commit 10da349a76463faefc030b5c5539ff859693ec10
1 parent
b29b8873
Exists in
master
and in
5 other branches
Working on windows custom packaging.
Showing
1 changed file
with
3 additions
and
28 deletions
Show diff stats
src/include/config.h.in
| ... | ... | @@ -29,9 +29,9 @@ |
| 29 | 29 | * |
| 30 | 30 | */ |
| 31 | 31 | |
| 32 | -#ifndef LIB3270_CONFIG_INCLUDED | |
| 32 | +#ifndef PW3270_CONFIG_INCLUDED | |
| 33 | 33 | |
| 34 | - #define LIB3270_CONFIG_INCLUDED 1 | |
| 34 | + #define PW3270_CONFIG_INCLUDED 1 | |
| 35 | 35 | |
| 36 | 36 | #undef PACKAGE_NAME |
| 37 | 37 | #undef PACKAGE_VERSION |
| ... | ... | @@ -50,34 +50,9 @@ |
| 50 | 50 | #undef HAVE_ICONV |
| 51 | 51 | #undef ICONV_CONST |
| 52 | 52 | |
| 53 | - #undef SSL_ALLOW_SELF_SIGNED_CERT | |
| 54 | - #undef SSL_ENABLE_CRL_CHECK | |
| 55 | - | |
| 56 | 53 | #undef ENABLE_WINDOWS_REGISTRY |
| 57 | - | |
| 58 | 54 | #undef HAVE_GNOME |
| 59 | - | |
| 60 | 55 | #undef HAVE_GTKMAC |
| 61 | 56 | |
| 62 | - /* Optional parts. */ | |
| 63 | - #undef X3270_DBCS | |
| 64 | - #undef X3270_SCRIPT | |
| 65 | - | |
| 66 | - #define X3270_TN3270E | |
| 67 | - #define X3270_ANSI | |
| 68 | - #define X3270_APL | |
| 69 | - | |
| 70 | -#ifndef ANDROID | |
| 71 | - #undef HAVE_LIBSSL | |
| 72 | - #define X3270_FT | |
| 73 | -#endif // !ANDROID | |
| 74 | - | |
| 75 | - #define X3270_TRACE | |
| 76 | - | |
| 77 | - #undef HAVE_PRINTER | |
| 78 | - | |
| 79 | - #undef HAVE_MALLOC_H | |
| 80 | - #undef HAVE_OOREXXAPI_H | |
| 81 | - #undef HAVE_STRTOK_R | |
| 57 | +#endif /* PW3270_CONFIG_INCLUDED */ | |
| 82 | 58 | |
| 83 | -#endif /* LIB3270_CONFIG_INCLUDED */ | ... | ... |