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
96013151
Kaydet (Commit)
96013151
authored
Eki 08, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add checks for setlocale() and <locale.h>
üst
1f14ccf6
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 @
96013151
...
...
@@ -244,6 +244,9 @@
/* Define if you have the setgid function. */
#undef HAVE_SETGID
/* Define if you have the setlocale function. */
#undef HAVE_SETLOCALE
/* Define if you have the setpgid function. */
#undef HAVE_SETPGID
...
...
@@ -310,6 +313,9 @@
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
/* Define if you have the <ncurses.h> header file. */
#undef HAVE_NCURSES_H
...
...
configure
Dosyayı görüntüle @
96013151
#! /bin/sh
# From configure.in Revision: 1.6
6
# From configure.in Revision: 1.6
7
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
...
...
@@ -1234,7 +1234,7 @@ EOF
fi
for
ac_hdr
in
dlfcn.h fcntl.h limits.h ncurses.h pthread.h
\
for
ac_hdr
in
dlfcn.h fcntl.h limits.h
locale.h
ncurses.h pthread.h
\
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h
\
sys/audioio.h sys/file.h sys/lock.h
\
sys/param.h sys/select.h sys/time.h sys/times.h
\
...
...
@@ -2483,7 +2483,7 @@ fi
for
ac_func
in
alarm
chown
clock dlopen execv flock fork ftime ftruncate
\
gethostname_r getpeername getpgrp getpid getpwent gettimeofday getwd
\
kill link
lstat
mkfifo nice
pause plock putenv
readlink
\
select
setgid setuid setsid setpgid setpgrp setvbuf
\
select
setgid set
locale set
uid setsid setpgid setpgrp setvbuf
\
sigaction siginterrupt sigrelse strftime symlink
\
tcgetpgrp tcsetpgrp
times truncate uname
waitpid
do
...
...
configure.in
Dosyayı görüntüle @
96013151
...
...
@@ -167,7 +167,7 @@ AC_MSG_RESULT($cpp_type)
# checks for header files
AC_HEADER_STDC
AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.h ncurses.h pthread.h \
AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.h
locale.h
ncurses.h pthread.h \
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h \
sys/audioio.h sys/file.h sys/lock.h \
sys/param.h sys/select.h sys/time.h sys/times.h \
...
...
@@ -382,7 +382,7 @@ LIBS="$LIBS -ldl -ldld"], AC_MSG_RESULT(no))
AC_CHECK_FUNCS(alarm chown clock dlopen execv flock fork ftime ftruncate \
gethostname_r getpeername getpgrp getpid getpwent gettimeofday getwd \
kill link lstat mkfifo nice pause plock putenv readlink \
select setgid setuid setsid setpgid setpgrp setvbuf \
select setgid set
locale set
uid setsid setpgid setpgrp setvbuf \
sigaction siginterrupt sigrelse strftime symlink \
tcgetpgrp tcsetpgrp times truncate uname waitpid)
AC_REPLACE_FUNCS(dup2 getcwd strdup strerror memmove)
...
...
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