Browse Source

add ptrdiff_t to acconfig.h

Wichert Akkerman 27 years ago
parent
commit
f6948eb302
1 changed files with 3 additions and 0 deletions
  1. 3 0
      acconfig.h

+ 3 - 0
acconfig.h

@@ -69,3 +69,6 @@
 /* Do we have proper memory information in struct sysinfo */
 /* Do we have proper memory information in struct sysinfo */
 #undef MEMINFO_IN_SYSINFO
 #undef MEMINFO_IN_SYSINFO
 
 
+/* Define the ptrdiff_t type if your system doesn't have it */
+#undef ptrdiff_t
+