packages icon

Tar Archive: /hpux/Misc/libmemcached-0.46/libmemcached-0.46-hppa_32-11.23.depot.gz
Filename:    libmemcached/libmemcached-INC/usr/local/include/libmemcached/platform.h
/* LibMemcached
 * Copyright (C) 2006-2010 Brian Aker, Trond Norbye
 * All rights reserved.
 *
 * Use and distribution licensed under the BSD license.  See
 * the COPYING file in the parent directory for full text.
 *
 * Summary: Try to hide platform-specific stuff
 *
 */
#ifndef LIBMEMCACHED_PLATFORM_H
#define LIBMEMCACHED_PLATFORM_H 1

#ifdef WIN32

#include 
#include 
typedef short in_port_t;
typedef SOCKET memcached_socket_t;
#else
typedef int memcached_socket_t;
#include 
#include 
#include 
#include 
#include 
#include 

#endif /* WIN32 */


#endif /* LIBMEMCACHED_PLATFORM_H */