summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <tim@cane.mysql.fi>2000-12-22 20:57:00 +0200
committerunknown <tim@cane.mysql.fi>2000-12-22 20:57:00 +0200
commitc80fe386202e1c6963c6a21c76cea3ad9162e28f (patch)
tree8a33f9abb76f136028040e393e9cb78f36df61e1 /include
parent19399bab469853c3ade2e1b030e16968424b335e (diff)
downloadmariadb-git-c80fe386202e1c6963c6a21c76cea3ad9162e28f.tar.gz
Style fix - keep os-specific stuff together.
configure.in: - move extra bsdi fix up with other os-specific hacks include/global.h: - move extra bsdi fix up with other os-specific hacks
Diffstat (limited to 'include')
-rw-r--r--include/global.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index 4119b690031..ce3fc80770f 100644
--- a/include/global.h
+++ b/include/global.h
@@ -351,6 +351,10 @@ typedef int (*qsort_cmp)(const void *,const void *);
typedef SOCKET_SIZE_TYPE size_socket;
#endif
+#ifndef SOCKOPT_OPTLEN_TYPE
+#define SOCKOPT_OPTLEN_TYPE size_socket
+#endif
+
/* file create flags */
#ifndef O_SHARE