summaryrefslogtreecommitdiff
path: root/ext/sybase
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sybase')
-rw-r--r--ext/sybase/php_sybase.h (renamed from ext/sybase/php3_sybase.h)6
-rw-r--r--ext/sybase/sybase.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/ext/sybase/php3_sybase.h b/ext/sybase/php_sybase.h
index 9c175c8e88..1ce140d324 100644
--- a/ext/sybase/php3_sybase.h
+++ b/ext/sybase/php_sybase.h
@@ -30,8 +30,8 @@
/* $Id$ */
-#ifndef _PHP3_SYBASE_H
-#define _PHP3_SYBASE_H
+#ifndef _PHP_SYBASE_H
+#define _PHP_SYBASE_H
#if COMPILE_DL
#undef HAVE_SYBASE
@@ -140,4 +140,4 @@ extern sybase_module php3_sybase_module;
#define phpext_sybase_ptr sybase_module_ptr
-#endif /* _PHP3_SYBASE_H */
+#endif /* _PHP_SYBASE_H */
diff --git a/ext/sybase/sybase.c b/ext/sybase/sybase.c
index 0ba854679e..0bad3988a7 100644
--- a/ext/sybase/sybase.c
+++ b/ext/sybase/sybase.c
@@ -24,8 +24,8 @@
#include "php.h"
-#include "php3_sybase.h"
-#include "ext/standard/php3_standard.h"
+#include "php_sybase.h"
+#include "ext/standard/php_standard.h"
#include "php_globals.h"
#if HAVE_SYBASE