Commit 3cfadbee authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Add protective #ifdef.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1370 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 30e3176b
...@@ -33,6 +33,9 @@ ...@@ -33,6 +33,9 @@
* NB: THIS IS NOT A PUBLIC API TO VARNISH! * NB: THIS IS NOT A PUBLIC API TO VARNISH!
*/ */
#ifndef SHMLOG_H_INCLUDED
#define SHMLOG_H_INCLUDED
#define SHMLOG_FILENAME "/tmp/_.vsl" #define SHMLOG_FILENAME "/tmp/_.vsl"
#include <time.h> #include <time.h>
...@@ -82,3 +85,5 @@ enum shmlogtag { ...@@ -82,3 +85,5 @@ enum shmlogtag {
#undef SLTM #undef SLTM
SLT_WRAPMARKER = 255 SLT_WRAPMARKER = 255
}; };
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment