aboutsummaryrefslogtreecommitdiff
path: root/include/Config/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Config/link.h')
-rw-r--r--include/Config/link.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/Config/link.h b/include/Config/link.h
new file mode 100644
index 0000000000..a003e2473e
--- /dev/null
+++ b/include/Config/link.h
@@ -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