Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
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