diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:38:42 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:38:42 +0300 |
commit | 47f5b43b056dd48a68ca73cce9cfefa287bac005 (patch) | |
tree | 45ceb1133552ad75c42afe5487abc03b75979346 /pc/config.h | |
parent | 706d8274e5144abe1046b231d12c270590c4a374 (diff) | |
parent | 7897b02bd49f32e50963c5f05260975a0f56ae42 (diff) | |
download | egawk-47f5b43b056dd48a68ca73cce9cfefa287bac005.tar.gz egawk-47f5b43b056dd48a68ca73cce9cfefa287bac005.tar.bz2 egawk-47f5b43b056dd48a68ca73cce9cfefa287bac005.zip |
Merge branch 'master' into feature/bool
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/pc/config.h b/pc/config.h index 5e6a2701..1b69136e 100644 --- a/pc/config.h +++ b/pc/config.h @@ -29,9 +29,9 @@ /* Define to 1 if you have the `btowc' function. */ #define HAVE_BTOWC 1 -/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the - CoreFoundation framework. */ -#undef HAVE_CFLOCALECOPYCURRENT +/* Define to 1 if you have the Mac OS X function + CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ +#undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework. */ @@ -191,6 +191,9 @@ /* Define to 1 if you have fully functional mpfr and gmp libraries. */ /* #undef HAVE_MPFR */ +/* Define to 1 if you have the `mtrace' function. */ +#undef HAVE_MTRACE + /* Define to 1 if you have the <netdb.h> header file. */ #undef HAVE_NETDB_H @@ -461,7 +464,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 5.1.0" +#define PACKAGE_STRING "GNU Awk 5.1.0a" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -470,7 +473,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.1.0" +#define PACKAGE_VERSION "5.1.0a" /* Define to 1 if *printf supports %a format */ #define PRINTF_HAS_A_FORMAT 1 @@ -531,7 +534,7 @@ /* Version number of package */ -#define VERSION "5.1.0" +#define VERSION "5.1.0a" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE |