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
b84df2d7
Kaydet (Commit)
b84df2d7
authored
Şub 26, 2019
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Run autoreconf.
üst
90c6face
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
14 deletions
+16
-14
aclocal.m4
aclocal.m4
+2
-2
configure
configure
+2
-0
pyconfig.h.in
pyconfig.h.in
+12
-12
No files found.
aclocal.m4
Dosyayı görüntüle @
b84df2d7
# generated automatically by aclocal 1.1
5
-*- Autoconf -*-
# generated automatically by aclocal 1.1
6.1
-*- Autoconf -*-
# Copyright (C) 1996-201
4
Free Software Foundation, Inc.
# Copyright (C) 1996-201
8
Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
configure
Dosyayı görüntüle @
b84df2d7
...
...
@@ -15542,6 +15542,8 @@ else
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
#include <stdlib.h>
#include <unistd.h>
int main()
{
int val1 = nice(1);
...
...
pyconfig.h.in
Dosyayı görüntüle @
b84df2d7
...
...
@@ -144,18 +144,6 @@
/* Define to 1 if you have the `copysign' function. */
#undef HAVE_COPYSIGN
/* Define to 1 if you must link with -lrt for shm_open(). */
#undef SHM_NEEDS_LIBRT
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H
/* Define to 1 if you have the shm_open syscall */
#undef HAVE_SHM_OPEN
/* Define to 1 if you have the shm_unlink syscall */
#undef HAVE_SHM_UNLINK
/* Define to 1 if you have the <crypt.h> header file. */
#undef HAVE_CRYPT_H
...
...
@@ -930,6 +918,12 @@
/* Define to 1 if you have the <shadow.h> header file. */
#undef HAVE_SHADOW_H
/* Define to 1 if you have the `shm_open' function. */
#undef HAVE_SHM_OPEN
/* Define to 1 if you have the `shm_unlink' function. */
#undef HAVE_SHM_UNLINK
/* Define to 1 if you have the `sigaction' function. */
#undef HAVE_SIGACTION
...
...
@@ -1109,6 +1103,9 @@
/* Define to 1 if you have the <sys/mkdev.h> header file. */
#undef HAVE_SYS_MKDEV_H
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H
/* Define to 1 if you have the <sys/modem.h> header file. */
#undef HAVE_SYS_MODEM_H
...
...
@@ -1383,6 +1380,9 @@
/* Define if setpgrp() must be called as setpgrp(0, 0). */
#undef SETPGRP_HAVE_ARG
/* Define to 1 if you must link with -lrt for shm_open(). */
#undef SHM_NEEDS_LIBRT
/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
...
...
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