annotate config.h.in @ 1634:c3e08322b8f6

Fixed issues drawing arcs on GTK3 and GTK2 for printing. This issue was seen in the test program with the failure to draw the bottom right arc. GTK2 printing may require some other updates after looking at this change.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 29 Mar 2012 05:16:26 +0000
parents 641aa6941b2a
children 2cfbfccbbafe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3 /* Define if you have the ANSI C header files. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4 #undef STDC_HEADERS
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6 /* Define if you have the connect function. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
7 #undef HAVE_CONNECT
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
8
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
9 /* Define if you have the <dirent.h> header file. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
10 #undef HAVE_DIRENT_H
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
11
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
12 /* Define if you have the <ndir.h> header file. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
13 #undef HAVE_NDIR_H
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
14
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
15 /* Define if you have the <sys/dir.h> header file. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
16 #undef HAVE_SYS_DIR_H
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
17
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
18 /* Define if you have the <sys/ndir.h> header file. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
19 #undef HAVE_SYS_NDIR_H
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
20
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
21 /* Define if you have the <unistd.h> header file. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
22 #undef HAVE_UNISTD_H
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
23
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
24 /* Define if you have the <sys/stat.h> header file. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
25 #undef HAVE_SYS_STAT_H
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
26
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
27 /* Determine whether we have the pipe function */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
28 #undef HAVE_PIPE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
29
1151
641aa6941b2a Test for vsnprintf seemed to be missing... readding it.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 643
diff changeset
30 /* Determine whether we have the vsnprintf function */
641aa6941b2a Test for vsnprintf seemed to be missing... readding it.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 643
diff changeset
31 #undef HAVE_VSNPRINTF
641aa6941b2a Test for vsnprintf seemed to be missing... readding it.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 643
diff changeset
32
587
9e81f23b57ae If available try to use GtkMozEmbed from Mozilla.or.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 47
diff changeset
33 /* Define if GtkMozEmbed is available */
9e81f23b57ae If available try to use GtkMozEmbed from Mozilla.or.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 47
diff changeset
34 #undef USE_GTKMOZEMBED
9e81f23b57ae If available try to use GtkMozEmbed from Mozilla.or.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 47
diff changeset
35
643
9ab89d89e6b4 Add dw_listview_insert()
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 636
diff changeset
36 /* Define if libgtkhtml-2.0 is available */
9ab89d89e6b4 Add dw_listview_insert()
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 636
diff changeset
37 #undef USE_LIBGTKHTML2
9ab89d89e6b4 Add dw_listview_insert()
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 636
diff changeset
38
9ab89d89e6b4 Add dw_listview_insert()
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 636
diff changeset
39 /* Define if WebKit is available */
9ab89d89e6b4 Add dw_listview_insert()
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 636
diff changeset
40 #undef USE_WEBKIT
9ab89d89e6b4 Add dw_listview_insert()
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 636
diff changeset
41
9ab89d89e6b4 Add dw_listview_insert()
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 636
diff changeset
42 /* Define if webkit-1.0 is available */
9ab89d89e6b4 Add dw_listview_insert()
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 636
diff changeset
43 #undef USE_WEBKIT10
9ab89d89e6b4 Add dw_listview_insert()
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 636
diff changeset
44
9ab89d89e6b4 Add dw_listview_insert()
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 636
diff changeset
45 /* Define if webkit-1.1 is available */
9ab89d89e6b4 Add dw_listview_insert()
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 636
diff changeset
46 #undef USE_WEBKIT11
9ab89d89e6b4 Add dw_listview_insert()
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 636
diff changeset
47
9ab89d89e6b4 Add dw_listview_insert()
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 636
diff changeset
48 /* Define for name of webkit library */
9ab89d89e6b4 Add dw_listview_insert()
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 636
diff changeset
49 #undef WEBKIT_LIB
9ab89d89e6b4 Add dw_listview_insert()
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 636
diff changeset
50
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
51 /* Define if IMLIB is available. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
52 #undef USE_IMLIB
47
997e9ed670ef Fixes for box alignment problem on OS/2, crash in dw_bitmap_new() on unix
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
53
997e9ed670ef Fixes for box alignment problem on OS/2, crash in dw_bitmap_new() on unix
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
54 /* Define if PIXBUF is available. */
997e9ed670ef Fixes for box alignment problem on OS/2, crash in dw_bitmap_new() on unix
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents: 3
diff changeset
55 #undef USE_PIXBUF
636
f6f887d2c5aa Add _dw_log() internal logging function
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 587
diff changeset
56
f6f887d2c5aa Add _dw_log() internal logging function
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 587
diff changeset
57 /* Define if USING GTK (but not on X11). */
f6f887d2c5aa Add _dw_log() internal logging function
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 587
diff changeset
58 #undef DW_USE_GTK
f6f887d2c5aa Add _dw_log() internal logging function
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 587
diff changeset
59