From 17b2a387214d8de9a0bedab516b57a089f6a7973 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Fri, 9 Sep 2016 22:29:17 -0400 Subject: [PATCH] [mod_auth] remove empty mod_auth.h --- src/Makefile.am | 2 +- src/mod_auth.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 src/mod_auth.h diff --git a/src/Makefile.am b/src/Makefile.am index 66aef337..6886a83a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -293,7 +293,7 @@ hdr = server.h base64.h buffer.h network.h log.h keyvalue.h \ first.h settings.h http_chunk.h \ md5.h http_auth.h stream.h \ fdevent.h connections.h base.h stat_cache.h \ - plugin.h mod_auth.h \ + plugin.h \ etag.h joblist.h array.h vector.h crc32.h \ network_backends.h configfile.h \ mod_ssi.h mod_ssi_expr.h inet_ntop_cache.h \ diff --git a/src/mod_auth.h b/src/mod_auth.h deleted file mode 100644 index e69de29b..00000000