summaryrefslogtreecommitdiff
path: root/ext/interbase/php_interbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/interbase/php_interbase.h')
-rw-r--r--ext/interbase/php_interbase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h
index a2ca0c0546..91f7b0aa02 100644
--- a/ext/interbase/php_interbase.h
+++ b/ext/interbase/php_interbase.h
@@ -51,7 +51,9 @@ PHP_FUNCTION(ibase_free_result);
PHP_FUNCTION(ibase_prepare);
PHP_FUNCTION(ibase_execute);
PHP_FUNCTION(ibase_free_query);
+#if HAVE_STRFTIME
PHP_FUNCTION(ibase_timefmt);
+#endif
PHP_FUNCTION(ibase_num_fields);
PHP_FUNCTION(ibase_field_info);