diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-09-19 19:36:31 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-09-19 19:36:31 -0400 |
commit | 2bfdbc116276afc90c803427e7af7b44a0c11c66 (patch) | |
tree | 56224840fc9197d8de600c663288022fd9f6ebcb /WWW/Library/Implementation/www_tcp.h | |
parent | 56513275710731392ca5a85a9e814cbfef15a493 (diff) | |
download | lynx-snapshots-2bfdbc116276afc90c803427e7af7b44a0c11c66.tar.gz |
snapshot of project "lynx", label v2-8-8dev_5a
Diffstat (limited to 'WWW/Library/Implementation/www_tcp.h')
-rw-r--r-- | WWW/Library/Implementation/www_tcp.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h index 686a97bd..de91b9e0 100644 --- a/WWW/Library/Implementation/www_tcp.h +++ b/WWW/Library/Implementation/www_tcp.h @@ -1,5 +1,5 @@ /* System dependencies in the W3 library - * $LynxId: www_tcp.h,v 1.41 2010/06/19 12:41:35 Christoph.J.Gartmann Exp $ + * $LynxId: www_tcp.h,v 1.42 2010/09/19 18:30:56 tom Exp $ * SYSTEM DEPENDENCIES @@ -775,6 +775,10 @@ typedef unsigned short mode_t; #define gettext(s) s #endif +#ifndef NLS_TEXTDOMAIN +#define NLS_TEXTDOMAIN "lynx" +#endif + /* Defaults ======== |