summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-01-13 14:29:48 +0100
committerwm4 <wm4@nowhere>2013-01-13 17:32:39 +0100
commit41dbf07fc562dbc1bd3bc58b5648b42749d69082 (patch)
treefd174194046ac77e3c348ce7d41e5730d9a82c97 /configure
parenta96788fe570db05bc88e9b89147787afd437cdd6 (diff)
downloadmpv-41dbf07fc562dbc1bd3bc58b5648b42749d69082.tar.bz2
mpv-41dbf07fc562dbc1bd3bc58b5648b42749d69082.tar.xz
osdep: remove gettimeofday() emulation
Guaranteed by POSIX, and mingw provides it as well.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure b/configure
index 32dfc37a75..f87c45199d 100755
--- a/configure
+++ b/configure
@@ -1656,19 +1656,6 @@ fi
echores "$_select"
-echocheck "gettimeofday()"
-_gettimeofday=no
-statement_check sys/time.h 'struct timeval tv; struct timezone tz; gettimeofday(&tv, &tz)' && _gettimeofday=yes
-if test "$_gettimeofday" = yes ; then
- def_gettimeofday='#define HAVE_GETTIMEOFDAY 1'
- need_gettimeofday=no
-else
- def_gettimeofday='#undef HAVE_GETTIMEOFDAY'
- need_gettimeofday=yes
-fi
-echores "$_gettimeofday"
-
-
echocheck "glob()"
_glob=no
statement_check glob.h 'glob("filename", 0, 0, 0)' && _glob=yes
@@ -3121,7 +3108,6 @@ ARCH = $arch
$(mak_enable "$arch_all" "$arch" ARCH)
$(mak_enable "$subarch_all" "$subarch" ARCH)
-NEED_GETTIMEOFDAY = $need_gettimeofday
NEED_GLOB = $need_glob
NEED_SHMEM = $need_shmem
NEED_STRSEP = $need_strsep
@@ -3254,7 +3240,6 @@ $def_winsock2_h
/* system functions */
$def_gethostbyname2
-$def_gettimeofday
$def_glob
$def_nanosleep
$def_posix_select