Parcourir la source

add ptrdiff_t to acconfig.h

Wichert Akkerman il y a 27 ans
Parent
commit
f6948eb302
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      acconfig.h

+ 3 - 0
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
+