1 2 3 4 5 6 7 8 9 10 11 12
#ifndef H_MISCFN #define H_MISCFN #if HAVE_SYS_STDTYPES_H # include <sys/stdtypes.h> #endif #if NEED_TIMEZONE extern time_t timezone; #endif #endif