summaryrefslogtreecommitdiff
path: root/dst
diff options
context:
space:
mode:
authorShane Kerr <shane@isc.org>2007-05-23 10:35:11 +0000
committerShane Kerr <shane@isc.org>2007-05-23 10:35:11 +0000
commit76c944da0457bc1bc8428c642c9697aae1a5be15 (patch)
tree6f6700495791ba8cec6374162abc73b5baf5294b /dst
parentbb4ceaa2078dbaf99dda92cc55de79f3f90d3750 (diff)
downloadisc-dhcp-76c944da0457bc1bc8428c642c9697aae1a5be15.tar.gz
Fix pointer size in 64-bit land.
See RT ticket #16902 for more.
Diffstat (limited to 'dst')
-rw-r--r--dst/Makefile.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/dst/Makefile.in b/dst/Makefile.in
index ee49e7c5..2767afd7 100644
--- a/dst/Makefile.in
+++ b/dst/Makefile.in
@@ -93,6 +93,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@
@@ -116,8 +117,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@
@@ -129,19 +128,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@