summaryrefslogtreecommitdiff
path: root/pc/config.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-05 21:24:52 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-05 21:24:52 +0300
commitc6fdaa4f556d2e52f0674cab66f1819f51445fe9 (patch)
treeb96b2db14e41ef386c6808500f7a9579bdb564c7 /pc/config.h
parentc1bc01dcbaf8a1d3b0efe41f2351eb17de569ccf (diff)
downloadgawk-c6fdaa4f556d2e52f0674cab66f1819f51445fe9.tar.gz
Get make distcheck working.
Diffstat (limited to 'pc/config.h')
-rw-r--r--pc/config.h9
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