~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Monty Taylor
  • Date: 2008-10-05 01:44:16 UTC
  • Revision ID: monty@inaugust.com-20081005014416-11twdwag5qim9zyg
Removed size_socket. For crying out loud.

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
#ifdef HAVE_SYS_SOCKET_H
160
160
#include <sys/socket.h>
161
161
#endif
162
 
typedef SOCKET_SIZE_TYPE size_socket;
163
 
 
164
 
#ifndef SOCKOPT_OPTLEN_TYPE
165
 
#define SOCKOPT_OPTLEN_TYPE size_socket
166
 
#endif
167
162
 
168
163
/* file create flags */
169
164