Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/apache2/llvm/config/llvm/Config Revert last. It was...



details:   https://anonhg.NetBSD.org/src/rev/fb834b46a9c5
branches:  trunk
changeset: 744953:fb834b46a9c5
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Feb 19 13:32:40 2020 +0000

description:
Revert last. It was objected to pre-commit, there is no actual error
analysis or report and there is existing logic supposed to handle this.

diffstat:

 external/apache2/llvm/config/llvm/Config/config.h.in |  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 124eda7a9959 -r fb834b46a9c5 external/apache2/llvm/config/llvm/Config/config.h.in
--- a/external/apache2/llvm/config/llvm/Config/config.h.in      Wed Feb 19 09:59:39 2020 +0000
+++ b/external/apache2/llvm/config/llvm/Config/config.h.in      Wed Feb 19 13:32:40 2020 +0000
@@ -312,15 +312,11 @@
 /* Define to 1 if you have the <sys/uio.h> header file. */
 #define HAVE_SYS_UIO_H 1
 
-#if !HAVE_NBTOOL_CONFIG_H
 /* Define if the setupterm() function is supported this platform. */
 #define HAVE_TERMINFO 1
-#endif
 
-#if !HAVE_NBTOOL_CONFIG_H
 /* Define to 1 if you have the <termios.h> header file. */
 #define HAVE_TERMIOS_H 1
-#endif
 
 /* Define to 1 if the system has the type `uint64_t'. */
 #define HAVE_UINT64_T 1



Home | Main Index | Thread Index | Old Index