diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2010-03-29 23:00:45 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-29 23:00:45 +0000 |
| commit | d721231926b6d8b4ac87b819744f7ae6417a79f9 (patch) | |
| tree | 938e6cdf3ac32b6b71d3cefc93991d14ab8d8024 /lib/bind | |
| parent | 53c92a65cdacd31fc9286e00c95b01a9980a4053 (diff) | |
Notes
Diffstat (limited to 'lib/bind')
| -rw-r--r-- | lib/bind/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h index 3243263a6368..1917ffb3d4ea 100644 --- a/lib/bind/config.h +++ b/lib/bind/config.h @@ -265,6 +265,10 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#define LT_OBJDIR ".libs/" + /* Defined if extern char *optarg is not declared. */ /* #undef NEED_OPTARG */ |
