#if defined(__STDC__) # define def_hwport_stdc (__STDC__) #else # undef def_hwport_stdc #endif #if defined(__STDC_VERSION__) # define def_hwport_stdc_version (__STDC_VERSION__) #else # undef def_hwport_stdc_version #endif #if defined(def_hwport_stdc) && (!defined(def_hwport_stdc_version)) # if defined(__STRICT_ANSI__) # define def_hwport_stdc_version (199001L) # else # define def_hwport_stdc_version (198901L) # endif #endif
#if !defined(def_hwport_c) # define def_hwport_c (1L) #endif #if defined(__cplusplus) # define def_hwport_cplusplus (1L) #else # undef def_hwport_cplusplus #endif
#if defined(__TURBOC__) # define def_hwport_turboc (1L) # define def_hwport_turboc_version (0x00200000 #else # undef def_hwport_turboc # undef def_hwport_turboc_version #endif ...