summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>2000-11-23 17:54:19 +0000
committerWichert Akkerman <wakkerma@debian.org>2000-11-23 17:54:19 +0000
commit14224556bab508da1d768b93f2781b145543c9e6 (patch)
tree9d784e6f66880869eaa4ea3c799740831d5b5723 /acconfig.h
parent2c6ffe88990b76fbfe7aebefa0645887784b49fa (diff)
downloaddpkg-14224556bab508da1d768b93f2781b145543c9e6.tar.gz
lib/mlib.c: fix error reporting for reading data in do_fd_copy
optlib/Makefile.am: remove (can't believe this still existed!) utils/Makefile.in: link md5sum with our own libintl if needed archtable, scripts/dpkg-architecture.pl: add freebsd-i386 acconfig.h, configure.in, doc/Makefile.in: make building documentation and start-stop-daemon optional main/help.c: only check for start-stop-daemon in checkpatch() if we build it
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index b3414010e..e5716f6f3 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -72,3 +72,5 @@
/* Define the ptrdiff_t type if your system doesn't have it */
#undef ptrdiff_t
+/* Define if start-stop-daemon is compiled */
+#undef USE_START_STOP_DAEMON