diff options
Diffstat (limited to 'mimelib')
-rw-r--r-- | mimelib/mimelib/msgcmp.h | 2 | ||||
-rw-r--r-- | mimelib/mimelib/token.h | 2 | ||||
-rw-r--r-- | mimelib/test/INSTALL | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/mimelib/mimelib/msgcmp.h b/mimelib/mimelib/msgcmp.h index c9e6707e..5e5409f9 100644 --- a/mimelib/mimelib/msgcmp.h +++ b/mimelib/mimelib/msgcmp.h @@ -31,7 +31,7 @@ #include <mimelib/string.h> #endif -#if !(defined(__DECCXX) && defined(__linux__)) +#if defined(__linux__) #include <iosfwd> #endif diff --git a/mimelib/mimelib/token.h b/mimelib/mimelib/token.h index 7168ea09..120ba6d4 100644 --- a/mimelib/mimelib/token.h +++ b/mimelib/mimelib/token.h @@ -51,7 +51,7 @@ // classes are fairly simple and efficient. // In addition, polymorphism is not needed to use the tokenizer classes. -#if !(defined(__DECCXX) && defined(__linux__)) +#if defined(__linux__) #include <iosfwd> #endif diff --git a/mimelib/test/INSTALL b/mimelib/test/INSTALL index 822915e3..63e6e41b 100644 --- a/mimelib/test/INSTALL +++ b/mimelib/test/INSTALL @@ -7,7 +7,6 @@ probably a good idea to take a look at that file anyway. There are several makefiles available. Makefile.unx is a makefile for a generic UNIX system. Makefile.vc is a makefile for Visual C++ 4 or 5. -Makefile.bc is a makefile for Borland C++ 5. If you are using the library on a non-UNIX system, such as Windows 3.1 or Macintosh, you will probably need to change msgid.cpp. The function |