]> git.pld-linux.org Git - packages/php.git/blame - php-imap.patch
- version 4.0.6
[packages/php.git] / php-imap.patch
CommitLineData
9baa4b06
AF
1--- php-4.0.5/ext/imap/php_imap.c.wiget Tue Apr 24 16:17:41 2001
2+++ php-4.0.5/ext/imap/php_imap.c Fri May 4 13:07:19 2001
3@@ -428,28 +428,28 @@
5316c927
AF
4
5
6 #if 1
7-#ifndef PHP_WIN32
8+#if 0
9 mail_link(&unixdriver); /* link in the unix driver */
10 #endif
11 mail_link(&imapdriver); /* link in the imap driver */
12 mail_link(&nntpdriver); /* link in the nntp driver */
13 mail_link(&pop3driver); /* link in the pop3 driver */
14-#ifndef PHP_WIN32
15+#if 0
16 mail_link(&mhdriver); /* link in the mh driver */
17 mail_link(&mxdriver); /* link in the mx driver */
18-#endif
19 mail_link(&mbxdriver); /* link in the mbx driver */
20 mail_link(&tenexdriver); /* link in the tenex driver */
21 mail_link(&mtxdriver); /* link in the mtx driver */
9baa4b06 22+#endif
5316c927 23-#ifndef PHP_WIN32
9baa4b06 24+#if 0
5316c927
AF
25 mail_link(&mmdfdriver); /* link in the mmdf driver */
26 mail_link(&newsdriver); /* link in the news driver */
27 mail_link(&philedriver); /* link in the phile driver */
9baa4b06
AF
28+#endif
29 auth_link(&auth_log); /* link in the log authenticator */
30 #ifdef HAVE_IMAP_SSL
31 ssl_onceonlyinit ();
32 auth_link (&auth_ssl); /* link in the ssl authenticator */
33-#endif
5316c927 34 #endif
5316c927
AF
35 mail_link(&dummydriver); /* link in the dummy driver */
36 #else
This page took 0.033837 seconds and 4 git commands to generate.