view dwconfig.h.in @ 2873:0bbfb19022e7

C++: GCC prior to 4.7 does not support the override keyword. So if using earlier versions of GCC, just remove override. This allows compilation on ancient GCC and GCC based Xcode. Also remove virtual from the application, I don't think it is needed and old GCC pukes on it when it is there.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 19 Dec 2022 07:42:12 +0000
parents 07f1366a724c
children 83c17a84bc27
line wrap: on
line source

/* dwconfig.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* Define if you have the connect function.  */
#undef HAVE_CONNECT

/* Define if you have the <dirent.h> header file.  */
#undef HAVE_DIRENT_H

/* Define if you have the <ndir.h> header file.  */
#undef HAVE_NDIR_H

/* Define if you have the <sys/dir.h> header file.  */
#undef HAVE_SYS_DIR_H

/* Define if you have the <sys/ndir.h> header file.  */
#undef HAVE_SYS_NDIR_H

/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H

/* Define if you have the <sys/stat.h> header file.  */
#undef HAVE_SYS_STAT_H

/* Determine whether we have the pipe function */
#undef HAVE_PIPE

/* Determine whether we have the vsnprintf function */
#undef HAVE_VSNPRINTF

/* Define if WebKit is available */
#undef USE_WEBKIT

/* Define if webkit-1.0 is available */
#undef USE_WEBKIT10

/* Define if webkit-1.1 is available */
#undef USE_WEBKIT11

/* Define if webkit2 is available */
#undef USE_WEBKIT2

/* Define if IMLIB is available. */
#undef USE_IMLIB

/* Define if PIXBUF is available. */
#undef USE_PIXBUF

/* Define if USING GTK (but not on X11). */
#undef DW_USE_GTK

/* Define if we have Ubuntu overlay scrollbars */
#undef HAVE_OVERLAY_SCROLLBARS

/* Define if we have Ubuntu overlay scrollbars (GTK2) */
#undef HAVE_OVERLAY_SCROLLBARS2