diff options
author | pixel <pixel> | 2002-11-29 20:39:44 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-11-29 20:39:44 +0000 |
commit | ed0ed93bc9a64412c04a73938b04079cad95c4af (patch) | |
tree | 985cbfc9e800d0ee6d28ebb542d6ee79c9a4cc96 /lib/HttpServ.cc | |
parent | a69ef2131749e05bb43106d48139638de0144f69 (diff) |
Yeah... reworking on it!
Diffstat (limited to 'lib/HttpServ.cc')
-rw-r--r-- | lib/HttpServ.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/HttpServ.cc b/lib/HttpServ.cc index f649a78..e258fd6 100644 --- a/lib/HttpServ.cc +++ b/lib/HttpServ.cc @@ -1,3 +1,6 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "Socket.h" #include "Action.h" #include "HttpServ.h" @@ -5,7 +8,6 @@ #include "ReadJob.h" #include "CopyJob.h" #include "Task.h" -#include "config.h" String endhl = "\r\n", endnl = "\n"; |