]> granicus.if.org Git - php/commitdiff
- get rid of FPM_AUTOCONFIG_H which has never existed since FPM integration into...
authorJérôme Loyet <fat@php.net>
Sun, 17 Jul 2011 23:33:22 +0000 (23:33 +0000)
committerJérôme Loyet <fat@php.net>
Sun, 17 Jul 2011 23:33:22 +0000 (23:33 +0000)
sapi/fpm/fpm/fastcgi.c
sapi/fpm/fpm/fpm_config.h
sapi/fpm/fpm/fpm_main.c

index ffa310daf673968222775bd7ef56a8aa083af09d..86e82ae98ab9879fb5d1fbcabbd5f32d264285b5 100644 (file)
 #include <errno.h>
 #include <limits.h>
 
-#ifdef FPM_AUTOCONFIG_H
-#include <fpm_autoconfig.h>
-#else
 #include <php_config.h>
-#endif
 #include <fpm/fpm.h>
 #include <fpm/fpm_request.h>
 
index 3637f376c29d26167a1570d632788b53d2983126..856414a920246ab3a929ef5a37137df56ea6d249 100644 (file)
@@ -3,10 +3,6 @@
 
 #include <php_config.h>
 
-#ifdef FPM_AUTOCONFIG_H
-# include <fpm_autoconfig.h>
-#endif
-
 /* Solaris does not have it */
 #ifndef INADDR_NONE
 # define INADDR_NONE (-1)
index 06370d855ce0470768807e10d24f6aa26443e2c4..4611981578986dac73cd39106a918259029a8de4 100644 (file)
@@ -99,11 +99,7 @@ int __riscosify_control = __RISCOSIFY_STRICT_UNIX_SPECS;
 
 #include "fastcgi.h"
 
-#ifdef FPM_AUTOCONFIG_H
-#include <fpm_autoconfig.h>
-#else
 #include <php_config.h>
-#endif
 #include <fpm/fpm.h>
 #include <fpm/fpm_request.h>
 #include <fpm/fpm_status.h>