#ifndef RTG_COMMON_H #define RTG_COMMON_H 1 #if HAVE_CONFIG_H # include "config.h" #endif #include #if STDC_HEADERS # include # include #elif HAVE_STRINGS_H # include #endif /*STDC_HEADERS*/ #if HAVE_UNISTD_H # include # include #endif #if HAVE_STDINT_H # include #endif #if HAVE_NETINET_IN_H # include #endif #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #ifndef HAVE_LIBPTHREAD # define HAVE_LIBPTHREAD 0 #else # include #endif #include #if HAVE_MYSQL # include #endif #endif /* RTG_COMMON_H */