Commit 4ad72e73 authored by Joe Orton's avatar Joe Orton
Browse files

* modules/ssl/ssl_private.h: Remove unused macros.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1809297 13f79535-47bb-0310-9956-ffa450edef68
parent ebb512db
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -256,12 +256,6 @@ APLOG_USE_MODULE(ssl);
/*
 * Provide reasonable default for some defines
 */
#ifndef PFALSE
#define PFALSE ((void *)FALSE)
#endif
#ifndef PTRUE
#define PTRUE ((void *)TRUE)
#endif
#ifndef UNSET
#define UNSET (-1)
#endif