annotate config.h.in @ 636:f6f887d2c5aa

Add _dw_log() internal logging function Preliminary support for building with GTK+ on Windows with MinGW Deprecate dw_menu_item_set_check(); use dw_menu_item_set_state() Support dw_window_set_text() from groupbox Support transparent bitmaps( GTK+ already did by default)
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 10 Apr 2009 22:55:56 +0000
parents 9e81f23b57ae
children 9ab89d89e6b4
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 pipe function. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
10 #undef HAVE_PIPE
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 <dirent.h> header file. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
13 #undef HAVE_DIRENT_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 <ndir.h> header file. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
16 #undef HAVE_NDIR_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/dir.h> header file. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
19 #undef HAVE_SYS_DIR_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 <sys/ndir.h> header file. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
22 #undef HAVE_SYS_NDIR_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 <unistd.h> header file. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
25 #undef HAVE_UNISTD_H
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
26
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
27 /* Define if you have the <sys/stat.h> header file. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
28 #undef HAVE_SYS_STAT_H
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
29
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
30 /* Determine whether we have the pipe function */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
31 #undef HAVE_PIPE
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
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
3
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
36 /* Define if IMLIB is available. */
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
37 #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
38
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
39 /* 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
40 #undef USE_PIXBUF
636
f6f887d2c5aa Add _dw_log() internal logging function
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 587
diff changeset
41
f6f887d2c5aa Add _dw_log() internal logging function
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 587
diff changeset
42 /* 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
43 #undef DW_USE_GTK
f6f887d2c5aa Add _dw_log() internal logging function
mhessling@81767d24-ef19-dc11-ae90-00e081727c95
parents: 587
diff changeset
44