Fixed linefeeds.

This commit is contained in:
lotodore
2009-02-20 17:28:52 +00:00
parent 684d779483
commit e8654fb2f5
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -24,9 +24,9 @@
#error This file is not for Windows. #error This file is not for Windows.
#endif #endif
#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) #if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__)
#define HAVE_ICONV_CONST #define HAVE_ICONV_CONST
#endif #endif
#include <string> #include <string>
#include <cstring> #include <cstring>
+4 -4
View File
@@ -41,10 +41,10 @@
#endif #endif
// For BSD-Systems, we assume that OpenSSL is part of the operating system. // For BSD-Systems, we assume that OpenSSL is part of the operating system.
// //
// make sure you understood the following issue before defining this directive. // make sure you understood the following issue before defining this directive.
// "2. Can I use OpenSSL with GPL software?" // "2. Can I use OpenSSL with GPL software?"
// http://www.openssl.org/support/faq.html#LEGAL2 // http://www.openssl.org/support/faq.html#LEGAL2
// //
#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) #if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
#define HAVE_OPENSSL #define HAVE_OPENSSL