always build POP support, we do a /mail/ client, right ?
[apps/madmutt.git] / protos.h
index 24e5c0d..8178944 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -345,11 +345,6 @@ int getdnsdomainname (char *, size_t);
 #define SCO
 #endif
 
-/* SCO Unix uses chsize() instead of ftruncate() */
-#ifndef HAVE_FTRUNCATE
-#define ftruncate chsize
-#endif
-
 #ifndef HAVE_SNPRINTF
 extern int snprintf (char *, size_t, const char *, ...);
 #endif