diff options
| author | Ted Gould <ted@gould.cx> | 2010-11-11 11:28:43 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-11-11 11:28:43 -0600 |
| commit | d69f09d8320fbd3c4e06a6b96d6b3f77f41b6ffa (patch) | |
| tree | bc30d10509e8f2814ea6c7e39fe2c9154df353e1 /config.h.in | |
| parent | 6e1734e1ad6ea13270afc6c9730d3e4ded2cda02 (diff) | |
| parent | f0c24c976f319d0b087adc0c8bc694cf930aa30b (diff) | |
| download | libdbusmenu-d69f09d8320fbd3c4e06a6b96d6b3f77f41b6ffa.tar.gz libdbusmenu-d69f09d8320fbd3c4e06a6b96d6b3f77f41b6ffa.tar.bz2 libdbusmenu-d69f09d8320fbd3c4e06a6b96d6b3f77f41b6ffa.zip | |
* New upstream release.
* Adding build support for GTK2/3 builds
* Only force a flush of top level items, allow others to be
based on the count.
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index e515f92..7237078 100644 --- a/config.h.in +++ b/config.h.in @@ -18,6 +18,9 @@ /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT +/* whether gtk3 is available */ +#undef HAVE_GTK3 + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H |
