Parent Directory
|
Revision Log
|
Patch
| revision 222 by ph10, Fri Aug 17 10:48:51 2007 UTC | revision 236 by ph10, Tue Sep 11 12:57:06 2007 UTC | |
|---|---|---|
| # | Line 38 POSSIBILITY OF SUCH DAMAGE. | Line 38 POSSIBILITY OF SUCH DAMAGE. |
| 38 | */ | */ |
| 39 | ||
| 40 | #ifdef HAVE_CONFIG_H | #ifdef HAVE_CONFIG_H |
| 41 | #include <config.h> | #include "config.h" |
| 42 | #endif | #endif |
| 43 | ||
| 44 | #include <ctype.h> | #include <ctype.h> |
| # | Line 55 POSSIBILITY OF SUCH DAMAGE. | Line 55 POSSIBILITY OF SUCH DAMAGE. |
| 55 | #include <unistd.h> | #include <unistd.h> |
| 56 | #endif | #endif |
| 57 | ||
| 58 | #include <pcre.h> | #include "pcre.h" |
| 59 | ||
| 60 | #define FALSE 0 | #define FALSE 0 |
| 61 | #define TRUE 1 | #define TRUE 1 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |