#ifndef __time_t_defined #define __time_t_defined 1 #include /* Returned by `time'. */ typedef __time_t time_t; #endif