aboutsummaryrefslogtreecommitdiff
path: root/lib/libdpv/dpv.h
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2016-01-14 01:59:20 +0000
committerDevin Teske <dteske@FreeBSD.org>2016-01-14 01:59:20 +0000
commit9e35cfced589bcba4de1f0b9e92042099083a36a (patch)
tree25ed481da48230bc7bb42fba91b211f9e1d01ce7 /lib/libdpv/dpv.h
parent414dbbaf56c7dd3fc6a90ff94730bcd672e00c6e (diff)
downloadsrc-9e35cfced589bcba4de1f0b9e92042099083a36a.tar.gz
src-9e35cfced589bcba4de1f0b9e92042099083a36a.zip
Default to en_US.ISO8859-1 if no locale
MFC after: 3 days X-MFC-to: stable/10
Notes
Notes: svn path=/head/; revision=293868
Diffstat (limited to 'lib/libdpv/dpv.h')
-rw-r--r--lib/libdpv/dpv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libdpv/dpv.h b/lib/libdpv/dpv.h
index dbcd59bd67c0..03768a7ced40 100644
--- a/lib/libdpv/dpv.h
+++ b/lib/libdpv/dpv.h
@@ -38,6 +38,9 @@
#define FALSE 0
#endif
+/* localeconv(3) */
+#define LC_NUMERIC_DEFAULT "en_US.ISO8859-1"
+
/* Data to process */
extern long long dpv_overall_read;