r_time.h (ssldump-0.9b3) | : | r_time.h (ssldump-1.3) | ||
---|---|---|---|---|
skipping to change at line 47 | skipping to change at line 47 | |||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY SUCH DAMA GE. | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY SUCH DAMA GE. | |||
$Id: r_time.h,v 1.4 2001/12/24 06:06:26 ekr Exp $ | $Id: r_time.h,v 1.4 2001/12/24 06:06:26 ekr Exp $ | |||
ekr@rtfm.com Thu Mar 4 08:45:41 1999 | ekr@rtfm.com Thu Mar 4 08:45:41 1999 | |||
*/ | */ | |||
#ifndef _r_time_h | #ifndef _r_time_h | |||
#define _r_time_h | #define _r_time_h | |||
#ifdef HAVE_CONFIG_H | ||||
#include <config.h> | ||||
#endif | ||||
#ifdef _WIN32 | #ifdef _WIN32 | |||
# include <winsock2.h> | # include <winsock2.h> | |||
#else | #else | |||
/* Cribbed from the autoconf doc */ | /* Cribbed from the autoconf doc */ | |||
# if TIME_WITH_SYS_TIME | # if TIME_WITH_SYS_TIME | |||
# include <sys/time.h> | # include <sys/time.h> | |||
# include <time.h> | # include <time.h> | |||
# else | # else | |||
# if HAVE_SYS_TIME_H | # if HAVE_SYS_TIME_H | |||
# include <sys/time.h> | # include <sys/time.h> | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added |