Skip to content

Commit b25fbf6

Browse files
committed
Remove HAVE_LINK_H
1 parent 608037b commit b25fbf6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/cmake/config-ix.cmake

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ if (ANDROID OR DRAGONFLY OR FREEBSD OR HAIKU OR LINUX OR NETBSD OR OPENBSD OR SO
5454
set(HAVE_ERRNO_H 1)
5555
set(HAVE_FCNTL_H 1)
5656
set(HAVE_FENV_H 1)
57-
set(HAVE_LINK_H 1)
5857
set(HAVE_MACH_MACH_H 0)
5958
set(HAVE_MALLOC_MALLOC_H 0)
6059
set(HAVE_PTHREAD_H 1)
@@ -74,7 +73,6 @@ elseif (AIX OR CYGWIN)
7473
set(HAVE_ERRNO_H 1)
7574
set(HAVE_FCNTL_H 1)
7675
set(HAVE_FENV_H 1)
77-
set(HAVE_LINK_H 0)
7876
set(HAVE_MACH_MACH_H 0)
7977
set(HAVE_MALLOC_MALLOC_H 0)
8078
set(HAVE_PTHREAD_H 1)
@@ -94,7 +92,6 @@ elseif (APPLE)
9492
set(HAVE_ERRNO_H 1)
9593
set(HAVE_FCNTL_H 1)
9694
set(HAVE_FENV_H 1)
97-
set(HAVE_LINK_H 0)
9895
set(HAVE_MACH_MACH_H 1)
9996
set(HAVE_MALLOC_MALLOC_H 1)
10097
set(HAVE_PTHREAD_H 1)
@@ -114,7 +111,6 @@ elseif (PURE_WINDOWS)
114111
set(HAVE_ERRNO_H 1)
115112
set(HAVE_FCNTL_H 1)
116113
set(HAVE_FENV_H 1)
117-
set(HAVE_LINK_H 0)
118114
set(HAVE_MACH_MACH_H 0)
119115
set(HAVE_MALLOC_MALLOC_H 0)
120116
set(HAVE_PTHREAD_H 0)
@@ -135,7 +131,6 @@ elseif (ZOS)
135131
set(HAVE_ERRNO_H 1)
136132
set(HAVE_FCNTL_H 1)
137133
set(HAVE_FENV_H 1)
138-
set(HAVE_LINK_H 0)
139134
set(HAVE_MACH_MACH_H 0)
140135
set(HAVE_MALLOC_MALLOC_H 0)
141136
set(HAVE_PTHREAD_H 1)
@@ -156,7 +151,6 @@ else()
156151
check_include_file(errno.h HAVE_ERRNO_H)
157152
check_include_file(fcntl.h HAVE_FCNTL_H)
158153
check_include_file(fenv.h HAVE_FENV_H)
159-
check_include_file(link.h HAVE_LINK_H)
160154
check_include_file(mach/mach.h HAVE_MACH_MACH_H)
161155
check_include_file(malloc/malloc.h HAVE_MALLOC_MALLOC_H)
162156
check_include_file(pthread.h HAVE_PTHREAD_H)

0 commit comments

Comments
 (0)