summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-09-13 21:57:31 -0700
committerGitHub <noreply@github.com>2018-09-13 21:57:31 -0700
commitea13740a37347d68d096b11b87c9167917ccfc22 (patch)
treecefec723d8b1b3ea3bdf87cd0db53639cec6edfd /configure
parent1aeba7458d2aaf8a03b5d443179d122ceb2ccece (diff)
downloadcpython-git-ea13740a37347d68d096b11b87c9167917ccfc22.tar.gz
bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ddfd1c4434..22fc02153d 100755
--- a/configure
+++ b/configure
@@ -7725,7 +7725,7 @@ for ac_header in asm/types.h crypt.h conio.h direct.h dlfcn.h errno.h \
fcntl.h grp.h \
ieeefp.h io.h langinfo.h libintl.h process.h pthread.h \
sched.h shadow.h signal.h stropts.h termios.h \
-unistd.h utime.h \
+utime.h \
poll.h sys/devpoll.h sys/epoll.h sys/poll.h \
sys/audioio.h sys/xattr.h sys/bsdtty.h sys/event.h sys/file.h sys/ioctl.h \
sys/kern_control.h sys/loadavg.h sys/lock.h sys/mkdev.h sys/modem.h \