comparison dwconfig.h.in @ 2160:07f1366a724c

Rename config.h(.in) to dwconfig.h and install it with dwcompat. Building modules that use dwcompat requires some of the defines in dwconfig.h. On some platforms without it the opendir headers are not included and cause build failures. Unix (Linux, BSD, Solaris and Mac) are primarily affected.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 29 Sep 2020 22:49:04 +0000
parents
children 83c17a84bc27
comparison
equal deleted inserted replaced
2159:48172881415c 2160:07f1366a724c
1 /* dwconfig.h.in. Generated automatically from configure.in by autoheader. */
2
3 /* Define if you have the ANSI C header files. */
4 #undef STDC_HEADERS
5
6 /* Define if you have the connect function. */
7 #undef HAVE_CONNECT
8
9 /* Define if you have the <dirent.h> header file. */
10 #undef HAVE_DIRENT_H
11
12 /* Define if you have the <ndir.h> header file. */
13 #undef HAVE_NDIR_H
14
15 /* Define if you have the <sys/dir.h> header file. */
16 #undef HAVE_SYS_DIR_H
17
18 /* Define if you have the <sys/ndir.h> header file. */
19 #undef HAVE_SYS_NDIR_H
20
21 /* Define if you have the <unistd.h> header file. */
22 #undef HAVE_UNISTD_H
23
24 /* Define if you have the <sys/stat.h> header file. */
25 #undef HAVE_SYS_STAT_H
26
27 /* Determine whether we have the pipe function */
28 #undef HAVE_PIPE
29
30 /* Determine whether we have the vsnprintf function */
31 #undef HAVE_VSNPRINTF
32
33 /* Define if WebKit is available */
34 #undef USE_WEBKIT
35
36 /* Define if webkit-1.0 is available */
37 #undef USE_WEBKIT10
38
39 /* Define if webkit-1.1 is available */
40 #undef USE_WEBKIT11
41
42 /* Define if webkit2 is available */
43 #undef USE_WEBKIT2
44
45 /* Define if IMLIB is available. */
46 #undef USE_IMLIB
47
48 /* Define if PIXBUF is available. */
49 #undef USE_PIXBUF
50
51 /* Define if USING GTK (but not on X11). */
52 #undef DW_USE_GTK
53
54 /* Define if we have Ubuntu overlay scrollbars */
55 #undef HAVE_OVERLAY_SCROLLBARS
56
57 /* Define if we have Ubuntu overlay scrollbars (GTK2) */
58 #undef HAVE_OVERLAY_SCROLLBARS2
59