Skip to content

Commit b84df2d

Browse files
committed
Run autoreconf.
1 parent 90c6fac commit b84df2d

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

aclocal.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# generated automatically by aclocal 1.15 -*- Autoconf -*-
1+
# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
22

3-
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
3+
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
44

55
# This file is free software; the Free Software Foundation
66
# gives unlimited permission to copy and/or distribute it,

configure

+2
Original file line numberDiff line numberDiff line change
@@ -15542,6 +15542,8 @@ else
1554215542
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1554315543
/* end confdefs.h. */
1554415544
15545+
#include <stdlib.h>
15546+
#include <unistd.h>
1554515547
int main()
1554615548
{
1554715549
int val1 = nice(1);

pyconfig.h.in

+12-12
Original file line numberDiff line numberDiff line change
@@ -144,18 +144,6 @@
144144
/* Define to 1 if you have the `copysign' function. */
145145
#undef HAVE_COPYSIGN
146146

147-
/* Define to 1 if you must link with -lrt for shm_open(). */
148-
#undef SHM_NEEDS_LIBRT
149-
150-
/* Define to 1 if you have the <sys/mman.h> header file. */
151-
#undef HAVE_SYS_MMAN_H
152-
153-
/* Define to 1 if you have the shm_open syscall */
154-
#undef HAVE_SHM_OPEN
155-
156-
/* Define to 1 if you have the shm_unlink syscall */
157-
#undef HAVE_SHM_UNLINK
158-
159147
/* Define to 1 if you have the <crypt.h> header file. */
160148
#undef HAVE_CRYPT_H
161149

@@ -930,6 +918,12 @@
930918
/* Define to 1 if you have the <shadow.h> header file. */
931919
#undef HAVE_SHADOW_H
932920

921+
/* Define to 1 if you have the `shm_open' function. */
922+
#undef HAVE_SHM_OPEN
923+
924+
/* Define to 1 if you have the `shm_unlink' function. */
925+
#undef HAVE_SHM_UNLINK
926+
933927
/* Define to 1 if you have the `sigaction' function. */
934928
#undef HAVE_SIGACTION
935929

@@ -1109,6 +1103,9 @@
11091103
/* Define to 1 if you have the <sys/mkdev.h> header file. */
11101104
#undef HAVE_SYS_MKDEV_H
11111105

1106+
/* Define to 1 if you have the <sys/mman.h> header file. */
1107+
#undef HAVE_SYS_MMAN_H
1108+
11121109
/* Define to 1 if you have the <sys/modem.h> header file. */
11131110
#undef HAVE_SYS_MODEM_H
11141111

@@ -1383,6 +1380,9 @@
13831380
/* Define if setpgrp() must be called as setpgrp(0, 0). */
13841381
#undef SETPGRP_HAVE_ARG
13851382

1383+
/* Define to 1 if you must link with -lrt for shm_open(). */
1384+
#undef SHM_NEEDS_LIBRT
1385+
13861386
/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
13871387
#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
13881388

0 commit comments

Comments
 (0)