# Guess values for system-dependent variables and create Makefiles.
-# Generated automatically using autoconf version 2.13
+# Generated automatically using autoconf version 2.14
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
verbose=yes ;;
-version | --version | --versio | --versi | --vers)
- echo "configure generated by autoconf version 2.13"
+ echo "configure generated by autoconf version 2.14"
exit 0 ;;
-with-* | --with-*)
TOOLKIT_INCLUDE="$GTK_CFLAGS"
- GUI_TK_LIBRARY="$GTK_LIBS"
+ GUI_TK_LIBRARY="$GTK_LIBS -lgthread"
TOOLKIT=GTK
GUIOBJS="\$(GTK_GUIOBJS)"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char gethostbyname();
+char (*f)();
int main() {
#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
choke me
#else
-gethostbyname();
+f = gethostbyname;
#endif
; return 0; }
EOF
-if { (eval echo configure:7595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_gethostbyname=yes"
else
if test $ac_cv_func_gethostbyname = no; then
echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
-echo "configure:7616: checking for gethostbyname in -lnsl" >&5
+echo "configure:7617: checking for gethostbyname in -lnsl" >&5
ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lnsl $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7624 "configure"
+#line 7625 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
gethostbyname()
; return 0; }
EOF
-if { (eval echo configure:7635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
# -lsocket must be given before -lnsl if both are needed.
# We assume that if connect needs -lnsl, so does gethostbyname.
echo $ac_n "checking for connect""... $ac_c" 1>&6
-echo "configure:7665: checking for connect" >&5
+echo "configure:7666: checking for connect" >&5
if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7670 "configure"
+#line 7671 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char connect(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char connect();
+char (*f)();
int main() {
#if defined (__stub_connect) || defined (__stub___connect)
choke me
#else
-connect();
+f = connect;
#endif
; return 0; }
EOF
-if { (eval echo configure:7693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_connect=yes"
else
if test $ac_cv_func_connect = no; then
echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
-echo "configure:7714: checking for connect in -lsocket" >&5
+echo "configure:7716: checking for connect in -lsocket" >&5
ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7722 "configure"
+#line 7724 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
connect()
; return 0; }
EOF
-if { (eval echo configure:7733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
# gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
echo $ac_n "checking for remove""... $ac_c" 1>&6
-echo "configure:7757: checking for remove" >&5
+echo "configure:7759: checking for remove" >&5
if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7762 "configure"
+#line 7764 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char remove(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char remove();
+char (*f)();
int main() {
#if defined (__stub_remove) || defined (__stub___remove)
choke me
#else
-remove();
+f = remove;
#endif
; return 0; }
EOF
-if { (eval echo configure:7785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_remove=yes"
else
if test $ac_cv_func_remove = no; then
echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
-echo "configure:7806: checking for remove in -lposix" >&5
+echo "configure:7809: checking for remove in -lposix" >&5
ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lposix $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7814 "configure"
+#line 7817 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
remove()
; return 0; }
EOF
-if { (eval echo configure:7825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
echo $ac_n "checking for shmat""... $ac_c" 1>&6
-echo "configure:7849: checking for shmat" >&5
+echo "configure:7852: checking for shmat" >&5
if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7854 "configure"
+#line 7857 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shmat(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char shmat();
+char (*f)();
int main() {
#if defined (__stub_shmat) || defined (__stub___shmat)
choke me
#else
-shmat();
+f = shmat;
#endif
; return 0; }
EOF
-if { (eval echo configure:7877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_shmat=yes"
else
if test $ac_cv_func_shmat = no; then
echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
-echo "configure:7898: checking for shmat in -lipc" >&5
+echo "configure:7902: checking for shmat in -lipc" >&5
ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lipc $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7906 "configure"
+#line 7910 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
shmat()
; return 0; }
EOF
-if { (eval echo configure:7917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
# libraries we check for below, so use a different variable.
# --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
-echo "configure:7950: checking for IceConnectionNumber in -lICE" >&5
+echo "configure:7954: checking for IceConnectionNumber in -lICE" >&5
ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lICE $X_EXTRA_LIBS $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7958 "configure"
+#line 7962 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
IceConnectionNumber()
; return 0; }
EOF
-if { (eval echo configure:7969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7973: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
echo $ac_n "checking for Motif/Lesstif headers""... $ac_c" 1>&6
-echo "configure:8003: checking for Motif/Lesstif headers" >&5
+echo "configure:8007: checking for Motif/Lesstif headers" >&5
ac_find_includes=
for ac_dir in $SEARCH_INCLUDE;
fi
echo $ac_n "checking for Motif/Lesstif library""... $ac_c" 1>&6
-echo "configure:8022: checking for Motif/Lesstif library" >&5
+echo "configure:8026: checking for Motif/Lesstif library" >&5
ac_find_libraries=
for ac_dir in $SEARCH_LIB;
fi
echo $ac_n "checking for Xt library""... $ac_c" 1>&6
-echo "configure:8065: checking for Xt library" >&5
+echo "configure:8069: checking for Xt library" >&5
ac_find_libraries=
for ac_dir in $SEARCH_LIB;
XPM_LINK=""
echo $ac_n "checking for Xpm library""... $ac_c" 1>&6
-echo "configure:8097: checking for Xpm library" >&5
+echo "configure:8101: checking for Xpm library" >&5
ac_find_libraries=
for ac_dir in $SEARCH_LIB;
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8324: checking for $ac_hdr" >&5
+echo "configure:8328: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8329 "configure"
+#line 8333 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8334: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8338: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8364: checking for $ac_hdr" >&5
+echo "configure:8368: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8369 "configure"
+#line 8373 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8374: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8378: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8404: checking for $ac_hdr" >&5
+echo "configure:8408: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8409 "configure"
+#line 8413 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8414: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8418: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8444: checking for $ac_hdr" >&5
+echo "configure:8448: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8449 "configure"
+#line 8453 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8454: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8458: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8484: checking for $ac_hdr" >&5
+echo "configure:8488: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8489 "configure"
+#line 8493 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8494: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8498: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8526: checking for $ac_hdr" >&5
+echo "configure:8530: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8531 "configure"
+#line 8535 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8536: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8540: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
-echo "configure:8566: checking for ANSI C header files" >&5
+echo "configure:8570: checking for ANSI C header files" >&5
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8571 "configure"
+#line 8575 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
#include <float.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8579: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8583: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
-#line 8596 "configure"
+#line 8600 "configure"
#include "confdefs.h"
#include <string.h>
EOF
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
-#line 8614 "configure"
+#line 8618 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
:
else
cat > conftest.$ac_ext <<EOF
-#line 8635 "configure"
+#line 8639 "configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
exit (0); }
EOF
-if { (eval echo configure:8646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:8650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
:
else
fi
echo $ac_n "checking for mode_t""... $ac_c" 1>&6
-echo "configure:8670: checking for mode_t" >&5
+echo "configure:8674: checking for mode_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8675 "configure"
+#line 8679 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
fi
echo $ac_n "checking for off_t""... $ac_c" 1>&6
-echo "configure:8703: checking for off_t" >&5
+echo "configure:8707: checking for off_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8708 "configure"
+#line 8712 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
fi
echo $ac_n "checking for pid_t""... $ac_c" 1>&6
-echo "configure:8736: checking for pid_t" >&5
+echo "configure:8740: checking for pid_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8741 "configure"
+#line 8745 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
fi
echo $ac_n "checking for size_t""... $ac_c" 1>&6
-echo "configure:8769: checking for size_t" >&5
+echo "configure:8773: checking for size_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8774 "configure"
+#line 8778 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
fi
echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
-echo "configure:8802: checking for uid_t in sys/types.h" >&5
+echo "configure:8806: checking for uid_t in sys/types.h" >&5
if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8807 "configure"
+#line 8811 "configure"
#include "confdefs.h"
#include <sys/types.h>
EOF
echo $ac_n "checking for pw_gecos in struct passwd""... $ac_c" 1>&6
-echo "configure:8838: checking for pw_gecos in struct passwd" >&5
+echo "configure:8842: checking for pw_gecos in struct passwd" >&5
if eval "test \"`echo '$''{'wx_cv_struct_pw_gecos'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8844 "configure"
+#line 8848 "configure"
#include "confdefs.h"
#include <pwd.h>
int main() {
; return 0; }
EOF
-if { (eval echo configure:8855: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8859: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
wx_cv_struct_pw_gecos=yes
echo $ac_n "checking for working const""... $ac_c" 1>&6
-echo "configure:8882: checking for working const" >&5
+echo "configure:8886: checking for working const" >&5
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8887 "configure"
+#line 8891 "configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
-if { (eval echo configure:8936: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8940: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_const=yes
else
fi
echo $ac_n "checking for inline""... $ac_c" 1>&6
-echo "configure:8957: checking for inline" >&5
+echo "configure:8961: checking for inline" >&5
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat > conftest.$ac_ext <<EOF
-#line 8964 "configure"
+#line 8968 "configure"
#include "confdefs.h"
int main() {
} $ac_kw foo() {
; return 0; }
EOF
-if { (eval echo configure:8971: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8975: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_inline=$ac_kw; break
else
echo $ac_n "checking size of char""... $ac_c" 1>&6
-echo "configure:8998: checking size of char" >&5
+echo "configure:9002: checking size of char" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_sizeof_char=1
else
cat > conftest.$ac_ext <<EOF
-#line 9006 "configure"
+#line 9010 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
exit(0);
}
EOF
-if { (eval echo configure:9017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_char=`cat conftestval`
else
echo $ac_n "checking size of short""... $ac_c" 1>&6
-echo "configure:9037: checking size of short" >&5
+echo "configure:9041: checking size of short" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_sizeof_short=2
else
cat > conftest.$ac_ext <<EOF
-#line 9045 "configure"
+#line 9049 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
exit(0);
}
EOF
-if { (eval echo configure:9056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_short=`cat conftestval`
else
echo $ac_n "checking size of int *""... $ac_c" 1>&6
-echo "configure:9076: checking size of int *" >&5
+echo "configure:9080: checking size of int *" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_int_p'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_sizeof_int_p=4
else
cat > conftest.$ac_ext <<EOF
-#line 9084 "configure"
+#line 9088 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
exit(0);
}
EOF
-if { (eval echo configure:9095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_int_p=`cat conftestval`
else
echo $ac_n "checking size of int""... $ac_c" 1>&6
-echo "configure:9115: checking size of int" >&5
+echo "configure:9119: checking size of int" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_sizeof_int=4
else
cat > conftest.$ac_ext <<EOF
-#line 9123 "configure"
+#line 9127 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
exit(0);
}
EOF
-if { (eval echo configure:9134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_int=`cat conftestval`
else
echo $ac_n "checking size of long""... $ac_c" 1>&6
-echo "configure:9154: checking size of long" >&5
+echo "configure:9158: checking size of long" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_sizeof_long=4
else
cat > conftest.$ac_ext <<EOF
-#line 9162 "configure"
+#line 9166 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
exit(0);
}
EOF
-if { (eval echo configure:9173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9177: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_long=`cat conftestval`
else
echo $ac_n "checking size of long long""... $ac_c" 1>&6
-echo "configure:9193: checking size of long long" >&5
+echo "configure:9197: checking size of long long" >&5
if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_sizeof_long_long=0
else
cat > conftest.$ac_ext <<EOF
-#line 9201 "configure"
+#line 9205 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
exit(0);
}
EOF
-if { (eval echo configure:9212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_sizeof_long_long=`cat conftestval`
else
echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
-echo "configure:9233: checking whether byte ordering is bigendian" >&5
+echo "configure:9237: checking whether byte ordering is bigendian" >&5
if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_c_bigendian=unknown
# See if sys/param.h defines the BYTE_ORDER macro.
cat > conftest.$ac_ext <<EOF
-#line 9240 "configure"
+#line 9244 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
#endif
; return 0; }
EOF
-if { (eval echo configure:9251: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9255: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
# It does; now see whether it defined to BIG_ENDIAN or not.
cat > conftest.$ac_ext <<EOF
-#line 9255 "configure"
+#line 9259 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
#endif
; return 0; }
EOF
-if { (eval echo configure:9266: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9270: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_bigendian=yes
else
ac_cv_c_bigendian=unknown
else
cat > conftest.$ac_ext <<EOF
-#line 9286 "configure"
+#line 9290 "configure"
#include "confdefs.h"
main () {
/* Are we little or big endian? From Harbison&Steele. */
exit (u.c[sizeof (long) - 1] == 1);
}
EOF
-if { (eval echo configure:9299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_c_bigendian=no
else
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:9346: checking for $ac_hdr" >&5
+echo "configure:9350: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9351 "configure"
+#line 9355 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9356: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9360: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
echo $ac_n "checking if C++ compiler supports bool""... $ac_c" 1>&6
-echo "configure:9404: checking if C++ compiler supports bool" >&5
+echo "configure:9408: checking if C++ compiler supports bool" >&5
if eval "test \"`echo '$''{'wx_cv_cpp_bool'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9419 "configure"
+#line 9423 "configure"
#include "confdefs.h"
; return 0; }
EOF
-if { (eval echo configure:9431: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9435: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
cat >> confdefs.h <<\EOF
echo $ac_n "checking if you need GNU extensions""... $ac_c" 1>&6
-echo "configure:9473: checking if you need GNU extensions" >&5
+echo "configure:9477: checking if you need GNU extensions" >&5
if eval "test \"`echo '$''{'wx_cv_gnu_extensions'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9479 "configure"
+#line 9483 "configure"
#include "confdefs.h"
#include <features.h>
int main() {
; return 0; }
EOF
-if { (eval echo configure:9492: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:9496: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
wx_cv_gnu_extensions=yes
else
echo $ac_n "checking for wcslen in -lc""... $ac_c" 1>&6
-echo "configure:9517: checking for wcslen in -lc" >&5
+echo "configure:9521: checking for wcslen in -lc" >&5
ac_lib_var=`echo c'_'wcslen | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lc $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 9525 "configure"
+#line 9529 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
wcslen()
; return 0; }
EOF
-if { (eval echo configure:9536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for wcslen in -lw""... $ac_c" 1>&6
-echo "configure:9562: checking for wcslen in -lw" >&5
+echo "configure:9566: checking for wcslen in -lw" >&5
ac_lib_var=`echo w'_'wcslen | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lw $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 9570 "configure"
+#line 9574 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
wcslen()
; return 0; }
EOF
-if { (eval echo configure:9581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
echo $ac_n "checking for vprintf""... $ac_c" 1>&6
-echo "configure:9612: checking for vprintf" >&5
+echo "configure:9616: checking for vprintf" >&5
if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9617 "configure"
+#line 9621 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vprintf(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char vprintf();
+char (*f)();
int main() {
#if defined (__stub_vprintf) || defined (__stub___vprintf)
choke me
#else
-vprintf();
+f = vprintf;
#endif
; return 0; }
EOF
-if { (eval echo configure:9640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_vprintf=yes"
else
if test "$ac_cv_func_vprintf" != yes; then
echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
-echo "configure:9664: checking for _doprnt" >&5
+echo "configure:9669: checking for _doprnt" >&5
if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9669 "configure"
+#line 9674 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _doprnt(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _doprnt();
+char (*f)();
int main() {
#if defined (__stub__doprnt) || defined (__stub____doprnt)
choke me
#else
-_doprnt();
+f = _doprnt;
#endif
; return 0; }
EOF
-if { (eval echo configure:9692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func__doprnt=yes"
else
for ac_func in vsnprintf
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:9720: checking for $ac_func" >&5
+echo "configure:9726: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9725 "configure"
+#line 9731 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func();
+char (*f)();
int main() {
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
-$ac_func();
+f = $ac_func;
#endif
; return 0; }
EOF
-if { (eval echo configure:9748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
echo $ac_n "checking for vsscanf""... $ac_c" 1>&6
-echo "configure:9788: checking for vsscanf" >&5
+echo "configure:9795: checking for vsscanf" >&5
if eval "test \"`echo '$''{'wx_cv_func_vsscanf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
else
cat > conftest.$ac_ext <<EOF
-#line 9798 "configure"
+#line 9805 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
}
EOF
-if { (eval echo configure:9825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:9832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
cat >> confdefs.h <<\EOF
for ac_func in vfork
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:9861: checking for $ac_func" >&5
+echo "configure:9868: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9866 "configure"
+#line 9873 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func();
+char (*f)();
int main() {
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
-$ac_func();
+f = $ac_func;
#endif
; return 0; }
EOF
-if { (eval echo configure:9889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
for ac_func in timegm
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:9917: checking for $ac_func" >&5
+echo "configure:9925: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9922 "configure"
+#line 9930 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func();
+char (*f)();
int main() {
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
-$ac_func();
+f = $ac_func;
#endif
; return 0; }
EOF
-if { (eval echo configure:9945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
for ac_func in nanosleep
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:9984: checking for $ac_func" >&5
+echo "configure:9993: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 9989 "configure"
+#line 9998 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func();
+char (*f)();
int main() {
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
-$ac_func();
+f = $ac_func;
#endif
; return 0; }
EOF
-if { (eval echo configure:10012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
-echo "configure:10037: checking for nanosleep in -lposix4" >&5
+echo "configure:10047: checking for nanosleep in -lposix4" >&5
ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lposix4 $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 10045 "configure"
+#line 10055 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
nanosleep()
; return 0; }
EOF
-if { (eval echo configure:10056: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
for ac_func in usleep
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:10084: checking for $ac_func" >&5
+echo "configure:10094: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10089 "configure"
+#line 10099 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func();
+char (*f)();
int main() {
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
-$ac_func();
+f = $ac_func;
#endif
; return 0; }
EOF
-if { (eval echo configure:10112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
for ac_func in uname gethostname
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:10151: checking for $ac_func" >&5
+echo "configure:10162: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10156 "configure"
+#line 10167 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func();
+char (*f)();
int main() {
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
-$ac_func();
+f = $ac_func;
#endif
; return 0; }
EOF
-if { (eval echo configure:10179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10191: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
for ac_func in strtok_r
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:10207: checking for $ac_func" >&5
+echo "configure:10219: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10212 "configure"
+#line 10224 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func();
+char (*f)();
int main() {
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
-$ac_func();
+f = $ac_func;
#endif
; return 0; }
EOF
-if { (eval echo configure:10235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
for ac_func in inet_addr
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:10264: checking for $ac_func" >&5
+echo "configure:10277: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10269 "configure"
+#line 10282 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func();
+char (*f)();
int main() {
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
-$ac_func();
+f = $ac_func;
#endif
; return 0; }
EOF
-if { (eval echo configure:10292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6
-echo "configure:10317: checking for inet_addr in -lnsl" >&5
+echo "configure:10331: checking for inet_addr in -lnsl" >&5
ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lnsl $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 10325 "configure"
+#line 10339 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
inet_addr()
; return 0; }
EOF
-if { (eval echo configure:10336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for inet_addr in -lresolv""... $ac_c" 1>&6
-echo "configure:10355: checking for inet_addr in -lresolv" >&5
+echo "configure:10369: checking for inet_addr in -lresolv" >&5
ac_lib_var=`echo resolv'_'inet_addr | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lresolv $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 10363 "configure"
+#line 10377 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
inet_addr()
; return 0; }
EOF
-if { (eval echo configure:10374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
for ac_func in inet_aton
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:10407: checking for $ac_func" >&5
+echo "configure:10421: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10412 "configure"
+#line 10426 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func();
+char (*f)();
int main() {
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
-$ac_func();
+f = $ac_func;
#endif
; return 0; }
EOF
-if { (eval echo configure:10435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for inet_aton in -l$INET_LINK""... $ac_c" 1>&6
-echo "configure:10460: checking for inet_aton in -l$INET_LINK" >&5
+echo "configure:10475: checking for inet_aton in -l$INET_LINK" >&5
ac_lib_var=`echo $INET_LINK'_'inet_aton | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-l$INET_LINK $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 10468 "configure"
+#line 10483 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
inet_aton()
; return 0; }
EOF
-if { (eval echo configure:10479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
if test "$wxUSE_THREADS" = "yes" ; then
echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
-echo "configure:10586: checking for pthread_create in -lpthread" >&5
+echo "configure:10601: checking for pthread_create in -lpthread" >&5
ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lpthread $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 10594 "configure"
+#line 10609 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
pthread_create()
; return 0; }
EOF
-if { (eval echo configure:10605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
-echo "configure:10628: checking for pthread_create in -lc_r" >&5
+echo "configure:10643: checking for pthread_create in -lc_r" >&5
ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lc_r $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 10636 "configure"
+#line 10651 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
pthread_create()
; return 0; }
EOF
-if { (eval echo configure:10647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
ac_safe=`echo "sys/prctl.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/prctl.h""... $ac_c" 1>&6
-echo "configure:10671: checking for sys/prctl.h" >&5
+echo "configure:10686: checking for sys/prctl.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10676 "configure"
+#line 10691 "configure"
#include "confdefs.h"
#include <sys/prctl.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10681: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10696: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
for ac_func in thr_setconcurrency
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:10721: checking for $ac_func" >&5
+echo "configure:10736: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10726 "configure"
+#line 10741 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func();
+char (*f)();
int main() {
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
-$ac_func();
+f = $ac_func;
#endif
; return 0; }
EOF
-if { (eval echo configure:10749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:10779: checking for $ac_hdr" >&5
+echo "configure:10795: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 10784 "configure"
+#line 10800 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10805: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
echo $ac_n "checking for sched_yield in -l$THREADS_LINK""... $ac_c" 1>&6
-echo "configure:10817: checking for sched_yield in -l$THREADS_LINK" >&5
+echo "configure:10833: checking for sched_yield in -l$THREADS_LINK" >&5
ac_lib_var=`echo $THREADS_LINK'_'sched_yield | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-l$THREADS_LINK $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 10825 "configure"
+#line 10841 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
sched_yield()
; return 0; }
EOF
-if { (eval echo configure:10836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for sched_yield in -l"posix4"""... $ac_c" 1>&6
-echo "configure:10858: checking for sched_yield in -l"posix4"" >&5
+echo "configure:10874: checking for sched_yield in -l"posix4"" >&5
ac_lib_var=`echo "posix4"'_'sched_yield | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-l"posix4" $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 10866 "configure"
+#line 10882 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
sched_yield()
; return 0; }
EOF
-if { (eval echo configure:10877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
echo $ac_n "checking for pthread_attr_getschedpolicy in -l$THREADS_LINK""... $ac_c" 1>&6
-echo "configure:10907: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
+echo "configure:10923: checking for pthread_attr_getschedpolicy in -l$THREADS_LINK" >&5
ac_lib_var=`echo $THREADS_LINK'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-l$THREADS_LINK $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 10915 "configure"
+#line 10931 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
pthread_attr_getschedpolicy()
; return 0; }
EOF
-if { (eval echo configure:10926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for pthread_attr_getschedpolicy in -l"posix4"""... $ac_c" 1>&6
-echo "configure:10948: checking for pthread_attr_getschedpolicy in -l"posix4"" >&5
+echo "configure:10964: checking for pthread_attr_getschedpolicy in -l"posix4"" >&5
ac_lib_var=`echo "posix4"'_'pthread_attr_getschedpolicy | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-l"posix4" $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 10956 "configure"
+#line 10972 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
pthread_attr_getschedpolicy()
; return 0; }
EOF
-if { (eval echo configure:10967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
echo $ac_n "checking for pthread_cancel in -l$THREADS_LINK""... $ac_c" 1>&6
-echo "configure:10997: checking for pthread_cancel in -l$THREADS_LINK" >&5
+echo "configure:11013: checking for pthread_cancel in -l$THREADS_LINK" >&5
ac_lib_var=`echo $THREADS_LINK'_'pthread_cancel | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-l$THREADS_LINK $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 11005 "configure"
+#line 11021 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
pthread_cancel()
; return 0; }
EOF
-if { (eval echo configure:11016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
echo $ac_n "checking for pthread_cleanup_push/pop""... $ac_c" 1>&6
-echo "configure:11042: checking for pthread_cleanup_push/pop" >&5
+echo "configure:11058: checking for pthread_cleanup_push/pop" >&5
if eval "test \"`echo '$''{'wx_cv_func_pthread_cleanup_push'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11048 "configure"
+#line 11064 "configure"
#include "confdefs.h"
#include <pthread.h>
int main() {
; return 0; }
EOF
-if { (eval echo configure:11058: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
wx_cv_func_pthread_cleanup_push=yes
else
if test "$ac_cv_func_strtok_r" = "yes"; then
echo $ac_n "checking if -D_REENTRANT is needed""... $ac_c" 1>&6
-echo "configure:11099: checking if -D_REENTRANT is needed" >&5
+echo "configure:11115: checking if -D_REENTRANT is needed" >&5
if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
CFLAGS="${CFLAGS} -D_REENTRANT"
CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
if test "$wxUSE_OPENGL" = "yes"; then
ac_safe=`echo "GL/gl.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for GL/gl.h""... $ac_c" 1>&6
-echo "configure:11246: checking for GL/gl.h" >&5
+echo "configure:11262: checking for GL/gl.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11251 "configure"
+#line 11267 "configure"
#include "confdefs.h"
#include <GL/gl.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11256: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11272: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for glInitNames in -lGL""... $ac_c" 1>&6
-echo "configure:11274: checking for glInitNames in -lGL" >&5
+echo "configure:11290: checking for glInitNames in -lGL" >&5
ac_lib_var=`echo GL'_'glInitNames | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lGL wxUSE_OPENGL=0 $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 11282 "configure"
+#line 11298 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
glInitNames()
; return 0; }
EOF
-if { (eval echo configure:11293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for glInitNames in -lMesaGL""... $ac_c" 1>&6
-echo "configure:11320: checking for glInitNames in -lMesaGL" >&5
+echo "configure:11336: checking for glInitNames in -lMesaGL" >&5
ac_lib_var=`echo MesaGL'_'glInitNames | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lMesaGL $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 11328 "configure"
+#line 11344 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
glInitNames()
; return 0; }
EOF
-if { (eval echo configure:11339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
for ac_func in strptime
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:11526: checking for $ac_func" >&5
+echo "configure:11542: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11531 "configure"
+#line 11547 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func();
+char (*f)();
int main() {
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
-$ac_func();
+f = $ac_func;
#endif
; return 0; }
EOF
-if { (eval echo configure:11554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
echo $ac_n "checking for timezone variable in <time.h>""... $ac_c" 1>&6
-echo "configure:11580: checking for timezone variable in <time.h>" >&5
+echo "configure:11597: checking for timezone variable in <time.h>" >&5
if eval "test \"`echo '$''{'wx_cv_var_timezone'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11586 "configure"
+#line 11603 "configure"
#include "confdefs.h"
#include <time.h>
; return 0; }
EOF
-if { (eval echo configure:11598: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
wx_cv_var_timezone=__timezone
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 11609 "configure"
+#line 11626 "configure"
#include "confdefs.h"
#include <time.h>
; return 0; }
EOF
-if { (eval echo configure:11621: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
wx_cv_var_timezone=_timezone
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 11632 "configure"
+#line 11649 "configure"
#include "confdefs.h"
#include <time.h>
; return 0; }
EOF
-if { (eval echo configure:11644: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11661: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
wx_cv_var_timezone=timezone
for ac_func in localtime gettimeofday ftime
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:11679: checking for $ac_func" >&5
+echo "configure:11696: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11684 "configure"
+#line 11701 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func();
+char (*f)();
int main() {
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
-$ac_func();
+f = $ac_func;
#endif
; return 0; }
EOF
-if { (eval echo configure:11707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
if test "$ac_cv_func_localtime" = "yes"; then
echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
-echo "configure:11734: checking for tm_gmtoff in struct tm" >&5
+echo "configure:11752: checking for tm_gmtoff in struct tm" >&5
if eval "test \"`echo '$''{'wx_cv_struct_tm_has_gmtoff'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11740 "configure"
+#line 11758 "configure"
#include "confdefs.h"
#include <time.h>
; return 0; }
EOF
-if { (eval echo configure:11752: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
wx_cv_struct_tm_has_gmtoff=yes
echo "$ac_t""$wx_cv_struct_tm_has_gmtoff" 1>&6
elif test "$ac_cv_func_gettimeofday" = "yes"; then
echo $ac_n "checking whether gettimeofday takes two arguments""... $ac_c" 1>&6
-echo "configure:11775: checking whether gettimeofday takes two arguments" >&5
+echo "configure:11793: checking whether gettimeofday takes two arguments" >&5
if eval "test \"`echo '$''{'wx_cv_func_gettimeofday_has_2_args'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11790 "configure"
+#line 11808 "configure"
#include "confdefs.h"
#include <sys/time.h>
; return 0; }
EOF
-if { (eval echo configure:11804: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11822: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
wx_cv_func_gettimeofday_has_2_args=yes
else
cat conftest.$ac_ext >&5
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 11812 "configure"
+#line 11830 "configure"
#include "confdefs.h"
#include <sys/time.h>
; return 0; }
EOF
-if { (eval echo configure:11825: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:11843: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
wx_cv_func_gettimeofday_has_2_args=no
else
if test "$wxUSE_SOCKETS" = "yes"; then
echo $ac_n "checking for socket""... $ac_c" 1>&6
-echo "configure:11869: checking for socket" >&5
+echo "configure:11887: checking for socket" >&5
if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 11874 "configure"
+#line 11892 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char socket(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char socket();
+char (*f)();
int main() {
#if defined (__stub_socket) || defined (__stub___socket)
choke me
#else
-socket();
+f = socket;
#endif
; return 0; }
EOF
-if { (eval echo configure:11897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_socket=yes"
else
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
-echo "configure:11915: checking for socket in -lsocket" >&5
+echo "configure:11934: checking for socket in -lsocket" >&5
ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-lsocket $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 11923 "configure"
+#line 11942 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
socket()
; return 0; }
EOF
-if { (eval echo configure:11934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
cross_compiling=$ac_cv_prog_cxx_cross
echo $ac_n "checking the type of the third argument of getsockname""... $ac_c" 1>&6
-echo "configure:11974: checking the type of the third argument of getsockname" >&5
+echo "configure:11993: checking the type of the third argument of getsockname" >&5
cat > conftest.$ac_ext <<EOF
-#line 11976 "configure"
+#line 11995 "configure"
#include "confdefs.h"
#include <sys/socket.h>
int main() {
socklen_t len; getsockname(0, 0, &len);
; return 0; }
EOF
-if { (eval echo configure:11983: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:12002: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
cat >> confdefs.h <<\EOF
#define SOCKLEN_T socklen_t
cat conftest.$ac_ext >&5
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 11994 "configure"
+#line 12013 "configure"
#include "confdefs.h"
#include <sys/socket.h>
int main() {
size_t len; getsockname(0, 0, &len);
; return 0; }
EOF
-if { (eval echo configure:12001: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:12020: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
cat >> confdefs.h <<\EOF
#define SOCKLEN_T size_t
cat conftest.$ac_ext >&5
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 12012 "configure"
+#line 12031 "configure"
#include "confdefs.h"
#include <sys/socket.h>
int main() {
int len; getsockname(0, 0, &len);
; return 0; }
EOF
-if { (eval echo configure:12019: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:12038: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
cat >> confdefs.h <<\EOF
#define SOCKLEN_T int
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:12061: checking for $ac_hdr" >&5
+echo "configure:12080: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12066 "configure"
+#line 12085 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:12071: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:12090: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
for ac_func in dlopen
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:12113: checking for $ac_func" >&5
+echo "configure:12132: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12118 "configure"
+#line 12137 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func();
+char (*f)();
int main() {
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
-$ac_func();
+f = $ac_func;
#endif
; return 0; }
EOF
-if { (eval echo configure:12141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:12161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
-echo "configure:12169: checking for dlopen in -ldl" >&5
+echo "configure:12189: checking for dlopen in -ldl" >&5
ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
ac_save_LIBS="$LIBS"
LIBS="-ldl $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 12177 "configure"
+#line 12197 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
dlopen()
; return 0; }
EOF
-if { (eval echo configure:12188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:12208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
for ac_func in shl_load
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:12217: checking for $ac_func" >&5
+echo "configure:12237: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12222 "configure"
+#line 12242 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char $ac_func();
+char (*f)();
int main() {
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
-$ac_func();
+f = $ac_func;
#endif
; return 0; }
EOF
-if { (eval echo configure:12245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:12266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:12474: checking for $ac_hdr" >&5
+echo "configure:12495: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 12479 "configure"
+#line 12500 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:12484: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:12505: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:12994: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:13015: checking whether ${MAKE-make} sets \${MAKE}" >&5
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
- echo "$CONFIG_STATUS generated by autoconf version 2.13"
+ echo "$CONFIG_STATUS generated by autoconf version 2.14"
exit 0 ;;
-help | --help | --hel | --he | --h)
echo "\$ac_cs_usage"; exit 0 ;;
<BODY BGCOLOR=#FFFFFF>
<A NAME="classref"></A><CENTER>
-<A HREF="wx.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wx.htm"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wx33.htm#topic32"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx35.htm#wxactivateevent"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
+<A HREF="wxwin.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wxwin.htm"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wxwin26.htm#debugstrategies"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wxwin28.htm#wxacceleratorentry"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H2>Alphabetical class reference</H2>
-<A HREF="wx35.htm#wxactivateevent"><B>wxActivateEvent</B></A><BR>
+<A HREF="wxwin28.htm#wxacceleratorentry"><B>wxAcceleratorEntry</B></A><BR>
-<A HREF="wx36.htm#wxapp"><B>wxApp</B></A><BR>
+<A HREF="wxwin29.htm#wxacceleratortable"><B>wxAcceleratorTable</B></A><BR>
-<A HREF="wx37.htm#wxbutton"><B>wxButton</B></A><BR>
+<A HREF="wxwin30.htm#wxactivateevent"><B>wxActivateEvent</B></A><BR>
-<A HREF="wx38.htm#wxbitmap"><B>wxBitmap</B></A><BR>
+<A HREF="wxwin31.htm#wxapp"><B>wxApp</B></A><BR>
-<A HREF="wx39.htm#wxbitmaphandler"><B>wxBitmapHandler</B></A><BR>
+<A HREF="wxwin32.htm#wxarray"><B>wxArray</B></A><BR>
-<A HREF="wx40.htm#wxbitmapbutton"><B>wxBitmapButton</B></A><BR>
+<A HREF="wxwin33.htm#wxarraystring"><B>wxArrayString</B></A><BR>
-<A HREF="wx41.htm#wxbrush"><B>wxBrush</B></A><BR>
+<A HREF="wxwin34.htm#wxautomationobject"><B>wxAutomationObject</B></A><BR>
-<A HREF="wx42.htm#wxbrushlist"><B>wxBrushList</B></A><BR>
+<A HREF="wxwin35.htm#wxbitmap"><B>wxBitmap</B></A><BR>
-<A HREF="wx43.htm#wxcheckbox"><B>wxCheckBox</B></A><BR>
+<A HREF="wxwin36.htm#wxbitmaphandler"><B>wxBitmapHandler</B></A><BR>
-<A HREF="wx44.htm#wxchoice"><B>wxChoice</B></A><BR>
+<A HREF="wxwin37.htm#wxbitmapbutton"><B>wxBitmapButton</B></A><BR>
-<A HREF="wx45.htm#wxclassinfo"><B>wxClassInfo</B></A><BR>
+<A HREF="wxwin38.htm#wxbitmapdataobject"><B>wxBitmapDataObject</B></A><BR>
-<A HREF="wx46.htm#wxclientdc"><B>wxClientDC</B></A><BR>
+<A HREF="wxwin39.htm#wxboolformvalidator"><B>wxBoolFormValidator</B></A><BR>
-<A HREF="wx47.htm#wxclipboard"><B>wxClipboard</B></A><BR>
+<A HREF="wxwin40.htm#wxboollistvalidator"><B>wxBoolListValidator</B></A><BR>
-<A HREF="wx48.htm#wxclipboardclient"><B>wxClipboardClient</B></A><BR>
+<A HREF="wxwin41.htm#wxboxsizer"><B>wxBoxSizer</B></A><BR>
-<A HREF="wx49.htm#wxcloseevent"><B>wxCloseEvent</B></A><BR>
+<A HREF="wxwin42.htm#wxbrush"><B>wxBrush</B></A><BR>
-<A HREF="wx50.htm#wxcolour"><B>wxColour</B></A><BR>
+<A HREF="wxwin43.htm#wxbrushlist"><B>wxBrushList</B></A><BR>
-<A HREF="wx51.htm#wxcolourdata"><B>wxColourData</B></A><BR>
+<A HREF="wxwin44.htm#wxbusycursor"><B>wxBusyCursor</B></A><BR>
-<A HREF="wx52.htm#wxcolourdatabase"><B>wxColourDatabase</B></A><BR>
+<A HREF="wxwin45.htm#wxbusyinfo"><B>wxBusyInfo</B></A><BR>
-<A HREF="wx53.htm#wxcolourdialog"><B>wxColourDialog</B></A><BR>
+<A HREF="wxwin46.htm#wxbutton"><B>wxButton</B></A><BR>
-<A HREF="wx54.htm#wxcombobox"><B>wxComboBox</B></A><BR>
+<A HREF="wxwin47.htm#wxbufferedinputstream"><B>wxBufferedInputStream</B></A><BR>
-<A HREF="wx55.htm#wxcommand"><B>wxCommand</B></A><BR>
+<A HREF="wxwin48.htm#wxbufferedoutputstream"><B>wxBufferedOutputStream</B></A><BR>
-<A HREF="wx56.htm#wxcommandevent"><B>wxCommandEvent</B></A><BR>
+<A HREF="wxwin49.htm#wxcalculatelayoutevent"><B>wxCalculateLayoutEvent</B></A><BR>
-<A HREF="wx57.htm#wxcommandprocessor"><B>wxCommandProcessor</B></A><BR>
+<A HREF="wxwin50.htm#wxcheckbox"><B>wxCheckBox</B></A><BR>
-<A HREF="wx58.htm#wxcondition"><B>wxCondition</B></A><BR>
+<A HREF="wxwin51.htm#wxchecklistbox"><B>wxCheckListBox</B></A><BR>
-<A HREF="wx59.htm#wxcontrol"><B>wxControl</B></A><BR>
+<A HREF="wxwin52.htm#wxchoice"><B>wxChoice</B></A><BR>
-<A HREF="wx60.htm#wxcursor"><B>wxCursor</B></A><BR>
+<A HREF="wxwin53.htm#wxclassinfo"><B>wxClassInfo</B></A><BR>
-<A HREF="wx61.htm#wxdatabase"><B>wxDatabase</B></A><BR>
+<A HREF="wxwin54.htm#wxclientdc"><B>wxClientDC</B></A><BR>
-<A HREF="wx62.htm#wxdate"><B>wxDate</B></A><BR>
+<A HREF="wxwin55.htm#wxclipboard"><B>wxClipboard</B></A><BR>
-<A HREF="wx63.htm#wxdc"><B>wxDC</B></A><BR>
+<A HREF="wxwin56.htm#wxcloseevent"><B>wxCloseEvent</B></A><BR>
-<A HREF="wx64.htm#wxddeclient"><B>wxDDEClient</B></A><BR>
+<A HREF="wxwin57.htm#wxcolour"><B>wxColour</B></A><BR>
-<A HREF="wx65.htm#wxddeconnection"><B>wxDDEConnection</B></A><BR>
+<A HREF="wxwin58.htm#wxcolourdata"><B>wxColourData</B></A><BR>
-<A HREF="wx66.htm#wxddeserver"><B>wxDDEServer</B></A><BR>
+<A HREF="wxwin59.htm#wxcolourdatabase"><B>wxColourDatabase</B></A><BR>
-<A HREF="wx67.htm#wxdebugcontext"><B>wxDebugContext</B></A><BR>
+<A HREF="wxwin60.htm#wxcolourdialog"><B>wxColourDialog</B></A><BR>
-<A HREF="wx68.htm#wxdebugstreambuf"><B>wxDebugStreamBuf</B></A><BR>
+<A HREF="wxwin61.htm#wxcombobox"><B>wxComboBox</B></A><BR>
-<A HREF="wx69.htm#wxdialog"><B>wxDialog</B></A><BR>
+<A HREF="wxwin62.htm#wxcommand"><B>wxCommand</B></A><BR>
-<A HREF="wx70.htm#wxdirdialog"><B>wxDirDialog</B></A><BR>
+<A HREF="wxwin63.htm#wxcommandevent"><B>wxCommandEvent</B></A><BR>
-<A HREF="wx71.htm#wxdocument"><B>wxDocument</B></A><BR>
+<A HREF="wxwin64.htm#wxcommandprocessor"><B>wxCommandProcessor</B></A><BR>
-<A HREF="wx72.htm#wxdocchildframe"><B>wxDocChildFrame</B></A><BR>
+<A HREF="wxwin65.htm#wxcondition"><B>wxCondition</B></A><BR>
-<A HREF="wx73.htm#wxdocmanager"><B>wxDocManager</B></A><BR>
+<A HREF="wxwin66.htm#wxconfigbase"><B>wxConfigBase</B></A><BR>
-<A HREF="wx74.htm#wxdocparentframe"><B>wxDocParentFrame</B></A><BR>
+<A HREF="wxwin67.htm#wxcontrol"><B>wxControl</B></A><BR>
-<A HREF="wx75.htm#wxdoctemplate"><B>wxDocTemplate</B></A><BR>
+<A HREF="wxwin68.htm#wxcriticalsection"><B>wxCriticalSection</B></A><BR>
-<A HREF="wx76.htm#wxdropfilesevent"><B>wxDropFilesEvent</B></A><BR>
+<A HREF="wxwin69.htm#wxcriticalsectionlocker"><B>wxCriticalSectionLocker</B></A><BR>
-<A HREF="wx77.htm#wxeraseevent"><B>wxEraseEvent</B></A><BR>
+<A HREF="wxwin70.htm#wxcustomdataobject"><B>wxCustomDataObject</B></A><BR>
-<A HREF="wx78.htm#wxevent"><B>wxEvent</B></A><BR>
+<A HREF="wxwin71.htm#wxcursor"><B>wxCursor</B></A><BR>
-<A HREF="wx79.htm#wxevthandler"><B>wxEvtHandler</B></A><BR>
+<A HREF="wxwin72.htm#wxdatabase"><B>wxDatabase</B></A><BR>
-<A HREF="wx80.htm#wxexpr"><B>wxExpr</B></A><BR>
+<A HREF="wxwin73.htm#wxdataformat"><B>wxDataFormat</B></A><BR>
-<A HREF="wx81.htm#wxexprdatabase"><B>wxExprDatabase</B></A><BR>
+<A HREF="wxwin74.htm#wxdataobject"><B>wxDataObject</B></A><BR>
-<A HREF="wx82.htm#wxfile"><B>wxFile</B></A><BR>
+<A HREF="wxwin75.htm#wxdataobjectcomposite"><B>wxDataObjectComposite</B></A><BR>
-<A HREF="wx83.htm#wxfiledialog"><B>wxFileDialog</B></A><BR>
+<A HREF="wxwin76.htm#wxdataobjectsimple"><B>wxDataObjectSimple</B></A><BR>
-<A HREF="wx84.htm#wxfilehistory"><B>wxFileHistory</B></A><BR>
+<A HREF="wxwin77.htm#wxdatainputstream"><B>wxDataInputStream</B></A><BR>
-<A HREF="wx85.htm#wxfocusevent"><B>wxFocusEvent</B></A><BR>
+<A HREF="wxwin78.htm#wxdataoutputstream"><B>wxDataOutputStream</B></A><BR>
-<A HREF="wx86.htm#wxfont"><B>wxFont</B></A><BR>
+<A HREF="wxwin79.htm#wxdate"><B>wxDate</B></A><BR>
-<A HREF="wx87.htm#wxfontdata"><B>wxFontData</B></A><BR>
+<A HREF="wxwin80.htm#wxdc"><B>wxDC</B></A><BR>
-<A HREF="wx88.htm#wxfontdialog"><B>wxFontDialog</B></A><BR>
+<A HREF="wxwin81.htm#wxddeclient"><B>wxDDEClient</B></A><BR>
-<A HREF="wx89.htm#wxfontlist"><B>wxFontList</B></A><BR>
+<A HREF="wxwin82.htm#wxddeconnection"><B>wxDDEConnection</B></A><BR>
-<A HREF="wx90.htm#wxframe"><B>wxFrame</B></A><BR>
+<A HREF="wxwin83.htm#wxddeserver"><B>wxDDEServer</B></A><BR>
-<A HREF="wx91.htm#wxgauge"><B>wxGauge</B></A><BR>
+<A HREF="wxwin84.htm#wxdebugcontext"><B>wxDebugContext</B></A><BR>
-<A HREF="wx92.htm#wxgdiobject"><B>wxGDIObject</B></A><BR>
+<A HREF="wxwin85.htm#wxdebugstreambuf"><B>wxDebugStreamBuf</B></A><BR>
-<A HREF="wx93.htm#wxgrid"><B>wxGrid</B></A><BR>
+<A HREF="wxwin86.htm#wxdialog"><B>wxDialog</B></A><BR>
-<A HREF="wx94.htm#wxhashtable"><B>wxHashTable</B></A><BR>
+<A HREF="wxwin87.htm#wxdir"><B>wxDir</B></A><BR>
-<A HREF="wx95.htm#wxhelpcontrollerbase"><B>wxHelpControllerBase</B></A><BR>
+<A HREF="wxwin88.htm#wxdirdialog"><B>wxDirDialog</B></A><BR>
-<A HREF="wx96.htm#wxidleevent"><B>wxIdleEvent</B></A><BR>
+<A HREF="wxwin89.htm#wxdocchildframe"><B>wxDocChildFrame</B></A><BR>
-<A HREF="wx97.htm#wxicon"><B>wxIcon</B></A><BR>
+<A HREF="wxwin90.htm#wxdocmanager"><B>wxDocManager</B></A><BR>
-<A HREF="wx98.htm#wximagelist"><B>wxImageList</B></A><BR>
+<A HREF="wxwin91.htm#wxdocmdichildframe"><B>wxDocMDIChildFrame</B></A><BR>
-<A HREF="wx99.htm#wxindividuallayoutconstraint"><B>wxIndividualLayoutConstraint</B></A><BR>
+<A HREF="wxwin92.htm#wxdocmdiparentframe"><B>wxDocMDIParentFrame</B></A><BR>
-<A HREF="wx100.htm#wxinitdialogevent"><B>wxInitDialogEvent</B></A><BR>
+<A HREF="wxwin93.htm#wxdocparentframe"><B>wxDocParentFrame</B></A><BR>
-<A HREF="wx101.htm#wxjoystick"><B>wxJoystick</B></A><BR>
+<A HREF="wxwin94.htm#wxdoctemplate"><B>wxDocTemplate</B></A><BR>
-<A HREF="wx102.htm#wxjoystickevent"><B>wxJoystickEvent</B></A><BR>
+<A HREF="wxwin95.htm#wxdocument"><B>wxDocument</B></A><BR>
-<A HREF="wx103.htm#wxkeyevent"><B>wxKeyEvent</B></A><BR>
+<A HREF="wxwin96.htm#wxdropfilesevent"><B>wxDropFilesEvent</B></A><BR>
-<A HREF="wx104.htm#wxlayoutconstraints"><B>wxLayoutConstraints</B></A><BR>
+<A HREF="wxwin97.htm#wxdropsource"><B>wxDropSource</B></A><BR>
-<A HREF="wx105.htm#wxlist"><B>wxList</B></A><BR>
+<A HREF="wxwin98.htm#wxdroptarget"><B>wxDropTarget</B></A><BR>
-<A HREF="wx106.htm#wxlistbox"><B>wxListBox</B></A><BR>
+<A HREF="wxwin99.htm#wxeraseevent"><B>wxEraseEvent</B></A><BR>
-<A HREF="wx107.htm#wxlistctrl"><B>wxListCtrl</B></A><BR>
+<A HREF="wxwin100.htm#wxevent"><B>wxEvent</B></A><BR>
-<A HREF="wx108.htm#wxlistevent"><B>wxListEvent</B></A><BR>
+<A HREF="wxwin101.htm#wxevthandler"><B>wxEvtHandler</B></A><BR>
-<A HREF="wx109.htm#wxmask"><B>wxMask</B></A><BR>
+<A HREF="wxwin102.htm#wxexpr"><B>wxExpr</B></A><BR>
-<A HREF="wx110.htm#wxmdichildframe"><B>wxMDIChildFrame</B></A><BR>
+<A HREF="wxwin103.htm#wxexprdatabase"><B>wxExprDatabase</B></A><BR>
-<A HREF="wx111.htm#wxmdiclientwindow"><B>wxMDIClientWindow</B></A><BR>
+<A HREF="wxwin104.htm#wxfile"><B>wxFile</B></A><BR>
-<A HREF="wx112.htm#wxmdiparentframe"><B>wxMDIParentFrame</B></A><BR>
+<A HREF="wxwin105.htm#wxffile"><B>wxFFile</B></A><BR>
-<A HREF="wx113.htm#wxmenu"><B>wxMenu</B></A><BR>
+<A HREF="wxwin106.htm#wxfiledataobject"><B>wxFileDataObject</B></A><BR>
-<A HREF="wx114.htm#wxmenubar"><B>wxMenuBar</B></A><BR>
+<A HREF="wxwin107.htm#wxfiledialog"><B>wxFileDialog</B></A><BR>
-<A HREF="wx115.htm#wxmenuitem"><B>wxMenuItem</B></A><BR>
+<A HREF="wxwin108.htm#wxfiledroptarget"><B>wxFileDropTarget</B></A><BR>
-<A HREF="wx116.htm#wxmenuevent"><B>wxMenuEvent</B></A><BR>
+<A HREF="wxwin109.htm#wxfilehistory"><B>wxFileHistory</B></A><BR>
-<A HREF="wx117.htm#wxmemorydc"><B>wxMemoryDC</B></A><BR>
+<A HREF="wxwin110.htm#wxfileinputstream"><B>wxFileInputStream</B></A><BR>
-<A HREF="wx118.htm#wxmessagedialog"><B>wxMessageDialog</B></A><BR>
+<A HREF="wxwin111.htm#wxfileoutputstream"><B>wxFileOutputStream</B></A><BR>
-<A HREF="wx119.htm#wxmetafile"><B>wxMetaFile</B></A><BR>
+<A HREF="wxwin112.htm#topic393"><B>wxFileStream</B></A><BR>
-<A HREF="wx120.htm#wxmetafiledc"><B>wxMetaFileDC</B></A><BR>
+<A HREF="wxwin113.htm#wxffileinputstream"><B>wxFFileInputStream</B></A><BR>
-<A HREF="wx121.htm#wxminiframe"><B>wxMiniFrame</B></A><BR>
+<A HREF="wxwin114.htm#wxffileoutputstream"><B>wxFFileOutputStream</B></A><BR>
-<A HREF="wx122.htm#wxmodule"><B>wxModule</B></A><BR>
+<A HREF="wxwin115.htm#topic401"><B>wxFFileStream</B></A><BR>
-<A HREF="wx123.htm#wxmouseevent"><B>wxMouseEvent</B></A><BR>
+<A HREF="wxwin116.htm#wxfilenamelistvalidator"><B>wxFilenameListValidator</B></A><BR>
-<A HREF="wx124.htm#wxmoveevent"><B>wxMoveEvent</B></A><BR>
+<A HREF="wxwin117.htm#wxfilesystem"><B>wxFileSystem</B></A><BR>
-<A HREF="wx125.htm#wxmultiplechoicedialog"><B>wxMultipleChoiceDialog</B></A><BR>
+<A HREF="wxwin118.htm#wxfilesystemhandler"><B>wxFileSystemHandler</B></A><BR>
-<A HREF="wx126.htm#wxmutex"><B>wxMutex</B></A><BR>
+<A HREF="wxwin119.htm#wxfiletype"><B>wxFileType</B></A><BR>
-<A HREF="wx127.htm#wxnode"><B>wxNode</B></A><BR>
+<A HREF="wxwin120.htm#wxfilterinputstream"><B>wxFilterInputStream</B></A><BR>
-<A HREF="wx128.htm#wxobject"><B>wxObject</B></A><BR>
+<A HREF="wxwin121.htm#wxfilteroutputstream"><B>wxFilterOutputStream</B></A><BR>
-<A HREF="wx129.htm#wxobjectrefdata"><B>wxObjectRefData</B></A><BR>
+<A HREF="wxwin122.htm#wxfocusevent"><B>wxFocusEvent</B></A><BR>
-<A HREF="wx130.htm#wxpagesetupdata"><B>wxPageSetupData</B></A><BR>
+<A HREF="wxwin123.htm#wxfont"><B>wxFont</B></A><BR>
-<A HREF="wx131.htm#wxpagesetupdialog"><B>wxPageSetupDialog</B></A><BR>
+<A HREF="wxwin124.htm#wxfontdata"><B>wxFontData</B></A><BR>
-<A HREF="wx132.htm#wxpaintdc"><B>wxPaintDC</B></A><BR>
+<A HREF="wxwin125.htm#wxfontdialog"><B>wxFontDialog</B></A><BR>
-<A HREF="wx133.htm#wxpaintevent"><B>wxPaintEvent</B></A><BR>
+<A HREF="wxwin126.htm#wxfontenumerator"><B>wxFontEnumerator</B></A><BR>
-<A HREF="wx134.htm#wxpalette"><B>wxPalette</B></A><BR>
+<A HREF="wxwin127.htm#wxfontlist"><B>wxFontList</B></A><BR>
-<A HREF="wx135.htm#wxpanel"><B>wxPanel</B></A><BR>
+<A HREF="wxwin128.htm#wxfontmapper"><B>wxFontMapper</B></A><BR>
-<A HREF="wx136.htm#wxpaneltabview"><B>wxPanelTabView</B></A><BR>
+<A HREF="wxwin129.htm#wxframe"><B>wxFrame</B></A><BR>
-<A HREF="wx137.htm#wxpathlist"><B>wxPathList</B></A><BR>
+<A HREF="wxwin130.htm#wxfsfile"><B>wxFSFile</B></A><BR>
-<A HREF="wx138.htm#wxpen"><B>wxPen</B></A><BR>
+<A HREF="wxwin131.htm#wxftp"><B>wxFTP</B></A><BR>
-<A HREF="wx139.htm#wxpenlist"><B>wxPenList</B></A><BR>
+<A HREF="wxwin132.htm#wxgauge"><B>wxGauge</B></A><BR>
-<A HREF="wx140.htm#wxpoint"><B>wxPoint</B></A><BR>
+<A HREF="wxwin133.htm#wxgdiobject"><B>wxGDIObject</B></A><BR>
-<A HREF="wx141.htm#wxpreviewcanvas"><B>wxPreviewCanvas</B></A><BR>
+<A HREF="wxwin134.htm#wxgenericvalidator"><B>wxGenericValidator</B></A><BR>
-<A HREF="wx142.htm#wxpreviewcontrolbar"><B>wxPreviewControlBar</B></A><BR>
+<A HREF="wxwin135.htm#wxgrid"><B>wxGrid</B></A><BR>
-<A HREF="wx143.htm#wxpreviewframe"><B>wxPreviewFrame</B></A><BR>
+<A HREF="wxwin136.htm#wxhashtable"><B>wxHashTable</B></A><BR>
-<A HREF="wx144.htm#wxprintdata"><B>wxPrintData</B></A><BR>
+<A HREF="wxwin137.htm#wxhelpcontroller"><B>wxHelpController</B></A><BR>
-<A HREF="wx145.htm#wxprintdialog"><B>wxPrintDialog</B></A><BR>
+<A HREF="wxwin138.htm#wxhtmlcell"><B>wxHtmlCell</B></A><BR>
-<A HREF="wx146.htm#wxprinter"><B>wxPrinter</B></A><BR>
+<A HREF="wxwin139.htm#wxhtmlcolourcell"><B>wxHtmlColourCell</B></A><BR>
-<A HREF="wx147.htm#wxprinterdc"><B>wxPrinterDC</B></A><BR>
+<A HREF="wxwin140.htm#wxhtmlcontainercell"><B>wxHtmlContainerCell</B></A><BR>
-<A HREF="wx148.htm#wxprintout"><B>wxPrintout</B></A><BR>
+<A HREF="wxwin141.htm#wxhtmldcrenderer"><B>wxHtmlDCRenderer</B></A><BR>
-<A HREF="wx149.htm#wxprintpreview"><B>wxPrintPreview</B></A><BR>
+<A HREF="wxwin142.htm#wxhtmleasyprinting"><B>wxHtmlEasyPrinting</B></A><BR>
-<A HREF="wx150.htm#wxpostscriptdc"><B>wxPostScriptDC</B></A><BR>
+<A HREF="wxwin143.htm#wxhtmlfilter"><B>wxHtmlFilter</B></A><BR>
-<A HREF="wx151.htm#wxquerycol"><B>wxQueryCol</B></A><BR>
+<A HREF="wxwin144.htm#wxhtmlhelpcontroller"><B>wxHtmlHelpController</B></A><BR>
-<A HREF="wx152.htm#wxqueryfield"><B>wxQueryField</B></A><BR>
+<A HREF="wxwin145.htm#wxhtmlhelpdata"><B>wxHtmlHelpData</B></A><BR>
-<A HREF="wx153.htm#wxradiobox"><B>wxRadioBox</B></A><BR>
+<A HREF="wxwin146.htm#wxhtmlhelpframe"><B>wxHtmlHelpFrame</B></A><BR>
-<A HREF="wx154.htm#wxradiobutton"><B>wxRadioButton</B></A><BR>
+<A HREF="wxwin147.htm#wxhtmllinkinfo"><B>wxHtmlLinkInfo</B></A><BR>
-<A HREF="wx155.htm#wxrealpoint"><B>wxRealPoint</B></A><BR>
+<A HREF="wxwin148.htm#wxhtmlparser"><B>wxHtmlParser</B></A><BR>
-<A HREF="wx156.htm#wxrect"><B>wxRect</B></A><BR>
+<A HREF="wxwin149.htm#wxhtmlprintout"><B>wxHtmlPrintout</B></A><BR>
-<A HREF="wx157.htm#wxrecordset"><B>wxRecordSet</B></A><BR>
+<A HREF="wxwin150.htm#wxhtmltag"><B>wxHtmlTag</B></A><BR>
-<A HREF="wx158.htm#wxregion"><B>wxRegion</B></A><BR>
+<A HREF="wxwin151.htm#wxhtmltaghandler"><B>wxHtmlTagHandler</B></A><BR>
-<A HREF="wx159.htm#wxscreendc"><B>wxScreenDC</B></A><BR>
+<A HREF="wxwin152.htm#wxhtmltagsmodule"><B>wxHtmlTagsModule</B></A><BR>
-<A HREF="wx160.htm#wxscrollbar"><B>wxScrollBar</B></A><BR>
+<A HREF="wxwin153.htm#wxhtmlwidgetcell"><B>wxHtmlWidgetCell</B></A><BR>
-<A HREF="wx161.htm#wxscrollevent"><B>wxScrollEvent</B></A><BR>
+<A HREF="wxwin154.htm#wxhtmlwindow"><B>wxHtmlWindow</B></A><BR>
-<A HREF="wx162.htm#wxscrolledwindow"><B>wxScrolledWindow</B></A><BR>
+<A HREF="wxwin155.htm#wxhtmlwinparser"><B>wxHtmlWinParser</B></A><BR>
-<A HREF="wx163.htm#wxsinglechoicedialog"><B>wxSingleChoiceDialog</B></A><BR>
+<A HREF="wxwin156.htm#wxhtmlwintaghandler"><B>wxHtmlWinTagHandler</B></A><BR>
-<A HREF="wx164.htm#wxsize"><B>wxSize</B></A><BR>
+<A HREF="wxwin157.htm#wxhttp"><B>wxHTTP</B></A><BR>
-<A HREF="wx165.htm#wxsizeevent"><B>wxSizeEvent</B></A><BR>
+<A HREF="wxwin158.htm#wxidleevent"><B>wxIdleEvent</B></A><BR>
-<A HREF="wx166.htm#wxslider"><B>wxSlider</B></A><BR>
+<A HREF="wxwin159.htm#wxicon"><B>wxIcon</B></A><BR>
-<A HREF="wx167.htm#wxspinbutton"><B>wxSpinButton</B></A><BR>
+<A HREF="wxwin160.htm#wximage"><B>wxImage</B></A><BR>
-<A HREF="wx168.htm#wxsplitterwindow"><B>wxSplitterWindow</B></A><BR>
+<A HREF="wxwin161.htm#wximagehandler"><B>wxImageHandler</B></A><BR>
-<A HREF="wx169.htm#wxstaticbitmap"><B>wxStaticBitmap</B></A><BR>
+<A HREF="wxwin162.htm#wximagelist"><B>wxImageList</B></A><BR>
-<A HREF="wx170.htm#wxstaticbox"><B>wxStaticBox</B></A><BR>
+<A HREF="wxwin163.htm#wxindividuallayoutconstraint"><B>wxIndividualLayoutConstraint</B></A><BR>
-<A HREF="wx171.htm#wxstatictext"><B>wxStaticText</B></A><BR>
+<A HREF="wxwin164.htm#wxinitdialogevent"><B>wxInitDialogEvent</B></A><BR>
-<A HREF="wx172.htm#wxstatusbar"><B>wxStatusBar</B></A><BR>
+<A HREF="wxwin165.htm#wxinputstream"><B>wxInputStream</B></A><BR>
-<A HREF="wx173.htm#wxstring"><B>wxString</B></A><BR>
+<A HREF="wxwin166.htm#wxintegerformvalidator"><B>wxIntegerFormValidator</B></A><BR>
-<A HREF="wx174.htm#wxstringlist"><B>wxStringList</B></A><BR>
+<A HREF="wxwin167.htm#wxintegerlistvalidator"><B>wxIntegerListValidator</B></A><BR>
-<A HREF="wx175.htm#wxsyscolourchangedevent"><B>wxSysColourChangedEvent</B></A><BR>
+<A HREF="wxwin168.htm#wxipv4address"><B>wxIPV4address</B></A><BR>
-<A HREF="wx176.htm#wxsystemsettings"><B>wxSystemSettings</B></A><BR>
+<A HREF="wxwin169.htm#wxjoystick"><B>wxJoystick</B></A><BR>
-<A HREF="wx177.htm#wxtabbeddialog"><B>wxTabbedDialog</B></A><BR>
+<A HREF="wxwin170.htm#wxjoystickevent"><B>wxJoystickEvent</B></A><BR>
-<A HREF="wx178.htm#wxtabbedpanel"><B>wxTabbedPanel</B></A><BR>
+<A HREF="wxwin171.htm#wxkeyevent"><B>wxKeyEvent</B></A><BR>
-<A HREF="wx179.htm#wxtabcontrol"><B>wxTabControl</B></A><BR>
+<A HREF="wxwin172.htm#wxlayoutalgorithm"><B>wxLayoutAlgorithm</B></A><BR>
-<A HREF="wx180.htm#wxtabview"><B>wxTabView</B></A><BR>
+<A HREF="wxwin173.htm#wxlayoutconstraints"><B>wxLayoutConstraints</B></A><BR>
-<A HREF="wx181.htm#wxtabctrl"><B>wxTabCtrl</B></A><BR>
+<A HREF="wxwin174.htm#wxlist"><B>wxList</B></A><BR>
-<A HREF="wx182.htm#wxtabevent"><B>wxTabEvent</B></A><BR>
+<A HREF="wxwin175.htm#wxlistbox"><B>wxListBox</B></A><BR>
-<A HREF="wx183.htm#wxtaskbaricon"><B>wxTaskBarIcon</B></A><BR>
+<A HREF="wxwin176.htm#wxlistctrl"><B>wxListCtrl</B></A><BR>
-<A HREF="wx184.htm#wxtextctrl"><B>wxTextCtrl</B></A><BR>
+<A HREF="wxwin177.htm#wxlistevent"><B>wxListEvent</B></A><BR>
-<A HREF="wx185.htm#wxtextentrydialog"><B>wxTextEntryDialog</B></A><BR>
+<A HREF="wxwin178.htm#wxlistofstringslistvalidator"><B>wxListOfStringsListValidator</B></A><BR>
-<A HREF="wx186.htm#wxtextvalidator"><B>wxTextValidator</B></A><BR>
+<A HREF="wxwin179.htm#wxlocale"><B>wxLocale</B></A><BR>
-<A HREF="wx187.htm#wxthread"><B>wxThread</B></A><BR>
+<A HREF="wxwin180.htm#wxlog"><B>wxLog</B></A><BR>
-<A HREF="wx188.htm#wxtime"><B>wxTime</B></A><BR>
+<A HREF="wxwin181.htm#wxlonglong"><B>wxLongLong</B></A><BR>
-<A HREF="wx189.htm#wxtimer"><B>wxTimer</B></A><BR>
+<A HREF="wxwin182.htm#wxmask"><B>wxMask</B></A><BR>
-<A HREF="wx190.htm#wxtoolbarbase"><B>wxToolBarBase</B></A><BR>
+<A HREF="wxwin183.htm#wxmdichildframe"><B>wxMDIChildFrame</B></A><BR>
-<A HREF="wx191.htm#wxtoolbar95"><B>wxToolBar95</B></A><BR>
+<A HREF="wxwin184.htm#wxmdiclientwindow"><B>wxMDIClientWindow</B></A><BR>
-<A HREF="wx192.htm#wxtoolbarmsw"><B>wxToolBarMSW</B></A><BR>
+<A HREF="wxwin185.htm#wxmdiparentframe"><B>wxMDIParentFrame</B></A><BR>
-<A HREF="wx193.htm#wxtoolbarsimple"><B>wxToolBarSimple</B></A><BR>
+<A HREF="wxwin186.htm#wxmemorydc"><B>wxMemoryDC</B></A><BR>
-<A HREF="wx194.htm#wxtreectrl"><B>wxTreeCtrl</B></A><BR>
+<A HREF="wxwin187.htm#wxmeminputstream"><B>wxMemoryInputStream</B></A><BR>
-<A HREF="wx195.htm#wxtreeevent"><B>wxTreeEvent</B></A><BR>
+<A HREF="wxwin188.htm#wxmemoutputstream"><B>wxMemoryOutputStream</B></A><BR>
-<A HREF="wx196.htm#wxupdateiterator"><B>wxUpdateIterator</B></A><BR>
+<A HREF="wxwin189.htm#wxmenu"><B>wxMenu</B></A><BR>
-<A HREF="wx197.htm#wxupdateuievent"><B>wxUpdateUIEvent</B></A><BR>
+<A HREF="wxwin190.htm#wxmenubar"><B>wxMenuBar</B></A><BR>
-<A HREF="wx198.htm#wxvalidator"><B>wxValidator</B></A><BR>
+<A HREF="wxwin191.htm#wxmenuitem"><B>wxMenuItem</B></A><BR>
-<A HREF="wx199.htm#wxview"><B>wxView</B></A><BR>
+<A HREF="wxwin192.htm#wxmenuevent"><B>wxMenuEvent</B></A><BR>
-<A HREF="wx200.htm#wxwave"><B>wxWave</B></A><BR>
+<A HREF="wxwin193.htm#wxmessagedialog"><B>wxMessageDialog</B></A><BR>
-<A HREF="wx201.htm#wxwindow"><B>wxWindow</B></A><BR>
+<A HREF="wxwin194.htm#wxmetafile"><B>wxMetafile</B></A><BR>
-<A HREF="wx202.htm#wxwindowdc"><B>wxWindowDC</B></A><BR>
+<A HREF="wxwin195.htm#wxmetafiledc"><B>wxMetafileDC</B></A><BR>
-<A HREF="wx203.htm#wxwinhelpcontroller"><B>wxWinHelpController</B></A><BR>
+<A HREF="wxwin196.htm#wxmimetypesmanager"><B>wxMimeTypesManager</B></A><BR>
+
+<A HREF="wxwin197.htm#wxminiframe"><B>wxMiniFrame</B></A><BR>
+
+<A HREF="wxwin198.htm#wxmodule"><B>wxModule</B></A><BR>
+
+<A HREF="wxwin199.htm#wxmouseevent"><B>wxMouseEvent</B></A><BR>
+
+<A HREF="wxwin200.htm#wxmoveevent"><B>wxMoveEvent</B></A><BR>
+
+<A HREF="wxwin201.htm#wxmultiplechoicedialog"><B>wxMultipleChoiceDialog</B></A><BR>
+
+<A HREF="wxwin202.htm#wxmutex"><B>wxMutex</B></A><BR>
+
+<A HREF="wxwin203.htm#wxmutexlocker"><B>wxMutexLocker</B></A><BR>
+
+<A HREF="wxwin204.htm#wxnotebooksizer"><B>wxNotebookSizer</B></A><BR>
+
+<A HREF="wxwin205.htm#wxnode"><B>wxNodeBase</B></A><BR>
+
+<A HREF="wxwin206.htm#wxnotebook"><B>wxNotebook</B></A><BR>
+
+<A HREF="wxwin207.htm#wxnotebookevent"><B>wxNotebookEvent</B></A><BR>
+
+<A HREF="wxwin208.htm#wxnotifyevent"><B>wxNotifyEvent</B></A><BR>
+
+<A HREF="wxwin209.htm#wxobject"><B>wxObject</B></A><BR>
+
+<A HREF="wxwin210.htm#wxobjectrefdata"><B>wxObjectRefData</B></A><BR>
+
+<A HREF="wxwin211.htm#wxoutputstream"><B>wxOutputStream</B></A><BR>
+
+<A HREF="wxwin212.htm#wxcountingoutputstream"><B>wxCountOutputStream</B></A><BR>
+
+<A HREF="wxwin213.htm#wxpagesetupdialogdata"><B>wxPageSetupDialogData</B></A><BR>
+
+<A HREF="wxwin214.htm#wxpagesetupdialog"><B>wxPageSetupDialog</B></A><BR>
+
+<A HREF="wxwin215.htm#wxpaintdc"><B>wxPaintDC</B></A><BR>
+
+<A HREF="wxwin216.htm#wxpaintevent"><B>wxPaintEvent</B></A><BR>
+
+<A HREF="wxwin217.htm#wxpalette"><B>wxPalette</B></A><BR>
+
+<A HREF="wxwin218.htm#wxpanel"><B>wxPanel</B></A><BR>
+
+<A HREF="wxwin219.htm#wxpaneltabview"><B>wxPanelTabView</B></A><BR>
+
+<A HREF="wxwin220.htm#wxpathlist"><B>wxPathList</B></A><BR>
+
+<A HREF="wxwin221.htm#wxpen"><B>wxPen</B></A><BR>
+
+<A HREF="wxwin222.htm#wxpenlist"><B>wxPenList</B></A><BR>
+
+<A HREF="wxwin223.htm#wxpoint"><B>wxPoint</B></A><BR>
+
+<A HREF="wxwin224.htm#wxpostscriptdc"><B>wxPostScriptDC</B></A><BR>
+
+<A HREF="wxwin225.htm#wxpreviewcanvas"><B>wxPreviewCanvas</B></A><BR>
+
+<A HREF="wxwin226.htm#wxpreviewcontrolbar"><B>wxPreviewControlBar</B></A><BR>
+
+<A HREF="wxwin227.htm#wxpreviewframe"><B>wxPreviewFrame</B></A><BR>
+
+<A HREF="wxwin228.htm#wxprintdata"><B>wxPrintData</B></A><BR>
+
+<A HREF="wxwin229.htm#wxprintdialog"><B>wxPrintDialog</B></A><BR>
+
+<A HREF="wxwin230.htm#wxprintdialogdata"><B>wxPrintDialogData</B></A><BR>
+
+<A HREF="wxwin231.htm#wxprinter"><B>wxPrinter</B></A><BR>
+
+<A HREF="wxwin232.htm#wxprinterdc"><B>wxPrinterDC</B></A><BR>
+
+<A HREF="wxwin233.htm#wxprintout"><B>wxPrintout</B></A><BR>
+
+<A HREF="wxwin234.htm#wxprintpreview"><B>wxPrintPreview</B></A><BR>
+
+<A HREF="wxwin235.htm#wxprivatedroptarget"><B>wxPrivateDropTarget</B></A><BR>
+
+<A HREF="wxwin236.htm#wxprocess"><B>wxProcess</B></A><BR>
+
+<A HREF="wxwin237.htm#wxprogressdialog"><B>wxProgressDialog</B></A><BR>
+
+<A HREF="wxwin238.htm#wxprocessevent"><B>wxProcessEvent</B></A><BR>
+
+<A HREF="wxwin239.htm#wxproperty"><B>wxProperty</B></A><BR>
+
+<A HREF="wxwin240.htm#wxpropertyformdialog"><B>wxPropertyFormDialog</B></A><BR>
+
+<A HREF="wxwin241.htm#wxpropertyformframe"><B>wxPropertyFormFrame</B></A><BR>
+
+<A HREF="wxwin242.htm#wxpropertyformpanel"><B>wxPropertyFormPanel</B></A><BR>
+
+<A HREF="wxwin243.htm#wxpropertyformvalidator"><B>wxPropertyFormValidator</B></A><BR>
+
+<A HREF="wxwin244.htm#wxpropertyformview"><B>wxPropertyFormView</B></A><BR>
+
+<A HREF="wxwin245.htm#wxpropertylistdialog"><B>wxPropertyListDialog</B></A><BR>
+
+<A HREF="wxwin246.htm#wxpropertylistframe"><B>wxPropertyListFrame</B></A><BR>
+
+<A HREF="wxwin247.htm#wxpropertylistpanel"><B>wxPropertyListPanel</B></A><BR>
+
+<A HREF="wxwin248.htm#wxpropertylistvalidator"><B>wxPropertyListValidator</B></A><BR>
+
+<A HREF="wxwin249.htm#wxpropertylistview"><B>wxPropertyListView</B></A><BR>
+
+<A HREF="wxwin250.htm#wxpropertysheet"><B>wxPropertySheet</B></A><BR>
+
+<A HREF="wxwin251.htm#wxpropertyvalidator"><B>wxPropertyValidator</B></A><BR>
+
+<A HREF="wxwin252.htm#wxpropertyvalidatorregistry"><B>wxPropertyValidatorRegistry</B></A><BR>
+
+<A HREF="wxwin253.htm#wxpropertyvalue"><B>wxPropertyValue</B></A><BR>
+
+<A HREF="wxwin254.htm#wxpropertyview"><B>wxPropertyView</B></A><BR>
+
+<A HREF="wxwin255.htm#wxprotocol"><B>wxProtocol</B></A><BR>
+
+<A HREF="wxwin256.htm#wxquerycol"><B>wxQueryCol</B></A><BR>
+
+<A HREF="wxwin257.htm#wxqueryfield"><B>wxQueryField</B></A><BR>
+
+<A HREF="wxwin258.htm#wxquerylayoutinfoevent"><B>wxQueryLayoutInfoEvent</B></A><BR>
+
+<A HREF="wxwin259.htm#wxradiobox"><B>wxRadioBox</B></A><BR>
+
+<A HREF="wxwin260.htm#wxradiobutton"><B>wxRadioButton</B></A><BR>
+
+<A HREF="wxwin261.htm#wxrealformvalidator"><B>wxRealFormValidator</B></A><BR>
+
+<A HREF="wxwin262.htm#wxreallistvalidator"><B>wxRealListValidator</B></A><BR>
+
+<A HREF="wxwin263.htm#wxrealpoint"><B>wxRealPoint</B></A><BR>
+
+<A HREF="wxwin264.htm#wxrect"><B>wxRect</B></A><BR>
+
+<A HREF="wxwin265.htm#wxrecordset"><B>wxRecordSet</B></A><BR>
+
+<A HREF="wxwin266.htm#wxregion"><B>wxRegion</B></A><BR>
+
+<A HREF="wxwin267.htm#wxregioniterator"><B>wxRegionIterator</B></A><BR>
+
+<A HREF="wxwin268.htm#wxsashevent"><B>wxSashEvent</B></A><BR>
+
+<A HREF="wxwin269.htm#wxsashlayoutwindow"><B>wxSashLayoutWindow</B></A><BR>
+
+<A HREF="wxwin270.htm#wxsashwindow"><B>wxSashWindow</B></A><BR>
+
+<A HREF="wxwin271.htm#wxstaticboxsizer"><B>wxStaticBoxSizer</B></A><BR>
+
+<A HREF="wxwin272.htm#wxscreendc"><B>wxScreenDC</B></A><BR>
+
+<A HREF="wxwin273.htm#wxscrollbar"><B>wxScrollBar</B></A><BR>
+
+<A HREF="wxwin274.htm#wxscrollwinevent"><B>wxScrollWinEvent</B></A><BR>
+
+<A HREF="wxwin275.htm#wxscrollevent"><B>wxScrollEvent</B></A><BR>
+
+<A HREF="wxwin276.htm#wxscrolledwindow"><B>wxScrolledWindow</B></A><BR>
+
+<A HREF="wxwin277.htm#wxsinglechoicedialog"><B>wxSingleChoiceDialog</B></A><BR>
+
+<A HREF="wxwin278.htm#wxsize"><B>wxSize</B></A><BR>
+
+<A HREF="wxwin279.htm#wxsizeevent"><B>wxSizeEvent</B></A><BR>
+
+<A HREF="wxwin280.htm#wxsizer"><B>wxSizer</B></A><BR>
+
+<A HREF="wxwin281.htm#wxslider"><B>wxSlider</B></A><BR>
+
+<A HREF="wxwin282.htm#wxsockaddress"><B>wxSockAddress</B></A><BR>
+
+<A HREF="wxwin283.htm#wxsocketbase"><B>wxSocketBase</B></A><BR>
+
+<A HREF="wxwin284.htm#wxsocketclient"><B>wxSocketClient</B></A><BR>
+
+<A HREF="wxwin285.htm#wxsocketevent"><B>wxSocketEvent</B></A><BR>
+
+<A HREF="wxwin286.htm#wxsocketserver"><B>wxSocketServer</B></A><BR>
+
+<A HREF="wxwin287.htm#wxsplitterevent"><B>wxSplitterEvent</B></A><BR>
+
+<A HREF="wxwin288.htm#wxsocketinputstream"><B>wxSocketInputStream</B></A><BR>
+
+<A HREF="wxwin289.htm#wxsocketoutputstream"><B>wxSocketOutputStream</B></A><BR>
+
+<A HREF="wxwin290.htm#wxspinbutton"><B>wxSpinButton</B></A><BR>
+
+<A HREF="wxwin291.htm#wxsplitterwindow"><B>wxSplitterWindow</B></A><BR>
+
+<A HREF="wxwin292.htm#wxstaticbitmap"><B>wxStaticBitmap</B></A><BR>
+
+<A HREF="wxwin293.htm#wxstaticbox"><B>wxStaticBox</B></A><BR>
+
+<A HREF="wxwin294.htm#wxstaticline"><B>wxStaticLine</B></A><BR>
+
+<A HREF="wxwin295.htm#wxstatictext"><B>wxStaticText</B></A><BR>
+
+<A HREF="wxwin296.htm#wxstatusbar"><B>wxStatusBar</B></A><BR>
+
+<A HREF="wxwin297.htm#wxstreambase"><B>wxStreamBase</B></A><BR>
+
+<A HREF="wxwin298.htm#wxstreambuffer"><B>wxStreamBuffer</B></A><BR>
+
+<A HREF="wxwin299.htm#wxstring"><B>wxString</B></A><BR>
+
+<A HREF="wxwin300.htm#wxstringformvalidator"><B>wxStringFormValidator</B></A><BR>
+
+<A HREF="wxwin301.htm#wxstringlist"><B>wxStringList</B></A><BR>
+
+<A HREF="wxwin302.htm#wxstringlistvalidator"><B>wxStringListValidator</B></A><BR>
+
+<A HREF="wxwin303.htm#wxstringtokenizer"><B>wxStringTokenizer</B></A><BR>
+
+<A HREF="wxwin304.htm#wxsyscolourchangedevent"><B>wxSysColourChangedEvent</B></A><BR>
+
+<A HREF="wxwin305.htm#wxsystemsettings"><B>wxSystemSettings</B></A><BR>
+
+<A HREF="wxwin306.htm#wxtabbeddialog"><B>wxTabbedDialog</B></A><BR>
+
+<A HREF="wxwin307.htm#wxtabbedpanel"><B>wxTabbedPanel</B></A><BR>
+
+<A HREF="wxwin308.htm#wxtabcontrol"><B>wxTabControl</B></A><BR>
+
+<A HREF="wxwin309.htm#wxtabview"><B>wxTabView</B></A><BR>
+
+<A HREF="wxwin310.htm#wxtabctrl"><B>wxTabCtrl</B></A><BR>
+
+<A HREF="wxwin311.htm#wxtabevent"><B>wxTabEvent</B></A><BR>
+
+<A HREF="wxwin312.htm#wxtaskbaricon"><B>wxTaskBarIcon</B></A><BR>
+
+<A HREF="wxwin313.htm#wxtcpclient"><B>wxTCPClient</B></A><BR>
+
+<A HREF="wxwin314.htm#wxtcpconnection"><B>wxTCPConnection</B></A><BR>
+
+<A HREF="wxwin315.htm#wxtcpserver"><B>wxTCPServer</B></A><BR>
+
+<A HREF="wxwin316.htm#wxtempfile"><B>wxTempFile</B></A><BR>
+
+<A HREF="wxwin317.htm#wxtextctrl"><B>wxTextCtrl</B></A><BR>
+
+<A HREF="wxwin318.htm#wxtextdataobject"><B>wxTextDataObject</B></A><BR>
+
+<A HREF="wxwin319.htm#wxtextinputstream"><B>wxTextInputStream</B></A><BR>
+
+<A HREF="wxwin320.htm#wxtextoutputstream"><B>wxTextOutputStream</B></A><BR>
+
+<A HREF="wxwin321.htm#wxtextentrydialog"><B>wxTextEntryDialog</B></A><BR>
+
+<A HREF="wxwin322.htm#wxtextdroptarget"><B>wxTextDropTarget</B></A><BR>
+
+<A HREF="wxwin323.htm#wxtextvalidator"><B>wxTextValidator</B></A><BR>
+
+<A HREF="wxwin324.htm#wxtextfile"><B>wxTextFile</B></A><BR>
+
+<A HREF="wxwin325.htm#wxthread"><B>wxThread</B></A><BR>
+
+<A HREF="wxwin326.htm#wxtime"><B>wxTime</B></A><BR>
+
+<A HREF="wxwin327.htm#wxtimer"><B>wxTimer</B></A><BR>
+
+<A HREF="wxwin328.htm#wxstopwatch"><B>wxStopWatch</B></A><BR>
+
+<A HREF="wxwin329.htm#wxtipprovider"><B>wxTipProvider</B></A><BR>
+
+<A HREF="wxwin330.htm#wxtoolbar"><B>wxToolBar</B></A><BR>
+
+<A HREF="wxwin331.htm#wxtreectrl"><B>wxTreeCtrl</B></A><BR>
+
+<A HREF="wxwin332.htm#wxtreeitemdata"><B>wxTreeItemData</B></A><BR>
+
+<A HREF="wxwin333.htm#wxtreeevent"><B>wxTreeEvent</B></A><BR>
+
+<A HREF="wxwin334.htm#wxupdateuievent"><B>wxUpdateUIEvent</B></A><BR>
+
+<A HREF="wxwin335.htm#wxurl"><B>wxURL</B></A><BR>
+
+<A HREF="wxwin336.htm#wxvalidator"><B>wxValidator</B></A><BR>
+
+<A HREF="wxwin337.htm#wxvariant"><B>wxVariant</B></A><BR>
+
+<A HREF="wxwin338.htm#wxvariantdata"><B>wxVariantData</B></A><BR>
+
+<A HREF="wxwin339.htm#wxview"><B>wxView</B></A><BR>
+
+<A HREF="wxwin340.htm#wxwave"><B>wxWave</B></A><BR>
+
+<A HREF="wxwin341.htm#wxwindow"><B>wxWindow</B></A><BR>
+
+<A HREF="wxwin342.htm#wxwindowdc"><B>wxWindowDC</B></A><BR>
+
+<A HREF="wxwin343.htm#wxzipinputstream"><B>wxZipInputStream</B></A><BR>
+
+<A HREF="wxwin344.htm#wxzlibinputstream"><B>wxZlibInputStream</B></A><BR>
+
+<A HREF="wxwin345.htm#wxzliboutputstream"><B>wxZlibOutputStream</B></A><BR>
</BODY></HTML>