Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
22b6db62
Kaydet (Commit)
22b6db62
authored
Haz 28, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
added plock
üst
00682677
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
config.h.in
config.h.in
+6
-0
configure
configure
+3
-3
configure.in
configure.in
+2
-2
No files found.
config.h.in
Dosyayı görüntüle @
22b6db62
...
@@ -184,6 +184,9 @@
...
@@ -184,6 +184,9 @@
/* Define if you have the nice function. */
/* Define if you have the nice function. */
#undef HAVE_NICE
#undef HAVE_NICE
/* Define if you have the plock function. */
#undef HAVE_PLOCK
/* Define if you have the readlink function. */
/* Define if you have the readlink function. */
#undef HAVE_READLINK
#undef HAVE_READLINK
...
@@ -277,6 +280,9 @@
...
@@ -277,6 +280,9 @@
/* Define if you have the <sys/dir.h> header file. */
/* Define if you have the <sys/dir.h> header file. */
#undef HAVE_SYS_DIR_H
#undef HAVE_SYS_DIR_H
/* Define if you have the <sys/lock.h> header file. */
#undef HAVE_SYS_LOCK_H
/* Define if you have the <sys/ndir.h> header file. */
/* Define if you have the <sys/ndir.h> header file. */
#undef HAVE_SYS_NDIR_H
#undef HAVE_SYS_NDIR_H
...
...
configure
Dosyayı görüntüle @
22b6db62
#! /bin/sh
#! /bin/sh
# From configure.in Revision: 1.2
6
# From configure.in Revision: 1.2
7
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.10
# Generated automatically using autoconf version 2.10
...
@@ -1019,7 +1019,7 @@ fi
...
@@ -1019,7 +1019,7 @@ fi
for
ac_hdr
in
dlfcn.h fcntl.h limits.h ncurses.h
\
for
ac_hdr
in
dlfcn.h fcntl.h limits.h ncurses.h
\
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h
\
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h
\
sys/audioio.h sys/param.h sys/select.h sys/time.h sys/times.h
\
sys/audioio.h sys/
lock.h sys/
param.h sys/select.h sys/time.h sys/times.h
\
sys/un.h sys/utsname.h sys/wait.h
sys/un.h sys/utsname.h sys/wait.h
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
tr
'./\055'
'___'
`
ac_safe
=
`
echo
"
$ac_hdr
"
|
tr
'./\055'
'___'
`
...
@@ -2133,7 +2133,7 @@ fi
...
@@ -2133,7 +2133,7 @@ fi
# checks for library functions
# checks for library functions
for
ac_func
in
chown
clock dlopen flock ftime ftruncate
\
for
ac_func
in
chown
clock dlopen flock ftime ftruncate
\
gethostname_r getpeername getpgrp getpid gettimeofday getwd
\
gethostname_r getpeername getpgrp getpid gettimeofday getwd
\
link
lstat
mkfifo nice readlink
\
link
lstat
mkfifo nice
plock
readlink
\
select
setgid setuid setsid setpgid setpgrp setvbuf
\
select
setgid setuid setsid setpgid setpgrp setvbuf
\
sigaction siginterrupt sigrelse strftime symlink
\
sigaction siginterrupt sigrelse strftime symlink
\
tcgetpgrp tcsetpgrp
times truncate uname
waitpid
tcgetpgrp tcsetpgrp
times truncate uname
waitpid
...
...
configure.in
Dosyayı görüntüle @
22b6db62
...
@@ -60,7 +60,7 @@ AC_MINIX
...
@@ -60,7 +60,7 @@ AC_MINIX
AC_HEADER_STDC
AC_HEADER_STDC
AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.h ncurses.h \
AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.h ncurses.h \
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h \
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h \
sys/audioio.h sys/param.h sys/select.h sys/time.h sys/times.h \
sys/audioio.h sys/
lock.h sys/
param.h sys/select.h sys/time.h sys/times.h \
sys/un.h sys/utsname.h sys/wait.h)
sys/un.h sys/utsname.h sys/wait.h)
AC_HEADER_DIRENT
AC_HEADER_DIRENT
...
@@ -255,7 +255,7 @@ LIBS="$LIBS -ldl -ldld"], AC_MSG_RESULT(no))
...
@@ -255,7 +255,7 @@ LIBS="$LIBS -ldl -ldld"], AC_MSG_RESULT(no))
# checks for library functions
# checks for library functions
AC_CHECK_FUNCS(chown clock dlopen flock ftime ftruncate \
AC_CHECK_FUNCS(chown clock dlopen flock ftime ftruncate \
gethostname_r getpeername getpgrp getpid gettimeofday getwd \
gethostname_r getpeername getpgrp getpid gettimeofday getwd \
link lstat mkfifo nice readlink \
link lstat mkfifo nice
plock
readlink \
select setgid setuid setsid setpgid setpgrp setvbuf \
select setgid setuid setsid setpgid setpgrp setvbuf \
sigaction siginterrupt sigrelse strftime symlink \
sigaction siginterrupt sigrelse strftime symlink \
tcgetpgrp tcsetpgrp times truncate uname waitpid) \
tcgetpgrp tcsetpgrp times truncate uname waitpid) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment