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
9dc823d2
Kaydet (Commit)
9dc823d2
authored
Tem 07, 2012
tarafından
doko@ubuntu.com
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- Issue #15268: Search curses.h in /usr/include/ncursesw.
üst
7d7f40c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
NEWS
Misc/NEWS
+2
-0
configure
configure
+7
-0
configure.ac
configure.ac
+7
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
9dc823d2
...
...
@@ -72,6 +72,8 @@ Build
-
Issue
#
15235
:
Allow
Berkley
DB
versions
up
to
5.3
to
build
the
dbm
module
.
-
Issue
#
15268
:
Search
curses
.
h
in
/
usr
/
include
/
ncursesw
.
What
's New in Python 3.3.0 Beta 1?
==================================
...
...
configure
Dosyayı görüntüle @
9dc823d2
...
...
@@ -6852,6 +6852,8 @@ $as_echo "#define STDC_HEADERS 1" >>confdefs.h
fi
ac_save_cppflags
=
"
$CPPFLAGS
"
CPPFLAGS
=
"
$CPPFLAGS
-I/usr/include/ncursesw"
for
ac_header
in
asm/types.h conio.h curses.h direct.h dlfcn.h errno.h
\
fcntl.h grp.h
\
ieeefp.h io.h langinfo.h libintl.h ncurses.h process.h pthread.h
\
...
...
@@ -6877,6 +6879,7 @@ fi
done
CPPFLAGS
=
$ac_save_cppflags
ac_header_dirent
=
no
for
ac_hdr
in
dirent.h sys/ndir.h sys/dir.h ndir.h
;
do
as_ac_Header
=
`
$as_echo
"ac_cv_header_dirent_
$ac_hdr
"
|
$as_tr_sh
`
...
...
@@ -14350,6 +14353,8 @@ $as_echo "#define HAVE_STAT_TV_NSEC2 1" >>confdefs.h
fi
ac_save_cppflags
=
"
$CPPFLAGS
"
CPPFLAGS
=
"
$CPPFLAGS
-I/usr/include/ncursesw"
# On HP/UX 11.0, mvwdelch is a block with a return statement
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether mvwdelch is an expression"
>
&5
$as_echo_n
"checking whether mvwdelch is an expression... "
>
&6
;
}
...
...
@@ -14503,6 +14508,8 @@ $as_echo "no" >&6; }
fi
rm
-f
core conftest.err conftest.
$ac_objext
conftest.
$ac_ext
# last curses configure check
CPPFLAGS
=
$ac_save_cppflags
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for device files"
>
&5
$as_echo
"
$as_me
: checking for device files"
>
&6
;
}
...
...
configure.ac
Dosyayı görüntüle @
9dc823d2
...
...
@@ -1485,6 +1485,8 @@ dnl AC_MSG_RESULT($cpp_type)
# checks for header files
AC_HEADER_STDC
ac_save_cppflags="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS -I/usr/include/ncursesw"
AC_CHECK_HEADERS(asm/types.h conio.h curses.h direct.h dlfcn.h errno.h \
fcntl.h grp.h \
ieeefp.h io.h langinfo.h libintl.h ncurses.h process.h pthread.h \
...
...
@@ -1498,6 +1500,7 @@ sys/stat.h sys/syscall.h sys/sys_domain.h sys/termio.h sys/time.h \
sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
bluetooth/bluetooth.h linux/tipc.h spawn.h util.h)
CPPFLAGS=$ac_save_cppflags
AC_HEADER_DIRENT
AC_HEADER_MAJOR
...
...
@@ -4205,6 +4208,8 @@ then
[Define if you have struct stat.st_mtimensec])
fi
ac_save_cppflags="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS -I/usr/include/ncursesw"
# On HP/UX 11.0, mvwdelch is a block with a return statement
AC_MSG_CHECKING(whether mvwdelch is an expression)
AC_CACHE_VAL(ac_cv_mvwdelch_is_expression,
...
...
@@ -4259,6 +4264,8 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <curses.h>]], [[void *x=resizeterm
AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)]
)
# last curses configure check
CPPFLAGS=$ac_save_cppflags
AC_MSG_NOTICE([checking for device files])
...
...
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