~dave-terei/libmemcached/sasl-fixes

« back to all changes in this revision

Viewing changes to libmemcached/io.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 *
37
37
 */
38
38
 
39
 
#ifndef __LIBMEMCACHED_IO_H__
40
 
#define __LIBMEMCACHED_IO_H__
41
 
 
42
 
#if defined(BUILDING_LIBMEMCACHED)
43
 
 
44
 
#include "libmemcached/memcached.h"
 
39
#pragma once
 
40
 
 
41
#include <libmemcached/memcached.h>
45
42
 
46
43
#define MAX_UDP_DATAGRAM_LENGTH 1400
47
44
#define UDP_DATAGRAM_HEADER_LENGTH 8
117
114
#ifdef __cplusplus
118
115
}
119
116
#endif
120
 
 
121
 
#endif /* BUILDING_LIBMEMCACHED */
122
 
 
123
 
#endif /* __LIBMEMCACHED_IO_H__ */