From: Wichert Akkerman Date: Wed, 15 Dec 1999 00:54:45 +0000 (+0000) Subject: add ptrdiff_t to acconfig.h X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6948eb3023bc9d8c9c1673721f0c2768eb30de1;p=dpkg add ptrdiff_t to acconfig.h --- diff --git a/acconfig.h b/acconfig.h index a194cbf7..b3414010 100644 --- a/acconfig.h +++ b/acconfig.h @@ -69,3 +69,6 @@ /* Do we have proper memory information in struct sysinfo */ #undef MEMINFO_IN_SYSINFO +/* Define the ptrdiff_t type if your system doesn't have it */ +#undef ptrdiff_t +