summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-03-18 22:23:22 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-03-18 22:23:22 +0000
commitf74579802391f5feaebbc87713b9daabb04fd77d (patch)
tree0d8cf091dfee131edd8d639bb533256b3ab22e4e /include
parenta12156f0c4d93e521429a72d3eb0a109655fb219 (diff)
Added Vladimir's ctype locale support. Make Config setting visible in features.h. Reworked build of shared lib as suggested by Magick <magick@dds.nl>.
Diffstat (limited to 'include')
-rw-r--r--include/features.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/features.h b/include/features.h
index d08b7496a..93c41d7a1 100644
--- a/include/features.h
+++ b/include/features.h
@@ -86,6 +86,9 @@
#include <sys/cdefs.h>
+#define __need_uClibc_config_h
+#include <bits/uClibc_config.h>
+#undef __need_uClibc_config_h
#endif