diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* Define if the __attribute__(()) extension is present */ -/* #define HAVE_ATTRIBUTE */ +#undef HAVE_ATTRIBUTE /* Define if the compiler understands the __FUNCTION__ keyword. */ -/* #define HAVE_FUNCTION */ +#undef HAVE_FUNCTION |