Gearman Developer Documentation

libgearman/configure.h
Go to the documentation of this file.
00001 /* Gearman
00002  * Copyright (C) 2010 Brian Aker
00003  * All rights reserved.
00004  *
00005  * Use and distribution licensed under the BSD license.  See
00006  * the COPYING file in the parent directory for full text.
00007  *
00008  * Summary: Autogenerated file for configure bits.
00009  *
00010  */
00011 
00012 #ifndef __GEARMAN_CONFIGURE_H__
00013 #define __GEARMAN_CONFIGURE_H__
00014 
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif
00018 
00019 #define LIBGEARMAN_OPTIMIZE_BITFIELD 1
00020 
00021 #if LIBGEARMAN_OPTIMIZE_BITFIELD == 1
00022 #define LIBGEARMAN_BITFIELD :1
00023 #else
00024 #define LIBGEARMAN_BITFIELD
00025 #endif
00026 
00027 #define LIBGEARMAN_VERSION_STRING "0.14"
00028 #define LIBGEARMAN_VERSION_HEX 0x00014000
00029 
00030 #ifdef __cplusplus
00031 }
00032 #endif
00033 
00034 #endif /* __GEARMAN_CONFIGURE_H__ */