diff options
author | Barattero Laurent <laurent@larueluberlu.net> | 2024-10-06 22:22:06 +0200 |
---|---|---|
committer | Barattero Laurent <laurent@larueluberlu.net> | 2024-10-06 22:22:06 +0200 |
commit | 1742fe7d6f81169a5182e459dd45e51a69181ef0 (patch) | |
tree | 4dfa824ea105de42d63d2a01608f2a5f08dc7880 /src/config.h.in | |
parent | 49fe49f7f0c6ad3ec81fbcbcd266ce627379182a (diff) |
Also, update of atoreconf, readme, man, exemples, help...
Diffstat (limited to '')
-rw-r--r-- | src/config.h.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/config.h.in b/src/config.h.in index aaedc55..ff63f8c 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -21,9 +21,6 @@ /* Define to 1 if you have the `boost_thread' library (-lboost_thread). */ #undef HAVE_LIBBOOST_THREAD -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET @@ -33,6 +30,9 @@ /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H +/* Define to 1 if you have the <stdio.h> header file. */ +#undef HAVE_STDIO_H + /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H @@ -81,7 +81,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #undef STDC_HEADERS /* Version number of package */ |