summaryrefslogtreecommitdiff
path: root/ext/standard/dl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/dl.c')
-rw-r--r--ext/standard/dl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/dl.c b/ext/standard/dl.c
index f915a9cbea..e113249fd1 100644
--- a/ext/standard/dl.c
+++ b/ext/standard/dl.c
@@ -22,7 +22,7 @@
#include "dl.h"
#include "php_globals.h"
-#if HAVE_LIBDL
+#ifdef HAVE_LIBDL
#include <stdlib.h>
#include <stdio.h>
#ifndef RTLD_LAZY
@@ -78,7 +78,7 @@ void dl(INTERNAL_FUNCTION_PARAMETERS)
/* }}} */
-#if HAVE_LIBDL
+#ifdef HAVE_LIBDL
void php_dl(pval *file,int type,pval *return_value)
{