Skip to content
Snippets Groups Projects
Commit 0c71db7a authored by Dan Egnor's avatar Dan Egnor
Browse files

add acconfig.h

parent f7ce0998
No related branches found
No related tags found
No related merge requests found
test-oop test-oop
confdefs.h confdefs.h
aclocal.m4 aclocal.m4
acconfig.h
Makefile.in Makefile.in
config.h.in config.h.in
configure configure
/* acconfig.h
This file is in the public domain.
Descriptive text for the C preprocessor macros that
the distributed Autoconf macros can define.
No software package will use all of them; autoheader copies the ones
your configure.in uses into your configuration header file templates.
The entries are in sort -df order: alphabetical, case insensitive,
ignoring punctuation (such as underscores). Although this order
can split up related entries, it makes it easier to check whether
a given entry is in the file.
Leave the following blank line there!! Autoheader needs it. */
/* The ADNS resolver library */
#undef HAVE_ADNS
/* The glib utility library (from gtk+) */
#undef HAVE_GLIB
/* The W3C libwww */
#undef HAVE_WWW
/* Leave that blank line there!! Autoheader needs it.
If you're adding to this file, keep in mind:
The entries are in sort -df order: alphabetical, case insensitive,
ignoring punctuation (such as underscores). */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment