summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/raid.h
diff options
context:
space:
mode:
authorZak Greant <zak@php.net>2002-06-07 15:07:55 +0000
committerZak Greant <zak@php.net>2002-06-07 15:07:55 +0000
commit9daec6d2278fb671f486100faecbbbc5a42cb863 (patch)
tree671ce507dddd5a6f28d3fc9facba1d11fa3e6426 /ext/mysql/libmysql/raid.h
parentfcd6d2b5cda9fc9ef582771b750c93ba09494828 (diff)
downloadphp-git-9daec6d2278fb671f486100faecbbbc5a42cb863.tar.gz
Updating embedded libmysql to version 3.23.48
Diffstat (limited to 'ext/mysql/libmysql/raid.h')
-rw-r--r--ext/mysql/libmysql/raid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/libmysql/raid.h b/ext/mysql/libmysql/raid.h
index f6f5306392..caa9f743c6 100644
--- a/ext/mysql/libmysql/raid.h
+++ b/ext/mysql/libmysql/raid.h
@@ -19,7 +19,7 @@ const char *my_raid_type(int raid_type);
}
#endif
-#ifdef USE_RAID
+#if defined(USE_RAID) && !defined(DONT_USE_RAID)
#ifdef __GNUC__
#pragma interface /* gcc class implementation */