diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2010-03-18 19:00:35 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-18 19:00:35 +0000 |
| commit | b8743b3ba53f8c1f9f6a78f82683a4cbb4a47ca3 (patch) | |
| tree | 273da7c37cab7a5631d7928c11fe6612bf1668a6 /lib/bind | |
| parent | 3453d74641d4efc860ba93288c38ab1c96044b71 (diff) | |
| parent | 4308e637cb194c3ff81230993e254a17ea317070 (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 3391059500cb2..3038b5b0d3017 100644 --- a/lib/bind/config.h +++ b/lib/bind/config.h @@ -283,6 +283,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 */ |
