]> git.pld-linux.org Git - packages/php.git/blob - php-imap.patch
- release 0.5
[packages/php.git] / php-imap.patch
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 @@
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 */
22 +#endif
23 -#ifndef PHP_WIN32
24 +#if 0
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 */
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
34  #endif
35         mail_link(&dummydriver);     /* link in the dummy driver */
36  #else
This page took 0.024398 seconds and 3 git commands to generate.