File tree Expand file tree Collapse file tree 3 files changed +3
-37
lines changed Expand file tree Collapse file tree 3 files changed +3
-37
lines changed Original file line number Diff line number Diff line change @@ -13543,32 +13543,6 @@ $as_echo "#define const /**/" >>confdefs.h
13543
13543
fi
13544
13544
13545
13545
13546
- works=no
13547
- { $as_echo " $as_me :${as_lineno-$LINENO } : checking for working volatile" >&5
13548
- $as_echo_n " checking for working volatile... " >&6 ; }
13549
- cat confdefs.h - << _ACEOF >conftest.$ac_ext
13550
- /* end confdefs.h. */
13551
-
13552
- int
13553
- main ()
13554
- {
13555
- volatile int x; x = 0;
13556
- ;
13557
- return 0;
13558
- }
13559
- _ACEOF
13560
- if ac_fn_c_try_compile " $LINENO " ; then :
13561
- works=yes
13562
- else
13563
-
13564
- $as_echo " #define volatile /**/" >> confdefs.h
13565
-
13566
-
13567
- fi
13568
- rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13569
- { $as_echo " $as_me :${as_lineno-$LINENO } : result: $works " >&5
13570
- $as_echo " $works " >&6 ; }
13571
-
13572
13546
works=no
13573
13547
{ $as_echo " $as_me :${as_lineno-$LINENO } : checking for working signed char" >&5
13574
13548
$as_echo_n " checking for working signed char... " >&6 ; }
Original file line number Diff line number Diff line change @@ -4080,14 +4080,6 @@ fi
4080
4080
AC_C_CHAR_UNSIGNED
4081
4081
AC_C_CONST
4082
4082
4083
- works=no
4084
- AC_MSG_CHECKING ( for working volatile )
4085
- AC_COMPILE_IFELSE ( [ AC_LANG_PROGRAM ( [ [ ] ] , [ [ volatile int x; x = 0;] ] ) ] ,
4086
- [ works=yes] ,
4087
- [ AC_DEFINE ( volatile , , [ Define to empty if the keyword does not work.] ) ]
4088
- )
4089
- AC_MSG_RESULT ( $works )
4090
-
4091
4083
works=no
4092
4084
AC_MSG_CHECKING ( for working signed char )
4093
4085
AC_COMPILE_IFELSE ( [ AC_LANG_PROGRAM ( [ [ ] ] , [ [ signed char c;] ] ) ] ,
Original file line number Diff line number Diff line change 775
775
/* Define to 1 if you have the `sched_setscheduler' function. */
776
776
#undef HAVE_SCHED_SETSCHEDULER
777
777
778
+ /* Define to 1 if you have the `select' function. */
779
+ #undef HAVE_SELECT
780
+
778
781
/* Define to 1 if you have the `sem_getvalue' function. */
779
782
#undef HAVE_SEM_GETVALUE
780
783
1505
1508
/* Define to `int' if <sys/types.h> doesn't define. */
1506
1509
#undef uid_t
1507
1510
1508
- /* Define to empty if the keyword does not work. */
1509
- #undef volatile
1510
-
1511
1511
1512
1512
/* Define the macros needed if on a UnixWare 7.x system. */
1513
1513
#if defined(__USLC__ ) && defined(__SCO_VERSION__ )
You can’t perform that action at this time.
0 commit comments