summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-28 14:12:27 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-28 14:12:27 +0000
commit2765b840fca882ed4632588ab696d917cbd8f128 (patch)
tree9b2a4b5ccf01cbb4c35fdd1508766e6371e8ca6f /uconfig.h
parent21c7e20cb06994bee68ab7053ced688d59fb6908 (diff)
downloadperl-2765b840fca882ed4632588ab696d917cbd8f128.tar.gz
Add Configure probes for nl_langinfo() and <langinfo.h>.
Expected not to exist in non-UNIX excepting in VMS, where according to a quick web survey they just might. p4raw-id: //depot/perl@11003
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/uconfig.h b/uconfig.h
index 28beb65ea5..62ce1f0dee 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -3374,6 +3374,13 @@
*/
/*#define HAS_FLOCK_PROTO / **/
+/* HAS_NL_LANGINFO:
+ * This symbol, if defined, indicates that the nl_langinfo routine is
+ * available to return local data. You will also need <langinfo.h>
+ * and therefore I_LANGINFO.
+ */
+/*#define HAS_NL_LANGINFO / **/
+
/* HAS_SIGPROCMASK:
* This symbol, if defined, indicates that the sigprocmask
* system call is available to examine or change the signal mask