From 8df948c5c2da5f299c0d0e36bbb9cc0519e69d92 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sat, 10 Jun 2000 14:16:34 +0000 Subject: [PATCH] - Erased an extra line by mistake --- ext/posix/php_posix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/posix/php_posix.h b/ext/posix/php_posix.h index be55a7d36d..6e363f79ff 100644 --- a/ext/posix/php_posix.h +++ b/ext/posix/php_posix.h @@ -33,7 +33,7 @@ #ifndef _PHP_POSIX_H #define _PHP_POSIX_H - +#if HAVE_POSIX #ifndef DLEXPORT #define DLEXPORT #endif -- 2.50.1