diff options
author | Shane Kerr <shane@isc.org> | 2007-05-23 10:35:11 +0000 |
---|---|---|
committer | Shane Kerr <shane@isc.org> | 2007-05-23 10:35:11 +0000 |
commit | 76c944da0457bc1bc8428c642c9697aae1a5be15 (patch) | |
tree | 6f6700495791ba8cec6374162abc73b5baf5294b /relay | |
parent | bb4ceaa2078dbaf99dda92cc55de79f3f90d3750 (diff) | |
download | isc-dhcp-76c944da0457bc1bc8428c642c9697aae1a5be15.tar.gz |
Fix pointer size in 64-bit land.
See RT ticket #16902 for more.
Diffstat (limited to 'relay')
-rw-r--r-- | relay/Makefile.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/relay/Makefile.in b/relay/Makefile.in index ce2a32bb..8a7c51ac 100644 --- a/relay/Makefile.in +++ b/relay/Makefile.in @@ -87,6 +87,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ +GREP = @GREP@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -110,8 +111,6 @@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ @@ -123,19 +122,26 @@ bindir = @bindir@ build_alias = @build_alias@ byte_order = @byte_order@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ |