link.h causes problems on some platforms and is not needed on solaris, where

the comment came from.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14905 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-07-17 03:09:12 +00:00
parent 9e02cf8266
commit bc10c3b6c3
2 changed files with 0 additions and 18 deletions

View File

@ -16,17 +16,8 @@
#include "Config/config.h"
/*
* According to the man pages on dlopen(), we sometimes need link.h. So,
* go grab it just in case.
*/
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#ifdef HAVE_LINK_H
#include <link.h>
#endif
#endif
#endif

View File

@ -16,17 +16,8 @@
#include "Config/config.h"
/*
* According to the man pages on dlopen(), we sometimes need link.h. So,
* go grab it just in case.
*/
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#ifdef HAVE_LINK_H
#include <link.h>
#endif
#endif
#endif