aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/config.h.in
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2018-10-31 12:15:57 +0100
committerMartin Liska <marxin@gcc.gnu.org>2018-10-31 11:15:57 +0000
commit8468f94425979ede4f7ae165b280748d99b2b981 (patch)
tree8dd65dde19b30378f696f41b5a8b72b291da7b02 /libsanitizer/config.h.in
parenteac975312214dccb9d425b3e8d0b93e85c11ddf4 (diff)
downloadgcc-8468f94425979ede4f7ae165b280748d99b2b981.zip
gcc-8468f94425979ede4f7ae165b280748d99b2b981.tar.gz
gcc-8468f94425979ede4f7ae165b280748d99b2b981.tar.bz2
Update build system: include new files and run autoheader, autoconf, automake
2018-10-31 Martin Liska <mliska@suse.cz> * config.h.in: Regenerate. * configure: Likewise. * sanitizer_common/Makefile.am: Include new files, remove old files. * sanitizer_common/Makefile.in: Regenerate. * ubsan/Makefile.am: Include new files, remove old files. * ubsan/Makefile.in: Likewise. * asan/Makefile.am: Include new files. * asan/Makefile.in: Regenerate. From-SVN: r265666
Diffstat (limited to 'libsanitizer/config.h.in')
-rw-r--r--libsanitizer/config.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libsanitizer/config.h.in b/libsanitizer/config.h.in
index f716c24..a64b6a1 100644
--- a/libsanitizer/config.h.in
+++ b/libsanitizer/config.h.in
@@ -40,12 +40,12 @@
/* Define to 1 if you have the <link.h> header file. */
#undef HAVE_LINK_H
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
/* Define to 1 if you have the `lstat' function. */
#undef HAVE_LSTAT
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
/* Define to 1 if you have the `readlink' function. */
#undef HAVE_READLINK