Ticket #3277: patch-my_global.h

File patch-my_global.h, 482 bytes (added by tonytung@…, 19 years ago)

patch file needed until mysql fixes their bug....

Line 
1--- include/my_global.h.orig    2005-05-13 04:32:00.000000000 -0700
2+++ include/my_global.h 2005-06-05 00:44:26.000000000 -0700
3@@ -264,7 +264,7 @@
4 # endif
5 #endif /* TIME_WITH_SYS_TIME */
6 #ifdef HAVE_UNISTD_H
7-#if defined(HAVE_OPENSSL) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__)
8+#if defined(HAVE_OPENSSL) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__) && !defined(__APPLE__)
9 #define crypt unistd_crypt
10 #endif
11 #include <unistd.h>