File tree 3 files changed +16
-14
lines changed
3 files changed +16
-14
lines changed 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 -*-
2
2
3
- # Copyright (C) 1996-2014 Free Software Foundation, Inc.
3
+ # Copyright (C) 1996-2018 Free Software Foundation, Inc.
4
4
5
5
# This file is free software; the Free Software Foundation
6
6
# gives unlimited permission to copy and/or distribute it,
Original file line number Diff line number Diff line change @@ -15542,6 +15542,8 @@ else
15542
15542
cat confdefs.h - << _ACEOF >conftest.$ac_ext
15543
15543
/* end confdefs.h. */
15544
15544
15545
+ #include <stdlib.h>
15546
+ #include <unistd.h>
15545
15547
int main()
15546
15548
{
15547
15549
int val1 = nice(1);
Original file line number Diff line number Diff line change 144
144
/* Define to 1 if you have the `copysign' function. */
145
145
#undef HAVE_COPYSIGN
146
146
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
-
159
147
/* Define to 1 if you have the <crypt.h> header file. */
160
148
#undef HAVE_CRYPT_H
161
149
930
918
/* Define to 1 if you have the <shadow.h> header file. */
931
919
#undef HAVE_SHADOW_H
932
920
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
+
933
927
/* Define to 1 if you have the `sigaction' function. */
934
928
#undef HAVE_SIGACTION
935
929
1109
1103
/* Define to 1 if you have the <sys/mkdev.h> header file. */
1110
1104
#undef HAVE_SYS_MKDEV_H
1111
1105
1106
+ /* Define to 1 if you have the <sys/mman.h> header file. */
1107
+ #undef HAVE_SYS_MMAN_H
1108
+
1112
1109
/* Define to 1 if you have the <sys/modem.h> header file. */
1113
1110
#undef HAVE_SYS_MODEM_H
1114
1111
1383
1380
/* Define if setpgrp() must be called as setpgrp(0, 0). */
1384
1381
#undef SETPGRP_HAVE_ARG
1385
1382
1383
+ /* Define to 1 if you must link with -lrt for shm_open(). */
1384
+ #undef SHM_NEEDS_LIBRT
1385
+
1386
1386
/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
1387
1387
#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS
1388
1388
You can’t perform that action at this time.
0 commit comments