diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-06-16 18:24:02 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-06-16 18:24:02 +0000 |
commit | 87a491d7b64f34a9692af3edc58151e9baa2e275 (patch) | |
tree | 023b2ac85e2f4ae8951fefe14ccc9c835cfe465a /win32/sendmail.h | |
parent | c6ddfd4440ad412059e49dc69f9c7e98de57d65c (diff) | |
download | php-git-87a491d7b64f34a9692af3edc58151e9baa2e275.tar.gz |
C++ // comments are evil ...
Diffstat (limited to 'win32/sendmail.h')
-rw-r--r-- | win32/sendmail.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/sendmail.h b/win32/sendmail.h index 3c426fb219..38ac29e5eb 100644 --- a/win32/sendmail.h +++ b/win32/sendmail.h @@ -1,4 +1,4 @@ -#if !defined(sendmail_h) // Sentry, use file only if it's not already included. +#if !defined(sendmail_h) /* Sentry, use file only if it's not already included. */ #define sendmail_h #include <windows.h> @@ -6,8 +6,8 @@ #define MAX_APPNAME_LENGHT 100 #define MAX_ERROR_INDEX 17 #define MIN_ERROR_INDEX 0 -#define MAIL_BUFFER_SIZE (1024*4) // 4k buffer -// Return values +#define MAIL_BUFFER_SIZE (1024*4) /* 4k buffer */ +/* Return values */ #define SUCCESS 0 #define FAILED_TO_PARSE_ARGUMENTS 1 #define FAILED_TO_OPEN_MAILFILE 2 @@ -43,4 +43,4 @@ unsigned long GetAddr(LPSTR szHost); -#endif // sendmail_h +#endif /* sendmail_h */ |