From ce65d2354c95069685136db409cb9d85ebd25328 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 29 Apr 2019 22:34:43 +0200 Subject: Remove TSRM configuration header TSRM configuration header file was once created by separate autoconf build system for TSRM and is with the current code not directly needed like this anymore. --- TSRM/TSRM.h | 2 +- TSRM/tsrm_config_common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'TSRM') diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h index 89eea4783f..3af42d9b67 100644 --- a/TSRM/TSRM.h +++ b/TSRM/TSRM.h @@ -17,7 +17,7 @@ # define TSRM_WIN32 # include "tsrm_config.w32.h" #else -# include +# include "main/php_config.h" #endif #include "main/php_stdint.h" diff --git a/TSRM/tsrm_config_common.h b/TSRM/tsrm_config_common.h index d3c7672d48..dac64b0400 100644 --- a/TSRM/tsrm_config_common.h +++ b/TSRM/tsrm_config_common.h @@ -10,7 +10,7 @@ #ifdef TSRM_WIN32 # include "tsrm_config.w32.h" #else -# include +# include "main/php_config.h" # include #endif -- cgit v1.2.1