diff options
Diffstat (limited to 'languages/cpp/app_templates/gtk2mmapp/acconfig.h')
-rw-r--r-- | languages/cpp/app_templates/gtk2mmapp/acconfig.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/languages/cpp/app_templates/gtk2mmapp/acconfig.h b/languages/cpp/app_templates/gtk2mmapp/acconfig.h new file mode 100644 index 00000000..a3f4402e --- /dev/null +++ b/languages/cpp/app_templates/gtk2mmapp/acconfig.h @@ -0,0 +1,10 @@ +/* acconfig.h + * This file is in the public domain. + * + * Descriptive text for the C preprocessor macros that + * the distributed Autoconf macros can define. + * These entries are sometimes used by macros + * which glade-- uses. + */ +#undef PACKAGE +#undef VERSION |