1/* acconfig.h
2   This file is in the public domain.
3
4   Descriptive text for the C preprocessor macros that
5   the distributed Autoconf macros can define.
6   No software package will use all of them; autoheader copies the ones
7   your configure.in uses into your configuration header file templates.
8
9   The entries are in sort -df order: alphabetical, case insensitive,
10   ignoring punctuation (such as underscores).  Although this order
11   can split up related entries, it makes it easier to check whether
12   a given entry is in the file.
13
14   Leave the following blank line there!!  Autoheader needs it.  */
15
16
17/* PATH_MAX is declared in limits.h */
18#undef PATH_IN_LIMITS
19
20/* memcpy() is declared in string.h */
21#undef MEMCPY_STRING
22
23/* memcpy() is declared in memory.h */
24#undef MEMCPY_MEMORY
25
26/* sbrk() is not declared */
27#undef SBRK_UNDEF
28
29/* compiler doesn't understand void pointers */
30#undef HAVE_NO_VOID_PTR
31
32
33/* Leave that blank line there!!  Autoheader needs it.
34   If you're adding to this file, keep in mind:
35   The entries are in sort -df order: alphabetical, case insensitive,
36   ignoring punctuation (such as underscores).  */
37