]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/http-private.h
Remove support for AIX, HP-UX, and OSF/1.
[thirdparty/cups.git] / cups / http-private.h
index 090c6f67961d8aba0bfdee8868428abd3f5baa10..006e390655b65a50b514c11384d1f2d5ee20a4bc 100644 (file)
@@ -338,11 +338,6 @@ struct _http_s                             /**** HTTP connection structure ****/
 #  ifndef HAVE_HSTRERROR
 extern const char *_cups_hstrerror(int error);
 #    define hstrerror _cups_hstrerror
-#  elif defined(_AIX) || defined(__osf__)
-/*
- * AIX and Tru64 UNIX don't provide a prototype but do provide the function...
- */
-extern const char *hstrerror(int error);
 #  endif /* !HAVE_HSTRERROR */