]> git.saurik.com Git - wxWidgets.git/commitdiff
Check for fdopen. Probably everywhere has it, but check until we are sure.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 23 Oct 2006 13:33:45 +0000 (13:33 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 23 Oct 2006 13:33:45 +0000 (13:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in
setup.h.in
setup.h_vms

index 4a8469c45607181831a2a628befa0aaf03f6ddab..3d618099aa392fe8d6847b24cd255e87fcd7a2c6 100644 (file)
@@ -4828,7 +4828,10 @@ if test "x$INET_LINK" != "x"; then
     INET_LINK=" -l$INET_LINK"
 fi
 
+WX_CHECK_FUNCS(fdopen)
+
 fi
+
 dnl if !MSW
 
 
index 90b0e76cc3cf7c9ca681a79229232ef271a1392b..98bba9827067118326dfc2276ddc1a040e7d425a 100644 (file)
 /* Define if you have the <sys/select.h> header file.  */
 #undef HAVE_SYS_SELECT_H
 
+/* Define if fdopen is available.  */
+#undef HAVE_FDOPEN
+
 /* -------------------------------------------------------------------------
    Win32 adjustments section
    ------------------------------------------------------------------------- */
index 6b62637966410abb47c9d3f3de8b55ed99cdb821..3ad1d29a824937ae7c52bd4a5ccda2e82d4c1556 100644 (file)
@@ -1205,6 +1205,9 @@ typedef pid_t GPid;
 /* Define if you have Pango xft support */
 #undef HAVE_PANGO_XFT
 
+/* Define if fdopen is available.  */
+#undef HAVE_FDOPEN
+
 /* ---------------------------------------------------------------------
    Win32 adjustments section
    ---------------------------------------------------------------------