diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:24:52 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-05 21:24:52 +0300 |
commit | c6fdaa4f556d2e52f0674cab66f1819f51445fe9 (patch) | |
tree | b96b2db14e41ef386c6808500f7a9579bdb564c7 /pc/config.h | |
parent | c1bc01dcbaf8a1d3b0efe41f2351eb17de569ccf (diff) | |
download | egawk-c6fdaa4f556d2e52f0674cab66f1819f51445fe9.tar.gz egawk-c6fdaa4f556d2e52f0674cab66f1819f51445fe9.tar.bz2 egawk-c6fdaa4f556d2e52f0674cab66f1819f51445fe9.zip |
Get make distcheck working.
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/pc/config.h b/pc/config.h index 5e6a2701..294201c5 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 |