comparison dwconfig.h.in @ 2970:83c17a84bc27

Update the configure scripts with the latest autotools. configure.in is now configure.ac. AC_DEFINE() now requires additional parameters. Use AX_CXX_COMPILE_STDCXX to determine the C++11 options. AX_CXX_COMPILE_STDCXX requires the autoconf-archive package. autoreconf created a new install-sh script. Remove the old install.sh script, which is now ancient.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 20 Mar 2023 22:49:06 +0000
parents 07f1366a724c
children d84182f0054e
comparison
equal deleted inserted replaced
2969:8a2079224bc4 2970:83c17a84bc27
1 /* dwconfig.h.in. Generated automatically from configure.in by autoheader. */ 1 /* dwconfig.h.in. Generated from configure.ac by autoheader. */
2 2
3 /* Define if you have the ANSI C header files. */ 3 /* Uses GTK but not on X11 or Wayland */
4 #undef STDC_HEADERS 4 #undef DW_USE_GTK
5 5
6 /* Define if you have the connect function. */ 6 /* Define to 1 if you have the `connect' function. */
7 #undef HAVE_CONNECT 7 #undef HAVE_CONNECT
8 8
9 /* Define if you have the <dirent.h> header file. */ 9 /* define if the compiler supports basic C++11 syntax */
10 #undef HAVE_CXX11
11
12 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
13 */
10 #undef HAVE_DIRENT_H 14 #undef HAVE_DIRENT_H
11 15
12 /* Define if you have the <ndir.h> header file. */ 16 /* Define to 1 if you have the <inttypes.h> header file. */
17 #undef HAVE_INTTYPES_H
18
19 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
13 #undef HAVE_NDIR_H 20 #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 21
54 /* Define if we have Ubuntu overlay scrollbars */ 22 /* Define if we have Ubuntu overlay scrollbars */
55 #undef HAVE_OVERLAY_SCROLLBARS 23 #undef HAVE_OVERLAY_SCROLLBARS
56 24
57 /* Define if we have Ubuntu overlay scrollbars (GTK2) */ 25 /* Define if we have Ubuntu overlay scrollbars */
58 #undef HAVE_OVERLAY_SCROLLBARS2 26 #undef HAVE_OVERLAY_SCROLLBARS2
59 27
28 /* Define to 1 if you have the `pipe' function. */
29 #undef HAVE_PIPE
30
31 /* Define to 1 if you have the <stdint.h> header file. */
32 #undef HAVE_STDINT_H
33
34 /* Define to 1 if you have the <stdio.h> header file. */
35 #undef HAVE_STDIO_H
36
37 /* Define to 1 if you have the <stdlib.h> header file. */
38 #undef HAVE_STDLIB_H
39
40 /* Define to 1 if you have the <strings.h> header file. */
41 #undef HAVE_STRINGS_H
42
43 /* Define to 1 if you have the <string.h> header file. */
44 #undef HAVE_STRING_H
45
46 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
47 */
48 #undef HAVE_SYS_DIR_H
49
50 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
51 */
52 #undef HAVE_SYS_NDIR_H
53
54 /* Define to 1 if you have the <sys/stat.h> header file. */
55 #undef HAVE_SYS_STAT_H
56
57 /* Define to 1 if you have the <sys/types.h> header file. */
58 #undef HAVE_SYS_TYPES_H
59
60 /* Define to 1 if you have the `ubuntu_gtk_set_use_overlay_scrollbar'
61 function. */
62 #undef HAVE_UBUNTU_GTK_SET_USE_OVERLAY_SCROLLBAR
63
64 /* Define to 1 if you have the `ubuntu_overlay_scrollbar_set_enabled'
65 function. */
66 #undef HAVE_UBUNTU_OVERLAY_SCROLLBAR_SET_ENABLED
67
68 /* Define to 1 if you have the <unistd.h> header file. */
69 #undef HAVE_UNISTD_H
70
71 /* Define to 1 if you have the `vsnprintf' function. */
72 #undef HAVE_VSNPRINTF
73
74 /* Define to the address where bug reports for this package should be sent. */
75 #undef PACKAGE_BUGREPORT
76
77 /* Define to the full name of this package. */
78 #undef PACKAGE_NAME
79
80 /* Define to the full name and version of this package. */
81 #undef PACKAGE_STRING
82
83 /* Define to the one symbol short name of this package. */
84 #undef PACKAGE_TARNAME
85
86 /* Define to the home page for this package. */
87 #undef PACKAGE_URL
88
89 /* Define to the version of this package. */
90 #undef PACKAGE_VERSION
91
92 /* Define to 1 if all of the C90 standard headers exist (not just the ones
93 required in a freestanding environment). This macro is provided for
94 backward compatibility; new code need not use it. */
95 #undef STDC_HEADERS
96
97 /* Uses some flavor of WebKit */
98 #undef USE_WEBKIT
99
100 /* Uses WebKit 1.0 */
101 #undef USE_WEBKIT10
102
103 /* Uses WebKit 1.1 */
104 #undef USE_WEBKIT11
105
106 /* Uses WebKit 2 */
107 #undef USE_WEBKIT2
108
109 /* Define to 1 if the X Window System is missing or not being used. */
110 #undef X_DISPLAY_MISSING