aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii2006-09-24 12:36:19 +0000
committerEli Zaretskii2006-09-24 12:36:19 +0000
commitfeb75452042980533320bf22ebb95bb3b58c994f (patch)
tree271b2e5625a5356f313f43bac27ddc443261c450 /nt
parentf4280c6a62e4a8dd713b6445553b64de91318fb5 (diff)
downloademacs-feb75452042980533320bf22ebb95bb3b58c994f.tar.gz
emacs-feb75452042980533320bf22ebb95bb3b58c994f.zip
(HAVE_LANGINFO_CODESET): Define.
Diffstat (limited to 'nt')
-rw-r--r--nt/config.nt1
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/config.nt b/nt/config.nt
index 482d2e6052b..c2e2ed8782e 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -251,6 +251,7 @@ Boston, MA 02110-1301, USA. */
251#define HAVE_SETSOCKOPT 1 251#define HAVE_SETSOCKOPT 1
252#define HAVE_GETSOCKNAME 1 252#define HAVE_GETSOCKNAME 1
253#define HAVE_GETPEERNAME 1 253#define HAVE_GETPEERNAME 1
254#define HAVE_LANGINFO_CODESET 1
254/* Local (unix) sockets are not supported. */ 255/* Local (unix) sockets are not supported. */
255#undef HAVE_SYS_UN_H 256#undef HAVE_SYS_UN_H
256 257