diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-06-16 18:24:02 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-06-16 18:24:02 +0000 |
commit | 87a491d7b64f34a9692af3edc58151e9baa2e275 (patch) | |
tree | 023b2ac85e2f4ae8951fefe14ccc9c835cfe465a /ext/mysql/libmysql | |
parent | c6ddfd4440ad412059e49dc69f9c7e98de57d65c (diff) | |
download | php-git-87a491d7b64f34a9692af3edc58151e9baa2e275.tar.gz |
C++ // comments are evil ...
Diffstat (limited to 'ext/mysql/libmysql')
-rw-r--r-- | ext/mysql/libmysql/config-win32.h | 2 | ||||
-rw-r--r-- | ext/mysql/libmysql/my_pthread.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/mysql/libmysql/config-win32.h b/ext/mysql/libmysql/config-win32.h index 3962ebbd0b..e8335739cc 100644 --- a/ext/mysql/libmysql/config-win32.h +++ b/ext/mysql/libmysql/config-win32.h @@ -206,7 +206,7 @@ inline double ulonglong2double(ulonglong value) #define HAVE_ALLOCA #define HAVE_STRPBRK #define HAVE_STRSTR -//#define HAVE_COMPRESS +/*#define HAVE_COMPRESS*/ #ifdef _MSC_VER #define HAVE_LDIV /* The optimizer breaks in zortech for ldiv */ diff --git a/ext/mysql/libmysql/my_pthread.h b/ext/mysql/libmysql/my_pthread.h index 47a058a65c..ad64c59a50 100644 --- a/ext/mysql/libmysql/my_pthread.h +++ b/ext/mysql/libmysql/my_pthread.h @@ -8,7 +8,7 @@ #include <errno.h> #ifndef ETIME -#define ETIME ETIMEDOUT // For FreeBSD +#define ETIME ETIMEDOUT /* For FreeBSD */ #endif #if defined(__WIN32__) @@ -102,8 +102,8 @@ void pthread_exit(unsigned A); /* was #define pthread_exit(A) ExitThread(A)*/ #define pthread_condattr_init(A) #define pthread_condattr_destroy(A) -//Irena: compiler does not like this: -//#define my_pthread_getprio(pthread_t thread_id) pthread_dummy(0) +/*Irena: compiler does not like this:*/ +/*#define my_pthread_getprio(pthread_t thread_id) pthread_dummy(0)*/ #define my_pthread_getprio(thread_id) pthread_dummy(0) #elif defined(HAVE_UNIXWARE7_THREADS) |