]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Run autoreconf.
authorBenjamin Peterson <benjamin@python.org>
Tue, 26 Feb 2019 05:37:59 +0000 (21:37 -0800)
committerBenjamin Peterson <benjamin@python.org>
Tue, 26 Feb 2019 05:37:59 +0000 (21:37 -0800)
aclocal.m4
configure
pyconfig.h.in

index f98db73656d305f38cefecb8e2765e655d6c6f80..85f00dd5fac7f29e62deeec32f203a48231a6b08 100644 (file)
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.15 -*- Autoconf -*-
+# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2018 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
index 867e2fc28c47876642ff46332b86435cbce6a992..d98d14ab63f3290fd371cbf778d0f77506d7a8b1 100755 (executable)
--- a/configure
+++ b/configure
@@ -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);
index 8db06d91006810dbbf1534ff07c0e59ed8eec427..d41d57932766be92702d0a0754ca9d89aca693b2 100644 (file)
 /* 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
 
 /* 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
 
 /* 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
 
 /* 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