File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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,
Original file line number Diff line number Diff 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>
1554515547int main()
1554615548{
1554715549 int val1 = nice(1);
Original file line number Diff line number Diff line change 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
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
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
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
You can’t perform that action at this time.
0 commit comments