blob: a003e2473e8f70da87e1b7ca8bbe299ccb983286 [file] [log] [blame]
John Criswell3ef61af2003-06-30 21:59:07 +00001/*
2 * Header file: link.h
3 *
4 * Description:
5 * This header file is the autoconf replacement for link.h (if it lives
6 * on the system).
7 */
8
9#ifndef _CONFIG_LINK_H
10#define _CONFIG_LINK_H
11
12#include "Config/config.h"
13
14#ifdef HAVE_LINK_H
15#include <link.h>
16#endif
17
18#endif