]> granicus.if.org Git - python/commitdiff
Check for existence of mremap()
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 18 Jun 2000 14:54:13 +0000 (14:54 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 18 Jun 2000 14:54:13 +0000 (14:54 +0000)
configure.in

index bd1b6743afc70692b0f562634122a6fec19d6034..6735b6904faba3a624e1fe032e3bbbe1aab242be 100644 (file)
@@ -763,7 +763,8 @@ fi
 AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r dlopen execv \
  flock fork fsync fdatasync fpathconf ftime ftruncate \
  getgroups getlogin getpeername getpgrp getpid getpwent gettimeofday getwd \
- kill link lstat mkfifo mktime nice pathconf pause plock pthread_init \
+ kill link lstat mkfifo mktime mremap \
+ nice pathconf pause plock pthread_init \
  putenv readlink \
  select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
  sigaction siginterrupt sigrelse strftime strptime symlink sysconf \