This repository was archived by the owner on Jan 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ implementations */
255255/* #undef HAVE_GETRUSAGE */
256256
257257/* Define to 1 if you have the `gettimeofday' function. */
258- #define HAVE_GETTIMEOFDAY 1
258+ /* #undef HAVE_GETTIMEOFDAY */
259259
260260/* Defined if underlying assembler is compatible with Intel syntax assembly
261261 implementations */
Original file line number Diff line number Diff line change 3333#include <sys/types.h>
3434
3535#if defined _WIN32 || defined __WIN32__
36- #include <sys/time .h>
36+ #include <basetsd .h>
3737# ifndef __GNUC__
3838 typedef SSIZE_T ssize_t ;
3939 typedef int pid_t ;
Load diff This file was deleted.
Original file line number Diff line number Diff line change 3737#include <stdlib.h>
3838#include <errno.h>
3939#include <string.h>
40+ #ifdef HAVE_SYS_TIME_H
4041#include <sys/time.h>
42+ #endif
4143#include <sys/types.h>
4244#include <sys/stat.h>
4345#ifdef HAVE_UNISTD_H
You can’t perform that action at this time.
0 commit comments