Merged in autoconf branch. This provides configuration via the autoconf
[oota-llvm.git] / include / Config / link.h
diff --git a/include/Config/link.h b/include/Config/link.h
new file mode 100644 (file)
index 0000000..a003e24
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * Header file: link.h
+ *
+ * Description:
+ *     This header file is the autoconf replacement for link.h (if it lives
+ *     on the system).
+ */
+
+#ifndef _CONFIG_LINK_H
+#define _CONFIG_LINK_H
+
+#include "Config/config.h"
+
+#ifdef HAVE_LINK_H
+#include <link.h>
+#endif
+
+#endif