diff options
author | Havoc Pennington <hp@redhat.com> | 2002-11-21 16:41:33 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2002-11-21 16:41:33 +0000 |
commit | 93cff3d69fb705806d2af4fd6f29c497ea3192e0 (patch) | |
tree | 628cfe4b38bcd3c2fba071e9dd528459b75571e4 /acconfig.h | |
parent | 47229f733179ed2f9f5e8baffe855f09530ff94f (diff) |
initial import of "dbus" skeleton
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 00000000..e100ec29 --- /dev/null +++ b/acconfig.h @@ -0,0 +1,10 @@ +#undef PACKAGE +#undef VERSION +#undef HAVE_CATGETS +#undef HAVE_GETTEXT +#undef HAVE_LC_MESSAGES +#undef HAVE_STPCPY +#undef ENABLE_NLS +#undef HAVE_PTHREAD_H +#undef GETTEXT_PACKAGE +#undef SANE_MALLOC_PROTOS |