diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2007-04-03 10:18:38 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2007-04-03 10:18:38 +0000 |
commit | c420113795994ca85abe545d5fdbfba667bedfb0 (patch) | |
tree | 68acf98aec2094901b8313f632b956997209282d | |
parent | 5c850b825bfc1978feb35398623b332ae8fbe212 (diff) |
DOS targets do have setmode().
-rw-r--r-- | lib/config.dos | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config.dos b/lib/config.dos index dbd8e6342..5cf4863eb 100644 --- a/lib/config.dos +++ b/lib/config.dos @@ -39,6 +39,7 @@ #define HAVE_SEND 1 #define HAVE_SETJMP_H 1 #define HAVE_SETLOCALE 1 +#define HAVE_SETMODE 1 #define HAVE_SIGNAL 1 #define HAVE_SOCKET 1 #define HAVE_SPNEGO 1 |