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
1354313543fi
1354413544
1354513545
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-
1357213546works=no
1357313547{ $as_echo " $as_me :${as_lineno-$LINENO } : checking for working signed char" >&5
1357413548$as_echo_n " checking for working signed char... " >&6 ; }
Original file line number Diff line number Diff line change @@ -4080,14 +4080,6 @@ fi
40804080AC_C_CHAR_UNSIGNED
40814081AC_C_CONST
40824082
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-
40914083works=no
40924084AC_MSG_CHECKING ( for working signed char )
40934085AC_COMPILE_IFELSE ( [ AC_LANG_PROGRAM ( [ [ ] ] , [ [ signed char c;] ] ) ] ,
Original file line number Diff line number Diff line change 775775/* Define to 1 if you have the `sched_setscheduler' function. */
776776#undef HAVE_SCHED_SETSCHEDULER
777777
778+ /* Define to 1 if you have the `select' function. */
779+ #undef HAVE_SELECT
780+
778781/* Define to 1 if you have the `sem_getvalue' function. */
779782#undef HAVE_SEM_GETVALUE
780783
15051508/* Define to `int' if <sys/types.h> doesn't define. */
15061509#undef uid_t
15071510
1508- /* Define to empty if the keyword does not work. */
1509- #undef volatile
1510-
15111511
15121512/* Define the macros needed if on a UnixWare 7.x system. */
15131513#if defined(__USLC__ ) && defined(__SCO_VERSION__ )
You can’t perform that action at this time.
0 commit comments