pike.git
/
src
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/configure.in:3259:
]) if test "$pike_cv_function_cast" = "yes"; then AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) AC_DEFINE(NO_CAST_TO_FUN) fi #############################################################################
-
AC_MSG_CHECKING(for isgraph)
-
AC_CACHE_VAL(pike_cv_func_isgraph, [ AC_TRY_LINK([
-
#include <ctype.h>
-
], [
-
return(!isgraph('A'));
-
], pike_cv_func_isgraph=yes, pike_cv_func_isgraph=no)
-
])
-
AC_MSG_RESULT($pike_cv_func_isgraph)
-
if test "x$pike_cv_func_isgraph" = "xyes" ; then
-
AC_DEFINE(HAVE_ISGRAPH)
-
else :; fi
-
-
#############################################################################
-
+
PIKE_AC_DEBUG # Note: For function detection to work correctly with # PIKE_FUNCS_NEED_DECLS (i.e. windows), it's necessary that # AC_CHECK_HEADERS tests all potential header files for a function # before AC_CHECK_FUNCS is used. AC_HEADER_TIME AC_HEADER_STDC # Note: winsock2.h has to be included before winsock.h to avoid