]> granicus.if.org Git - php/commitdiff
those are allways defined -> fixes warning in basic_functions.c
authorMarcus Boerger <helly@php.net>
Thu, 8 Aug 2002 17:53:52 +0000 (17:53 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 8 Aug 2002 17:53:52 +0000 (17:53 +0000)
ext/standard/php_mail.h

index b96c85a936ec8703fe9e749b4fd5fc500fcf93bd..ad8616c0557596cce864a137edf2f11a47d0fefc 100644 (file)
 #ifndef PHP_MAIL_H
 #define PHP_MAIL_H
 
+PHP_FUNCTION(mail);
+PHP_MINFO_FUNCTION(mail);
+
 #if HAVE_SENDMAIL
 
-PHP_FUNCTION(mail);
 PHP_FUNCTION(ezmlm_hash);
-PHP_MINFO_FUNCTION(mail);
 PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd TSRMLS_DC);
 
 #endif