00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #if CU_COMPAT < 20091122 && !defined(cuflow_tstate_s)
00019 # define cuflow_tstate_s cuflow_tstate
00020 # define cuflow_continuation_s cuflow_continuation
00021 # define cuflow_cacheconf_s cuflow_cacheconf
00022 # define cuflow_exeq_s cuflow_exeq
00023 # define cuflow_exeq_entry_s cuflow_exeq_entry
00024 # define cuflow_gflexq_s cuflow_gflexq
00025 # define cuflow_gflexq_entry_s cuflow_gflexq_entry
00026 # define cuflow_promise_s cuflow_promise
00027 # define cuflow_workq_s cuflow_workq
00028 # define cuflow_cache_s cuflow_cache
00029 # define cuflow_cacheobj_s cuflow_cacheobj
00030 #endif
00031 #if CU_COMPAT < 20091201 && !defined(cuflow_cacheconf_cct)
00032 # define cuflow_cacheconf_cct cuflow_cacheconf_init
00033 # define cuflow_cache_cct cuflow_cache_init
00034 # define cuflow_cache_dct cuflow_cache_deinit
00035 #endif