Module Name:    src
Committed By:   joerg
Date:           Wed Feb 19 13:32:40 UTC 2020

Modified Files:
        src/external/apache2/llvm/config/llvm/Config: config.h.in

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/external/apache2/llvm/config/llvm/Config/config.h.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/apache2/llvm/config/llvm/Config/config.h.in
diff -u src/external/apache2/llvm/config/llvm/Config/config.h.in:1.2 src/external/apache2/llvm/config/llvm/Config/config.h.in:1.3
--- src/external/apache2/llvm/config/llvm/Config/config.h.in:1.2	Wed Feb 19 09:59:39 2020
+++ src/external/apache2/llvm/config/llvm/Config/config.h.in	Wed Feb 19 13:32:40 2020
@@ -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

Reply via email to