myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_1-13-g


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_1-13-g053e5ab
Date: Fri, 15 Jan 2010 11:55:22 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  053e5abcd9e8668e91e41f4349e47ccde6d9d619 (commit)
       via  99ca833a81c9405b955132d3559f885840939ad2 (commit)
      from  eea2068f080bf97b69e1c0bbb0c47a2537b78d4e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit 053e5abcd9e8668e91e41f4349e47ccde6d9d619
Author: Giuseppe Scrivano <address@hidden>
Date:   Fri Jan 15 12:55:02 2010 +0100

    Rename stdafx.h to myserver.h

diff --git a/misc/wingen/generate_myserver_dev.pl 
b/misc/wingen/generate_myserver_dev.pl
index 741156a..c14caf8 100755
--- a/misc/wingen/generate_myserver_dev.pl
+++ b/misc/wingen/generate_myserver_dev.pl
@@ -20,7 +20,7 @@
 
 use File::Find;
 
-my @files = ('stdafx.cpp');
+my @files = ('myserver.cpp');
 my @directories = ('src');
 
 open(DAT, "version") || die("Could not open file!");
diff --git a/misc/wingen/myserver.dev b/misc/wingen/myserver.dev
index 79f13c3..6ee732c 100644
--- a/misc/wingen/myserver.dev
+++ b/misc/wingen/myserver.dev
@@ -47,7 +47,7 @@ ProductName=MyServer
 ProductVersion=0.9.0
 AutoIncBuildNr=0
 [Unit1]
-FileName=stdafx.cpp
+FileName=myserver.cpp
 CompileCpp=1
 Folder=myserver
 Compile=1
diff --git a/myserver/Makefile.am b/myserver/Makefile.am
index bc8d43b..eed2246 100644
--- a/myserver/Makefile.am
+++ b/myserver/Makefile.am
@@ -9,7 +9,7 @@ endif
 
 SUBDIRS = lib po src include $(CONTROL) binaries $(DOCS) $(TESTS_DIR)
 
-EXTRA_DIST = stdafx.h doxygen SConstruct
+EXTRA_DIST = myserver.h doxygen SConstruct
 
 ACLOCAL_AMFLAGS = -I m4
 
diff --git a/myserver/include/base/base64/mime_utils.h 
b/myserver/include/base/base64/mime_utils.h
index 790a681..4fce9bf 100644
--- a/myserver/include/base/base64/mime_utils.h
+++ b/myserver/include/base/base64/mime_utils.h
@@ -21,7 +21,7 @@
 #ifndef MIMEUTILS_H
 # define MIMEUTILS_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 class CBase64Utils
 {
diff --git a/myserver/include/base/bitvec/bitvec.h 
b/myserver/include/base/bitvec/bitvec.h
index 589f9a7..fc59de5 100644
--- a/myserver/include/base/bitvec/bitvec.h
+++ b/myserver/include/base/bitvec/bitvec.h
@@ -19,7 +19,7 @@
 #ifndef BITVEC_H
 # define BITVEC_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 class BitVec
 {
diff --git a/myserver/include/base/crypt/crypt_algo.h 
b/myserver/include/base/crypt/crypt_algo.h
index 172cc03..42dd1d8 100644
--- a/myserver/include/base/crypt/crypt_algo.h
+++ b/myserver/include/base/crypt/crypt_algo.h
@@ -19,7 +19,7 @@
 #ifndef CRYPT_ALGO_H
 # define CRYPT_ALGO_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/hash_map/hash_map.h>
 # include <include/base/mem_buff/mem_buff.h>
 
diff --git a/myserver/include/base/crypt/crypt_algo_manager.h 
b/myserver/include/base/crypt/crypt_algo_manager.h
index 4b6baf3..bf15111 100644
--- a/myserver/include/base/crypt/crypt_algo_manager.h
+++ b/myserver/include/base/crypt/crypt_algo_manager.h
@@ -19,7 +19,7 @@
 #ifndef CRYPT_ALGO_MANAGER_H
 # define CRYPT_ALGO_MANAGER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/base/hash_map/hash_map.h>
 # include <include/base/crypt/crypt_algo.h>
diff --git a/myserver/include/base/crypt/md5.h 
b/myserver/include/base/crypt/md5.h
index fc81ea5..09914d0 100644
--- a/myserver/include/base/crypt/md5.h
+++ b/myserver/include/base/crypt/md5.h
@@ -19,7 +19,7 @@
 #ifndef MD5_H
 # define MD5_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <md5.h>
 # include <include/base/crypt/crypt_algo.h>
diff --git a/myserver/include/base/crypt/sha1.h 
b/myserver/include/base/crypt/sha1.h
index 973aa0a..7d9f21a 100644
--- a/myserver/include/base/crypt/sha1.h
+++ b/myserver/include/base/crypt/sha1.h
@@ -26,7 +26,7 @@ extern "C"
 #include <sha1.h>
 }
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/base/crypt/crypt_algo.h>
 # include <include/base/crypt/crypt_algo_manager.h>
diff --git a/myserver/include/base/dynamic_lib/dynamiclib.h 
b/myserver/include/base/dynamic_lib/dynamiclib.h
index 2b94434..973b949 100644
--- a/myserver/include/base/dynamic_lib/dynamiclib.h
+++ b/myserver/include/base/dynamic_lib/dynamiclib.h
@@ -18,7 +18,7 @@
 
 #ifndef DYNAMICLIBRARY_H
 # define DYNAMICLIBRARY_H
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <string>
 
diff --git a/myserver/include/base/file/file.h 
b/myserver/include/base/file/file.h
index be4476d..f53abac 100644
--- a/myserver/include/base/file/file.h
+++ b/myserver/include/base/file/file.h
@@ -20,7 +20,7 @@
 #ifndef FILE_H
 # define FILE_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/filter/stream.h>
 # include <string>
 
diff --git a/myserver/include/base/file/files_utility.h 
b/myserver/include/base/file/files_utility.h
index a3b5387..b2207d4 100644
--- a/myserver/include/base/file/files_utility.h
+++ b/myserver/include/base/file/files_utility.h
@@ -20,7 +20,7 @@
 #ifndef FILES_UTILITY_H
 # define FILES_UTILITY_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/filter/stream.h>
 # include <include/base/file/file.h>
 # include <string>
diff --git a/myserver/include/base/files_cache/cached_file.h 
b/myserver/include/base/files_cache/cached_file.h
index 44aaa32..bf5a189 100644
--- a/myserver/include/base/files_cache/cached_file.h
+++ b/myserver/include/base/files_cache/cached_file.h
@@ -19,7 +19,7 @@
 #ifndef CACHED_FILE_H
 # define CACHED_FILE_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/filter/stream.h>
 # include <include/base/file/file.h>
 # include <include/base/files_cache/cached_file_buffer.h>
diff --git a/myserver/include/base/files_cache/cached_file_buffer.h 
b/myserver/include/base/files_cache/cached_file_buffer.h
index 68ca202..a8c80c8 100644
--- a/myserver/include/base/files_cache/cached_file_buffer.h
+++ b/myserver/include/base/files_cache/cached_file_buffer.h
@@ -20,7 +20,7 @@
 #ifndef CACHED_FILE_BUFFER_H
 # define CACHED_FILE_BUFFER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/filter/stream.h>
 # include <include/base/file/file.h>
 # include <include/base/sync/mutex.h>
diff --git a/myserver/include/base/files_cache/cached_file_factory.h 
b/myserver/include/base/files_cache/cached_file_factory.h
index d2687aa..fe1ce94 100644
--- a/myserver/include/base/files_cache/cached_file_factory.h
+++ b/myserver/include/base/files_cache/cached_file_factory.h
@@ -20,7 +20,7 @@
 #ifndef CACHED_FILE_FACTORY_H
 # define CACHED_FILE_FACTORY_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/filter/stream.h>
 # include <include/base/hash_map/hash_map.h>
 # include <include/base/file/file.h>
diff --git a/myserver/include/base/files_cache/membuf_file.h 
b/myserver/include/base/files_cache/membuf_file.h
index 38fa80c..41934f6 100644
--- a/myserver/include/base/files_cache/membuf_file.h
+++ b/myserver/include/base/files_cache/membuf_file.h
@@ -19,7 +19,7 @@
 #ifndef MEMBUF_FILE_H
 # define MEMBUF_FILE_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/filter/stream.h>
 # include <include/base/file/file.h>
 # include <string>
diff --git a/myserver/include/base/hash_map/hash_map.h 
b/myserver/include/base/hash_map/hash_map.h
index 2c52345..ddecd19 100644
--- a/myserver/include/base/hash_map/hash_map.h
+++ b/myserver/include/base/hash_map/hash_map.h
@@ -25,7 +25,7 @@
 #ifndef HASHMAP_H
 # define HASHMAP_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <list>
 # include <vector>
 # include <string>
diff --git a/myserver/include/base/home_dir/home_dir.h 
b/myserver/include/base/home_dir/home_dir.h
index 2d36e0e..df0bf24 100644
--- a/myserver/include/base/home_dir/home_dir.h
+++ b/myserver/include/base/home_dir/home_dir.h
@@ -19,7 +19,7 @@
 #ifndef HOME_DIR_H
 # define HOME_DIR_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/file/file.h>
 # include <include/base/string/stringutils.h>
 # include <include/base/hash_map/hash_map.h>
diff --git a/myserver/include/base/mem_buff/mem_buff.h 
b/myserver/include/base/mem_buff/mem_buff.h
index 5bba20d..abbcb2c 100644
--- a/myserver/include/base/mem_buff/mem_buff.h
+++ b/myserver/include/base/mem_buff/mem_buff.h
@@ -25,7 +25,7 @@
 #  define NULL 0
 # endif
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <iostream>
 # include <string>
 using namespace std;
diff --git a/myserver/include/base/multicast/multicast.h 
b/myserver/include/base/multicast/multicast.h
index 00a9a3f..6684688 100644
--- a/myserver/include/base/multicast/multicast.h
+++ b/myserver/include/base/multicast/multicast.h
@@ -19,7 +19,7 @@
 #ifndef MULTICAST_H
 # define MULTICAST_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/hash_map/hash_map.h>
 
 # include <string>
diff --git a/myserver/include/base/pipe/pipe.h 
b/myserver/include/base/pipe/pipe.h
index 93ea69b..7530bc0 100644
--- a/myserver/include/base/pipe/pipe.h
+++ b/myserver/include/base/pipe/pipe.h
@@ -20,7 +20,7 @@
 #ifndef PIPE_H
 # define PIPE_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/filter/stream.h>
 # include <string>
 
diff --git a/myserver/include/base/process/fork_server.h 
b/myserver/include/base/process/fork_server.h
index e7dd368..72da869 100644
--- a/myserver/include/base/process/fork_server.h
+++ b/myserver/include/base/process/fork_server.h
@@ -18,7 +18,7 @@
 #ifndef FORK_SERVER_H
 # define FORK_SERVER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 #ifndef WIN32
 # include <unistd.h>
diff --git a/myserver/include/base/process/process.h 
b/myserver/include/base/process/process.h
index 2b39a84..dc4e5ec 100644
--- a/myserver/include/base/process/process.h
+++ b/myserver/include/base/process/process.h
@@ -20,7 +20,7 @@
 #ifndef PROCESS_H
 # define PROCESS_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/base/file/file.h>
 # include <include/base/sync/mutex.h>
diff --git a/myserver/include/base/process/process_server_manager.h 
b/myserver/include/base/process/process_server_manager.h
index 64f8830..b15443c 100644
--- a/myserver/include/base/process/process_server_manager.h
+++ b/myserver/include/base/process/process_server_manager.h
@@ -19,7 +19,7 @@
 #ifndef PROCESS_SERVER_MANAGER_H
 # define PROCESS_SERVER_MANAGER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/base/utility.h>
 # include <include/base/socket/socket.h>
diff --git a/myserver/include/base/read_directory/read_directory.h 
b/myserver/include/base/read_directory/read_directory.h
index bf3297f..c8e58c2 100644
--- a/myserver/include/base/read_directory/read_directory.h
+++ b/myserver/include/base/read_directory/read_directory.h
@@ -19,7 +19,7 @@
 #ifndef FIND_DATA_H
 # define FIND_DATA_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 extern "C"
 {
diff --git a/myserver/include/base/regex/myserver_regex.h 
b/myserver/include/base/regex/myserver_regex.h
index ed29c59..484a56b 100644
--- a/myserver/include/base/regex/myserver_regex.h
+++ b/myserver/include/base/regex/myserver_regex.h
@@ -20,7 +20,7 @@
 #ifndef MYSERVER_REGEX_H
 # define MYSERVER_REGEX_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 extern "C"
 {
diff --git a/myserver/include/base/safetime/safetime.h 
b/myserver/include/base/safetime/safetime.h
index c7db70f..deb8c86 100644
--- a/myserver/include/base/safetime/safetime.h
+++ b/myserver/include/base/safetime/safetime.h
@@ -19,7 +19,7 @@
 #ifndef SAFETIME_H
 # define SAFETIME_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # ifdef GETTIMEOFDAY
 #  include <sys/time.h>
diff --git a/myserver/include/base/slab/slab.h 
b/myserver/include/base/slab/slab.h
index 2e83b0f..7a96802 100644
--- a/myserver/include/base/slab/slab.h
+++ b/myserver/include/base/slab/slab.h
@@ -20,7 +20,7 @@
 # define SLAB_H
 
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/bitvec/bitvec.h>
 
 template<class T>
diff --git a/myserver/include/base/socket/socket.h 
b/myserver/include/base/socket/socket.h
index d4bfd6c..f34bcef 100644
--- a/myserver/include/base/socket/socket.h
+++ b/myserver/include/base/socket/socket.h
@@ -20,7 +20,7 @@
 #ifndef SOCKET_H
 # define SOCKET_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/filter/stream.h>
 
 # include <string>
diff --git a/myserver/include/base/socket/ssl_socket.h 
b/myserver/include/base/socket/ssl_socket.h
index dca0bba..75eaecb 100644
--- a/myserver/include/base/socket/ssl_socket.h
+++ b/myserver/include/base/socket/ssl_socket.h
@@ -20,7 +20,7 @@
 #ifndef SSL_SOCKET_H
 # define SSL_SOCKET_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/socket/socket.h>
 # include <include/base/ssl/ssl.h>
 
diff --git a/myserver/include/base/socket_pair/socket_pair.h 
b/myserver/include/base/socket_pair/socket_pair.h
index b664a89..7c29e91 100644
--- a/myserver/include/base/socket_pair/socket_pair.h
+++ b/myserver/include/base/socket_pair/socket_pair.h
@@ -19,7 +19,7 @@
 #ifndef SOCKET_PAIR_H
 # define SOCKET_PAIR_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/filter/stream.h>
 # include <include/base/socket/socket.h>
 # include <string>
diff --git a/myserver/include/base/ssl/ssl.h b/myserver/include/base/ssl/ssl.h
index 9be4a0e..f7124f1 100644
--- a/myserver/include/base/ssl/ssl.h
+++ b/myserver/include/base/ssl/ssl.h
@@ -19,7 +19,7 @@
 #ifndef SSL_H
 # define SSL_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <gnutls/openssl.h>
 # include <string>
diff --git a/myserver/include/base/string/securestr.h 
b/myserver/include/base/string/securestr.h
index ce7ebdd..f0b2e2e 100644
--- a/myserver/include/base/string/securestr.h
+++ b/myserver/include/base/string/securestr.h
@@ -18,7 +18,7 @@
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
-#include "stdafx.h"
+#include "myserver.h"
 #ifndef SECURESTR_H
 # define SECURESTR_H
 
diff --git a/myserver/include/base/string/stringutils.h 
b/myserver/include/base/string/stringutils.h
index 8ade9e9..2f5b1b3 100644
--- a/myserver/include/base/string/stringutils.h
+++ b/myserver/include/base/string/stringutils.h
@@ -20,7 +20,7 @@
 #ifndef STRINGUTILS_H
 # define STRINGUTILS_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <string>
 
 using namespace std;
diff --git a/myserver/include/base/sync/event.h 
b/myserver/include/base/sync/event.h
index 34411d1..fd5810c 100644
--- a/myserver/include/base/sync/event.h
+++ b/myserver/include/base/sync/event.h
@@ -19,7 +19,7 @@
 #ifndef EVENT_H
 # define EVENT_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/sync/mutex.h>
 
 # ifdef HAVE_PTHREAD
diff --git a/myserver/include/base/sync/mutex.h 
b/myserver/include/base/sync/mutex.h
index 14469ae..b0edc68 100644
--- a/myserver/include/base/sync/mutex.h
+++ b/myserver/include/base/sync/mutex.h
@@ -20,7 +20,7 @@
 #ifndef MUTEX_H
 # define MUTEX_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/file/file.h>
 # include <include/base/string/stringutils.h>
 
diff --git a/myserver/include/base/sync/read_write_lock.h 
b/myserver/include/base/sync/read_write_lock.h
index 5a26014..f1efd1b 100644
--- a/myserver/include/base/sync/read_write_lock.h
+++ b/myserver/include/base/sync/read_write_lock.h
@@ -19,7 +19,7 @@
 #ifndef READ_WRITE_LOCK_H
 # define READ_WRITE_LOCK_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/sync/semaphore.h>
 
 class ReadWriteLock
diff --git a/myserver/include/base/sync/recursive_mutex.h 
b/myserver/include/base/sync/recursive_mutex.h
index eeb5e61..eead63f 100644
--- a/myserver/include/base/sync/recursive_mutex.h
+++ b/myserver/include/base/sync/recursive_mutex.h
@@ -20,7 +20,7 @@
 #ifndef RECURSIVE_MUTEX_H
 # define RECURSIVE_MUTEX_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/sync/mutex.h>
 
 
diff --git a/myserver/include/base/sync/semaphore.h 
b/myserver/include/base/sync/semaphore.h
index a999a11..570801f 100644
--- a/myserver/include/base/sync/semaphore.h
+++ b/myserver/include/base/sync/semaphore.h
@@ -20,7 +20,7 @@
 #ifndef SEMAPHORE_H
 # define SEMAPHORE_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # ifdef HAVE_PTHREAD
 #  include <semaphore.h>
diff --git a/myserver/include/base/thread/thread.h 
b/myserver/include/base/thread/thread.h
index 0aaee27..6a8a824 100644
--- a/myserver/include/base/thread/thread.h
+++ b/myserver/include/base/thread/thread.h
@@ -20,7 +20,7 @@
 #ifndef THREAD_H
 # define THREAD_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/file/file.h>
 # include <include/base/string/stringutils.h>
 
diff --git a/myserver/include/base/unix_socket/unix_socket.h 
b/myserver/include/base/unix_socket/unix_socket.h
index 0323e16..b7cedc2 100644
--- a/myserver/include/base/unix_socket/unix_socket.h
+++ b/myserver/include/base/unix_socket/unix_socket.h
@@ -19,7 +19,7 @@
 #ifndef UNIX_SOCKET_H
 # define UNIX_SOCKET_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/socket/socket.h>
 
 
diff --git a/myserver/include/base/utility.h b/myserver/include/base/utility.h
index 9043082..475cfa4 100644
--- a/myserver/include/base/utility.h
+++ b/myserver/include/base/utility.h
@@ -20,7 +20,7 @@
 #ifndef UTILITY_H
 # define UTILITY_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/file/file.h>
 # include <include/base/string/stringutils.h>
 # include <include/base/process/process.h>
diff --git a/myserver/include/base/xml/xml_parser.h 
b/myserver/include/base/xml/xml_parser.h
index 40c7308..17f6b11 100644
--- a/myserver/include/base/xml/xml_parser.h
+++ b/myserver/include/base/xml/xml_parser.h
@@ -20,7 +20,7 @@
 #ifndef CXMLPARSER_IN
 # define CXMLPARSER_IN
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/file/file.h>
 # include <include/base/mem_buff/mem_buff.h>
 extern "C"
diff --git a/myserver/include/conf/main/main_configuration.h 
b/myserver/include/conf/main/main_configuration.h
index 3a29149..6da7622 100644
--- a/myserver/include/conf/main/main_configuration.h
+++ b/myserver/include/conf/main/main_configuration.h
@@ -19,7 +19,7 @@
 #ifndef MAIN_CONFIGURATION_H
 # define MAIN_CONFIGURATION_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/hash_map/hash_map.h>
 # include <include/conf/nodetree.h>
 
diff --git a/myserver/include/conf/main/xml_main_configuration.h 
b/myserver/include/conf/main/xml_main_configuration.h
index d72f0b4..eeb25e8 100644
--- a/myserver/include/conf/main/xml_main_configuration.h
+++ b/myserver/include/conf/main/xml_main_configuration.h
@@ -19,7 +19,7 @@
 #ifndef XML_MAIN_CONFIGURATION_H
 # define XML_MAIN_CONFIGURATION_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/conf/main/main_configuration.h>
 # include <include/base/xml/xml_parser.h>
 
diff --git a/myserver/include/conf/mime/mime_manager.h 
b/myserver/include/conf/mime/mime_manager.h
index 9274cda..def7f41 100644
--- a/myserver/include/conf/mime/mime_manager.h
+++ b/myserver/include/conf/mime/mime_manager.h
@@ -20,7 +20,7 @@
 #ifndef MIME_MANAGER_H
 # define MIME_MANAGER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/base/utility.h>
 # include <include/base/hash_map/hash_map.h>
diff --git a/myserver/include/conf/mime/xml_mime_handler.h 
b/myserver/include/conf/mime/xml_mime_handler.h
index 919d3bc..caff7aa 100644
--- a/myserver/include/conf/mime/xml_mime_handler.h
+++ b/myserver/include/conf/mime/xml_mime_handler.h
@@ -19,7 +19,7 @@
 #ifndef XML_MIME_HANDLER_H
 # define XML_MIME_HANDLER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/base/utility.h>
 # include <include/base/hash_map/hash_map.h>
diff --git a/myserver/include/conf/nodetree.h b/myserver/include/conf/nodetree.h
index 2cdad3e..57cc502 100644
--- a/myserver/include/conf/nodetree.h
+++ b/myserver/include/conf/nodetree.h
@@ -19,7 +19,7 @@
 #ifndef NODE_TREE_H
 # define NODE_TREE_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <src/conf/nodetree.cpp>
 
diff --git a/myserver/include/conf/security/auth_domain.h 
b/myserver/include/conf/security/auth_domain.h
index 1fa3a4e..1843739 100644
--- a/myserver/include/conf/security/auth_domain.h
+++ b/myserver/include/conf/security/auth_domain.h
@@ -19,7 +19,7 @@
 #ifndef AUTH_DOMAIN_H
 # define AUTH_DOMAIN_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/conf/security/security_domain.h>
 
 # include <string>
diff --git a/myserver/include/conf/security/auth_method.h 
b/myserver/include/conf/security/auth_method.h
index d918de3..b7da63b 100644
--- a/myserver/include/conf/security/auth_method.h
+++ b/myserver/include/conf/security/auth_method.h
@@ -20,7 +20,7 @@
 #ifndef AUTH_METHOD_H
 # define AUTH_METHOD_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/conf/security/security_manager.h>
 
 # include <include/base/crypt/crypt_algo_manager.h>
diff --git a/myserver/include/conf/security/auth_method_factory.h 
b/myserver/include/conf/security/auth_method_factory.h
index 172ec50..021904f 100644
--- a/myserver/include/conf/security/auth_method_factory.h
+++ b/myserver/include/conf/security/auth_method_factory.h
@@ -19,7 +19,7 @@
 #ifndef AUTH_METHOD_FACTORY_H
 # define AUTH_METHOD_FACTORY_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/hash_map/hash_map.h>
 # include <string>
 # include <include/base/crypt/crypt_algo_manager.h>
diff --git a/myserver/include/conf/security/security_cache.h 
b/myserver/include/conf/security/security_cache.h
index 45a5229..5fe1039 100644
--- a/myserver/include/conf/security/security_cache.h
+++ b/myserver/include/conf/security/security_cache.h
@@ -19,7 +19,7 @@
 #ifndef SECURITY_CACHE_H
 # define SECURITY_CACHE_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/base/hash_map/hash_map.h>
 # include <include/conf/security/security_manager.h>
diff --git a/myserver/include/conf/security/security_domain.h 
b/myserver/include/conf/security/security_domain.h
index 848cded..472ae28 100644
--- a/myserver/include/conf/security/security_domain.h
+++ b/myserver/include/conf/security/security_domain.h
@@ -19,7 +19,7 @@
 #ifndef SECURITY_DOMAIN_H
 # define SECURITY_DOMAIN_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <string>
 
diff --git a/myserver/include/conf/security/security_manager.h 
b/myserver/include/conf/security/security_manager.h
index 3887811..f50ba17 100644
--- a/myserver/include/conf/security/security_manager.h
+++ b/myserver/include/conf/security/security_manager.h
@@ -20,7 +20,7 @@
 #ifndef SECURITY_MANAGER_H
 # define SECURITY_MANAGER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/conf/security/security_token.h>
 # include <include/connection/connection.h>
 # include <include/base/xml/xml_parser.h>
diff --git a/myserver/include/conf/security/security_token.h 
b/myserver/include/conf/security/security_token.h
index 5ab7afb..799795e 100644
--- a/myserver/include/conf/security/security_token.h
+++ b/myserver/include/conf/security/security_token.h
@@ -20,7 +20,7 @@
 #ifndef SECURITY_TOKEN_H
 # define SECURITY_TOKEN_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/hash_map/hash_map.h>
 # include <include/conf/nodetree.h>
 # include <string>
diff --git a/myserver/include/conf/security/validator.h 
b/myserver/include/conf/security/validator.h
index 8ae0941..f4d945c 100644
--- a/myserver/include/conf/security/validator.h
+++ b/myserver/include/conf/security/validator.h
@@ -19,7 +19,7 @@
 #ifndef VALIDATOR_H
 # define VALIDATOR_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/hash_map/hash_map.h>
 
 # include <include/conf/security/auth_method.h>
diff --git a/myserver/include/conf/security/validator_factory.h 
b/myserver/include/conf/security/validator_factory.h
index afcb907..734c980 100644
--- a/myserver/include/conf/security/validator_factory.h
+++ b/myserver/include/conf/security/validator_factory.h
@@ -19,7 +19,7 @@
 #ifndef VALIDATOR_FACTORY_H
 # define VALIDATOR_FACTORY_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/hash_map/hash_map.h>
 # include <string>
 
diff --git a/myserver/include/conf/security/xml_validator.h 
b/myserver/include/conf/security/xml_validator.h
index 54bc433..c95c3cd 100644
--- a/myserver/include/conf/security/xml_validator.h
+++ b/myserver/include/conf/security/xml_validator.h
@@ -19,7 +19,7 @@
 #ifndef XML_VALIDATOR_H
 # define XML_VALIDATOR_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/hash_map/hash_map.h>
 
 # include <include/conf/security/security_domain.h>
diff --git a/myserver/include/conf/vhost/ip.h b/myserver/include/conf/vhost/ip.h
index 8c4899b..a2e779e 100644
--- a/myserver/include/conf/vhost/ip.h
+++ b/myserver/include/conf/vhost/ip.h
@@ -19,7 +19,7 @@
 #ifndef IP_H
 # define IP_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <string>
 
 class IpRange
diff --git a/myserver/include/conf/vhost/vhost.h 
b/myserver/include/conf/vhost/vhost.h
index 6e9b5b0..6c7e657 100644
--- a/myserver/include/conf/vhost/vhost.h
+++ b/myserver/include/conf/vhost/vhost.h
@@ -23,7 +23,7 @@
 # include <list>
 # include <string>
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/xml/xml_parser.h>
 # include <include/base/file/file.h>
 # include <include/base/utility.h>
diff --git a/myserver/include/conf/vhost/vhost_manager.h 
b/myserver/include/conf/vhost/vhost_manager.h
index 54fead0..15b64d5 100644
--- a/myserver/include/conf/vhost/vhost_manager.h
+++ b/myserver/include/conf/vhost/vhost_manager.h
@@ -19,7 +19,7 @@
 #ifndef VHOST_MANAGER_H
 # define VHOST_MANAGER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/conf/vhost/vhost.h>
 # include <include/log/log_manager.h>
 
diff --git a/myserver/include/conf/vhost/xml_vhost_handler.h 
b/myserver/include/conf/vhost/xml_vhost_handler.h
index 5ea72d2..446a1fd 100644
--- a/myserver/include/conf/vhost/xml_vhost_handler.h
+++ b/myserver/include/conf/vhost/xml_vhost_handler.h
@@ -19,7 +19,7 @@
 #ifndef XML_VHOST_H
 # define XML_VHOST_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/conf/vhost/vhost_manager.h>
 
 class XmlVhostHandler : public VhostManagerHandler
diff --git a/myserver/include/conf/xml_conf.h b/myserver/include/conf/xml_conf.h
index 8c865fb..76191a5 100644
--- a/myserver/include/conf/xml_conf.h
+++ b/myserver/include/conf/xml_conf.h
@@ -19,7 +19,7 @@
 #ifndef XML_CONF_H
 # define XML_CONF_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/conf/nodetree.h>
 # include <include/base/xml/xml_parser.h>
diff --git a/myserver/include/connection/connection.h 
b/myserver/include/connection/connection.h
index 759377d..2dee1c2 100644
--- a/myserver/include/connection/connection.h
+++ b/myserver/include/connection/connection.h
@@ -20,7 +20,7 @@
 #ifndef CONNECTION_H
 # define CONNECTION_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 extern "C"
 {
diff --git a/myserver/include/connections_scheduler/connections_scheduler.h 
b/myserver/include/connections_scheduler/connections_scheduler.h
index cd8484b..fb900cd 100644
--- a/myserver/include/connections_scheduler/connections_scheduler.h
+++ b/myserver/include/connections_scheduler/connections_scheduler.h
@@ -19,7 +19,7 @@
 #ifndef CONNECTIONS_SCHEDULER_H
 # define CONNECTIONS_SCHEDULER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/socket/socket.h>
 # include <include/connection/connection.h>
 # include <include/base/sync/mutex.h>
diff --git a/myserver/include/connections_scheduler/listen_threads.h 
b/myserver/include/connections_scheduler/listen_threads.h
index dead04a..bf3f041 100644
--- a/myserver/include/connections_scheduler/listen_threads.h
+++ b/myserver/include/connections_scheduler/listen_threads.h
@@ -18,7 +18,7 @@
 #ifndef LISTEN_THREADS_H
 # define LISTEN_THREADS_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/xml/xml_parser.h>
 # include <include/base/sync/mutex.h>
 # include <include/base/hash_map/hash_map.h>
diff --git a/myserver/include/filter/console.h 
b/myserver/include/filter/console.h
index b20fca4..93b7178 100644
--- a/myserver/include/filter/console.h
+++ b/myserver/include/filter/console.h
@@ -19,7 +19,7 @@
 #ifndef CONSOLE_H
 # define CONSOLE_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <iostream>
 # include <map>
diff --git a/myserver/include/filter/filter.h b/myserver/include/filter/filter.h
index dd56407..faa6858 100644
--- a/myserver/include/filter/filter.h
+++ b/myserver/include/filter/filter.h
@@ -18,7 +18,7 @@
 
 #ifndef FILTER_H
 # define FILTER_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/filter/stream.h>
 # include <include/protocol/protocol.h>
 
diff --git a/myserver/include/filter/filters_chain.h 
b/myserver/include/filter/filters_chain.h
index 1c223bc..2286e2f 100644
--- a/myserver/include/filter/filters_chain.h
+++ b/myserver/include/filter/filters_chain.h
@@ -19,7 +19,7 @@
 
 #ifndef FILTERS_CHAIN_H
 # define FILTERS_CHAIN_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/filter/stream.h>
 # include <include/filter/filter.h>
 # include <list>
diff --git a/myserver/include/filter/filters_factory.h 
b/myserver/include/filter/filters_factory.h
index 6839774..f078a8e 100644
--- a/myserver/include/filter/filters_factory.h
+++ b/myserver/include/filter/filters_factory.h
@@ -20,7 +20,7 @@
 #ifndef FILTERS_FACTORY_H
 # define FILTERS_FACTORY_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/filter/stream.h>
 # include <include/filter/filter.h>
 # include <include/filter/filters_chain.h>
diff --git a/myserver/include/filter/gzip/gzip.h 
b/myserver/include/filter/gzip/gzip.h
index 2a26ac4..1d678fe 100644
--- a/myserver/include/filter/gzip/gzip.h
+++ b/myserver/include/filter/gzip/gzip.h
@@ -19,7 +19,7 @@
 
 #ifndef GZIP_H
 # define GZIP_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/filter/filter.h>
 
 # ifdef HAVE_ZLIB
diff --git a/myserver/include/filter/gzip/gzip_decompress.h 
b/myserver/include/filter/gzip/gzip_decompress.h
index a40ab9f..9cfe031 100644
--- a/myserver/include/filter/gzip/gzip_decompress.h
+++ b/myserver/include/filter/gzip/gzip_decompress.h
@@ -20,7 +20,7 @@
 #ifndef GZIP_DECOMPRESS_H
 # define GZIP_DECOMPRESS_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/filter/filter.h>
 # include <include/filter/gzip/gzip.h>
 
diff --git a/myserver/include/filter/memory_stream.h 
b/myserver/include/filter/memory_stream.h
index 7d82cdc..9366eba 100644
--- a/myserver/include/filter/memory_stream.h
+++ b/myserver/include/filter/memory_stream.h
@@ -20,7 +20,7 @@
 #ifndef MEMORY_STREAM_H
 # define MEMORY_STREAM_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/filter/stream.h>
 # include <include/base/mem_buff/mem_buff.h>
 
diff --git a/myserver/include/filter/stream.h b/myserver/include/filter/stream.h
index bb10719..3c03800 100644
--- a/myserver/include/filter/stream.h
+++ b/myserver/include/filter/stream.h
@@ -20,7 +20,7 @@
 #ifndef STREAM_H
 # define STREAM_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # ifdef WIN32
 typedef u_int Handle;
diff --git a/myserver/include/http_handler/cgi/cgi.h 
b/myserver/include/http_handler/cgi/cgi.h
index ff7f113..a727439 100644
--- a/myserver/include/http_handler/cgi/cgi.h
+++ b/myserver/include/http_handler/cgi/cgi.h
@@ -20,7 +20,7 @@
 #ifndef CGI_H
 # define CGI_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/protocol/http/http_response.h>
 # include <include/protocol/http/http_request.h>
diff --git a/myserver/include/http_handler/fastcgi/fastcgi.h 
b/myserver/include/http_handler/fastcgi/fastcgi.h
index 387c7b8..85cbfb8 100644
--- a/myserver/include/http_handler/fastcgi/fastcgi.h
+++ b/myserver/include/http_handler/fastcgi/fastcgi.h
@@ -20,7 +20,7 @@
 #ifndef FASTCGI_H
 # define FASTCGI_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/protocol/http/http_headers.h>
 # include <include/base/utility.h>
 # include <include/base/socket/socket.h>
diff --git a/myserver/include/http_handler/http_dir/http_dir.h 
b/myserver/include/http_handler/http_dir/http_dir.h
index 849a918..f26eec2 100644
--- a/myserver/include/http_handler/http_dir/http_dir.h
+++ b/myserver/include/http_handler/http_dir/http_dir.h
@@ -19,7 +19,7 @@
 
 #ifndef HTTP_DIR_H
 # define HTTP_DIR_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/protocol/protocol.h>
 # include <include/protocol/http/http_headers.h>
 # include <include/protocol/http/http_data_handler.h>
diff --git a/myserver/include/http_handler/http_file/http_file.h 
b/myserver/include/http_handler/http_file/http_file.h
index 5fea108..fb5b986 100644
--- a/myserver/include/http_handler/http_file/http_file.h
+++ b/myserver/include/http_handler/http_file/http_file.h
@@ -18,7 +18,7 @@
 
 #ifndef HTTP_FILE_H
 # define HTTP_FILE_H
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/protocol/protocol.h>
 # include <include/protocol/http/http_headers.h>
diff --git a/myserver/include/http_handler/isapi/isapi.h 
b/myserver/include/http_handler/isapi/isapi.h
index 0ee7656..1a29b61 100644
--- a/myserver/include/http_handler/isapi/isapi.h
+++ b/myserver/include/http_handler/isapi/isapi.h
@@ -19,7 +19,7 @@
 
 #ifndef ISAPI_H
 # define ISAPI_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/protocol/http/http_headers.h>
 # include <include/base/utility.h>
 # include <include/protocol/http/http_errors.h>
diff --git a/myserver/include/http_handler/mscgi/mscgi.h 
b/myserver/include/http_handler/mscgi/mscgi.h
index f155c6f..46b4c00 100644
--- a/myserver/include/http_handler/mscgi/mscgi.h
+++ b/myserver/include/http_handler/mscgi/mscgi.h
@@ -19,7 +19,7 @@
 
 #ifndef MSCGI_H
 # define MSCGI_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/protocol/http/http_request.h>
 # include <include/protocol/http/http_response.h>
 # include <include/connection/connection.h>
diff --git a/myserver/include/http_handler/mscgi/mscgi_manager.h 
b/myserver/include/http_handler/mscgi/mscgi_manager.h
index 5bb804b..936d60a 100644
--- a/myserver/include/http_handler/mscgi/mscgi_manager.h
+++ b/myserver/include/http_handler/mscgi/mscgi_manager.h
@@ -24,7 +24,7 @@
 #  define EXPORTABLE _declspec (dllexport)
 # endif
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/server/server.h>
 # include <include/protocol/http/http.h>
diff --git a/myserver/include/http_handler/proxy/proxy.h 
b/myserver/include/http_handler/proxy/proxy.h
index e127e51..b485647 100644
--- a/myserver/include/http_handler/proxy/proxy.h
+++ b/myserver/include/http_handler/proxy/proxy.h
@@ -19,7 +19,7 @@
 #ifndef PROXY_H
 # define PROXY_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/protocol/http/http_response.h>
 # include <include/protocol/http/http_request.h>
diff --git a/myserver/include/http_handler/scgi/scgi.h 
b/myserver/include/http_handler/scgi/scgi.h
index 5d4cd68..c8a5f77 100644
--- a/myserver/include/http_handler/scgi/scgi.h
+++ b/myserver/include/http_handler/scgi/scgi.h
@@ -20,7 +20,7 @@
 #ifndef SCGI_H
 # define SCGI_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/protocol/http/http_headers.h>
 # include <include/base/utility.h>
 # include <include/base/socket/socket.h>
diff --git a/myserver/include/http_handler/wincgi/wincgi.h 
b/myserver/include/http_handler/wincgi/wincgi.h
index 2fbf1f5..88c325c 100644
--- a/myserver/include/http_handler/wincgi/wincgi.h
+++ b/myserver/include/http_handler/wincgi/wincgi.h
@@ -20,7 +20,7 @@
 #ifndef WINCGI_H
 # define WINCGI_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/protocol/http/http_request.h>
 # include <include/protocol/http/http_response.h>
diff --git a/myserver/include/log/log_manager.h 
b/myserver/include/log/log_manager.h
index ea1745b..a66f807 100644
--- a/myserver/include/log/log_manager.h
+++ b/myserver/include/log/log_manager.h
@@ -19,7 +19,7 @@
 #ifndef LOG_MANAGER_H
 # define LOG_MANAGER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <map>
 # include <string>
diff --git a/myserver/include/log/stream/console_stream.h 
b/myserver/include/log/stream/console_stream.h
index 170f204..e526d52 100644
--- a/myserver/include/log/stream/console_stream.h
+++ b/myserver/include/log/stream/console_stream.h
@@ -19,7 +19,7 @@
 #ifndef CONSOLE_STREAM_H
 # define CONSOLE_STREAM_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <list>
 # include <map>
diff --git a/myserver/include/log/stream/console_stream_creator.h 
b/myserver/include/log/stream/console_stream_creator.h
index ff6d2d7..5f1cb2c 100644
--- a/myserver/include/log/stream/console_stream_creator.h
+++ b/myserver/include/log/stream/console_stream_creator.h
@@ -19,7 +19,7 @@
 #ifndef CONSOLE_STREAM_CREATOR_H
 # define CONSOLE_STREAM_CREATOR_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/log/stream/log_stream_creator.h>
 # include <include/log/stream/console_stream.h>
diff --git a/myserver/include/log/stream/file_stream.h 
b/myserver/include/log/stream/file_stream.h
index da5c4e6..9406300 100644
--- a/myserver/include/log/stream/file_stream.h
+++ b/myserver/include/log/stream/file_stream.h
@@ -19,7 +19,7 @@
 #ifndef FILE_STREAM_H
 # define FILE_STREAM_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <list>
 # include <sstream>
diff --git a/myserver/include/log/stream/file_stream_creator.h 
b/myserver/include/log/stream/file_stream_creator.h
index 558ba80..20f8f05 100644
--- a/myserver/include/log/stream/file_stream_creator.h
+++ b/myserver/include/log/stream/file_stream_creator.h
@@ -19,7 +19,7 @@
 #ifndef FILE_STREAM_CREATOR_H
 # define FILE_STREAM_CREATOR_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/log/stream/log_stream_creator.h>
 # include <include/log/stream/file_stream.h>
diff --git a/myserver/include/log/stream/log_stream.h 
b/myserver/include/log/stream/log_stream.h
index f1224e2..c36b134 100644
--- a/myserver/include/log/stream/log_stream.h
+++ b/myserver/include/log/stream/log_stream.h
@@ -19,7 +19,7 @@
 #ifndef LOG_STREAM_H
 # define LOG_STREAM_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <list>
 # include <string>
diff --git a/myserver/include/log/stream/log_stream_creator.h 
b/myserver/include/log/stream/log_stream_creator.h
index 711daf3..0b892d6 100644
--- a/myserver/include/log/stream/log_stream_creator.h
+++ b/myserver/include/log/stream/log_stream_creator.h
@@ -19,7 +19,7 @@
 #ifndef LOG_STREAM_CREATOR_H
 # define LOG_STREAM_CREATOR_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <list>
 # include <string>
diff --git a/myserver/include/log/stream/log_stream_factory.h 
b/myserver/include/log/stream/log_stream_factory.h
index 9f32933..3519559 100644
--- a/myserver/include/log/stream/log_stream_factory.h
+++ b/myserver/include/log/stream/log_stream_factory.h
@@ -19,7 +19,7 @@
 #ifndef LOG_STREAM_FACTORY_H
 # define LOG_STREAM_FACTORY_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <list>
 # include <map>
diff --git a/myserver/include/log/stream/socket_stream.h 
b/myserver/include/log/stream/socket_stream.h
index c93718e..ccaa435 100644
--- a/myserver/include/log/stream/socket_stream.h
+++ b/myserver/include/log/stream/socket_stream.h
@@ -19,7 +19,7 @@
 #ifndef SOCKET_STREAM_H
 # define SOCKET_STREAM_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <list>
 # include <string>
diff --git a/myserver/include/log/stream/socket_stream_creator.h 
b/myserver/include/log/stream/socket_stream_creator.h
index ef8c712..027fe83 100644
--- a/myserver/include/log/stream/socket_stream_creator.h
+++ b/myserver/include/log/stream/socket_stream_creator.h
@@ -19,7 +19,7 @@
 #ifndef SOCKET_STREAM_CREATOR_H
 # define SOCKET_STREAM_CREATOR_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/log/stream/log_stream_creator.h>
 # include <include/log/stream/socket_stream.h>
diff --git a/myserver/include/plugin/plugin.h b/myserver/include/plugin/plugin.h
index 38d979e..c405eea 100644
--- a/myserver/include/plugin/plugin.h
+++ b/myserver/include/plugin/plugin.h
@@ -19,7 +19,7 @@
 #ifndef PLUGIN_H
 # define PLUGIN_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/dynamic_lib/dynamiclib.h>
 # include <include/base/hash_map/hash_map.h>
 # include <string>
diff --git a/myserver/include/plugin/plugin_info.h 
b/myserver/include/plugin/plugin_info.h
index f65f207..56991f2 100644
--- a/myserver/include/plugin/plugin_info.h
+++ b/myserver/include/plugin/plugin_info.h
@@ -19,7 +19,7 @@
 #ifndef PLUGIN_INFO_H
 # define PLUGIN_INFO_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/hash_map/hash_map.h>
 # include <string>
 # include <utility>
diff --git a/myserver/include/plugin/plugins_manager.h 
b/myserver/include/plugin/plugins_manager.h
index 97301db..67ad458 100644
--- a/myserver/include/plugin/plugins_manager.h
+++ b/myserver/include/plugin/plugins_manager.h
@@ -19,7 +19,7 @@
 #ifndef PLUGINS_MANAGER_H
 # define PLUGINS_MANAGER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/plugin/plugin.h>
 # include <include/plugin/plugin_info.h>
 # include <include/base/dynamic_lib/dynamiclib.h>
diff --git a/myserver/include/protocol/control/control_errors.h 
b/myserver/include/protocol/control/control_errors.h
index 61cc117..68ecc7b 100644
--- a/myserver/include/protocol/control/control_errors.h
+++ b/myserver/include/protocol/control/control_errors.h
@@ -19,7 +19,7 @@
 #ifndef CONTROL_ERRORS_H
 # define CONTROL_ERRORS_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 /*!
  * These are all the errors that the control server can return to a client.
diff --git a/myserver/include/protocol/control/control_header.h 
b/myserver/include/protocol/control/control_header.h
index 0707afa..08d67a9 100644
--- a/myserver/include/protocol/control/control_header.h
+++ b/myserver/include/protocol/control/control_header.h
@@ -19,7 +19,7 @@
 
 #ifndef CONTROLHEADER_H
 # define CONTROLHEADER_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/protocol/protocol.h>
 
 class ControlHeader
diff --git a/myserver/include/protocol/control/control_protocol.h 
b/myserver/include/protocol/control/control_protocol.h
index f3975c0..70b5c90 100644
--- a/myserver/include/protocol/control/control_protocol.h
+++ b/myserver/include/protocol/control/control_protocol.h
@@ -19,7 +19,7 @@
 
 #ifndef CONTROL_PROTOCOL_H
 # define CONTROL_PROTOCOL_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/protocol/protocol.h>
 # include <include/protocol/control/control_header.h>
 # include <include/connections_scheduler/connections_scheduler.h>
diff --git a/myserver/include/protocol/ftp/ftp.h 
b/myserver/include/protocol/ftp/ftp.h
index 40b6e3d..19a9259 100644
--- a/myserver/include/protocol/ftp/ftp.h
+++ b/myserver/include/protocol/ftp/ftp.h
@@ -19,7 +19,7 @@
 
 #ifndef FTP_H
 # define FTP_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/protocol/protocol.h>
 # include <include/connection/connection.h>
 # include <include/base/mem_buff/mem_buff.h>
diff --git a/myserver/include/protocol/ftp/ftp_common.h 
b/myserver/include/protocol/ftp/ftp_common.h
index d68b268..ac09134 100644
--- a/myserver/include/protocol/ftp/ftp_common.h
+++ b/myserver/include/protocol/ftp/ftp_common.h
@@ -20,7 +20,7 @@
 #ifndef FTP_COMMON_H
 # define FTP_COMMON_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <string>
 
diff --git a/myserver/include/protocol/gopher/engine.h 
b/myserver/include/protocol/gopher/engine.h
index 75cfbae..a6d29ee 100644
--- a/myserver/include/protocol/gopher/engine.h
+++ b/myserver/include/protocol/gopher/engine.h
@@ -20,7 +20,7 @@
 #ifndef GOPHER_ENGINE_H
 #define GOPHER_ENGINE_H
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/hash_map/hash_map.h>
 #include <include/conf/vhost/vhost.h>
 #include <include/base/base64/mime_utils.h>
diff --git a/myserver/include/protocol/gopher/gopher.h 
b/myserver/include/protocol/gopher/gopher.h
index feb2e15..82eb710 100644
--- a/myserver/include/protocol/gopher/gopher.h
+++ b/myserver/include/protocol/gopher/gopher.h
@@ -19,7 +19,7 @@
 
 #ifndef GOPHER_H
 # define GOPHER_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/protocol/protocol.h>
 # include <sstream>
 # include <include/protocol/gopher/gopher_content.h>
diff --git a/myserver/include/protocol/gopher/gopher_content.h 
b/myserver/include/protocol/gopher/gopher_content.h
index 10039c2..f18014f 100644
--- a/myserver/include/protocol/gopher/gopher_content.h
+++ b/myserver/include/protocol/gopher/gopher_content.h
@@ -20,7 +20,7 @@
 #ifndef GOPHER_CONTENT_H
 #define GOPHER_CONTENT_H
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/socket/socket.h>
 #include <include/base/mem_buff/mem_buff.h>
 #include <include/base/file/file.h>
diff --git a/myserver/include/protocol/http/dyn_http_command.h 
b/myserver/include/protocol/http/dyn_http_command.h
index 4dec4d3..2cb2b5d 100644
--- a/myserver/include/protocol/http/dyn_http_command.h
+++ b/myserver/include/protocol/http/dyn_http_command.h
@@ -19,7 +19,7 @@
 #ifndef DYN_HTTP_COMMAND_H
 # define DYN_HTTP_COMMAND_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/xml/xml_parser.h>
 # include <include/protocol/protocol.h>
 # include <include/connection/connection.h>
diff --git a/myserver/include/protocol/http/dyn_http_command_manager.h 
b/myserver/include/protocol/http/dyn_http_command_manager.h
index b9dad61..7333613 100644
--- a/myserver/include/protocol/http/dyn_http_command_manager.h
+++ b/myserver/include/protocol/http/dyn_http_command_manager.h
@@ -19,7 +19,7 @@
 #ifndef DYN_HTTP_COMMAND_MANAGER_H
 # define DYN_HTTP_COMMAND_MANAGER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/xml/xml_parser.h>
 # include <include/protocol/protocol.h>
 # include <include/connection/connection.h>
diff --git a/myserver/include/protocol/http/dyn_http_manager.h 
b/myserver/include/protocol/http/dyn_http_manager.h
index 8717d78..a31be00 100644
--- a/myserver/include/protocol/http/dyn_http_manager.h
+++ b/myserver/include/protocol/http/dyn_http_manager.h
@@ -19,7 +19,7 @@
 #ifndef DYN_HTTP_MANAGER_H
 # define DYN_HTTP_MANAGER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/xml/xml_parser.h>
 # include <include/protocol/protocol.h>
 # include <include/connection/connection.h>
diff --git a/myserver/include/protocol/http/dyn_http_manager_list.h 
b/myserver/include/protocol/http/dyn_http_manager_list.h
index 3af5f2e..4ba82b3 100644
--- a/myserver/include/protocol/http/dyn_http_manager_list.h
+++ b/myserver/include/protocol/http/dyn_http_manager_list.h
@@ -20,7 +20,7 @@
 #ifndef DYN_HTTP_MANAGER_LIST_H
 # define DYN_HTTP_MANAGER_LIST_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/xml/xml_parser.h>
 # include <include/protocol/protocol.h>
 # include <include/connection/connection.h>
diff --git a/myserver/include/protocol/http/env/env.h 
b/myserver/include/protocol/http/env/env.h
index b8a12e5..fe8160a 100644
--- a/myserver/include/protocol/http/env/env.h
+++ b/myserver/include/protocol/http/env/env.h
@@ -20,7 +20,7 @@
 #ifndef ENV_H
 # define ENV_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/protocol/http/http_response.h>
 # include <include/protocol/http/http_request.h>
diff --git a/myserver/include/protocol/http/http.h 
b/myserver/include/protocol/http/http.h
index 0ef00ab..5d801f2 100644
--- a/myserver/include/protocol/http/http.h
+++ b/myserver/include/protocol/http/http.h
@@ -19,7 +19,7 @@
 
 #ifndef HTTP_H
 # define HTTP_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/protocol/http/http_thread_context.h>
 # include <include/protocol/protocol.h>
 # include <include/protocol/http/http_headers.h>
diff --git a/myserver/include/protocol/http/http_data_handler.h 
b/myserver/include/protocol/http/http_data_handler.h
index bb481ec..0bb6f26 100644
--- a/myserver/include/protocol/http/http_data_handler.h
+++ b/myserver/include/protocol/http/http_data_handler.h
@@ -20,7 +20,7 @@
 #ifndef HTTP_DATA_HANDLER_H
 # define HTTP_DATA_HANDLER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/protocol/protocol.h>
 # include "include/protocol/http/http_headers.h"
 # include <include/filter/filters_chain.h>
diff --git a/myserver/include/protocol/http/http_data_read.h 
b/myserver/include/protocol/http/http_data_read.h
index c70ad07..c846169 100644
--- a/myserver/include/protocol/http/http_data_read.h
+++ b/myserver/include/protocol/http/http_data_read.h
@@ -19,7 +19,7 @@
 
 #ifndef HTTP_DATA_READ_H
 # define HTTP_DATA_READ_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/protocol/http/http_thread_context.h>
 # include <include/protocol/protocol.h>
 # include <include/protocol/http/http_headers.h>
diff --git a/myserver/include/protocol/http/http_errors.h 
b/myserver/include/protocol/http/http_errors.h
index dadb423..920b0bd 100644
--- a/myserver/include/protocol/http/http_errors.h
+++ b/myserver/include/protocol/http/http_errors.h
@@ -21,7 +21,7 @@
 #ifndef HTTP_ERRORS_H
 # define HTTP_ERRORS_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <string>
 # include <include/base/hash_map/hash_map.h>
diff --git a/myserver/include/protocol/http/http_header.h 
b/myserver/include/protocol/http/http_header.h
index f0acfbe..3cb5f66 100644
--- a/myserver/include/protocol/http/http_header.h
+++ b/myserver/include/protocol/http/http_header.h
@@ -19,7 +19,7 @@
 #ifndef HTTP_HEADER_H
 # define HTTP_HEADER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <string>
 # include <include/base/hash_map/hash_map.h>
diff --git a/myserver/include/protocol/http/http_headers.h 
b/myserver/include/protocol/http/http_headers.h
index 13c7f10..e4a3456 100644
--- a/myserver/include/protocol/http/http_headers.h
+++ b/myserver/include/protocol/http/http_headers.h
@@ -20,7 +20,7 @@
 #ifndef HTTP_HEADERS_H
 # define HTTP_HEADERS_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/connection/connection.h>
 
 extern "C"
diff --git a/myserver/include/protocol/http/http_req_security_domain.h 
b/myserver/include/protocol/http/http_req_security_domain.h
index 61a1794..ddc3be4 100644
--- a/myserver/include/protocol/http/http_req_security_domain.h
+++ b/myserver/include/protocol/http/http_req_security_domain.h
@@ -19,7 +19,7 @@
 #ifndef HTTP_REQ_SECURITY_DOMAIN_H
 # define HTTP_REQ_SECURITY_DOMAIN_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <include/conf/security/security_domain.h>
 # include <include/protocol/http/http_request.h>
diff --git a/myserver/include/protocol/http/http_request.h 
b/myserver/include/protocol/http/http_request.h
index a91f7a5..4b82e45 100644
--- a/myserver/include/protocol/http/http_request.h
+++ b/myserver/include/protocol/http/http_request.h
@@ -20,7 +20,7 @@
 #ifndef HTTP_REQUEST_H
 # define HTTP_REQUEST_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <string>
 # include <include/base/hash_map/hash_map.h>
 # include <include/protocol/http/http_header.h>
diff --git a/myserver/include/protocol/http/http_response.h 
b/myserver/include/protocol/http/http_response.h
index f1c7837..209d1b9 100644
--- a/myserver/include/protocol/http/http_response.h
+++ b/myserver/include/protocol/http/http_response.h
@@ -20,7 +20,7 @@
 #ifndef HTTP_RESPONSE_H
 # define HTTP_RESPONSE_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <string>
 # include <include/base/hash_map/hash_map.h>
diff --git a/myserver/include/protocol/http/http_thread_context.h 
b/myserver/include/protocol/http/http_thread_context.h
index 5c5b83d..0f5b9b8 100644
--- a/myserver/include/protocol/http/http_thread_context.h
+++ b/myserver/include/protocol/http/http_thread_context.h
@@ -20,7 +20,7 @@
 #ifndef HTTP_THREAD_CONTEXT_H
 # define HTTP_THREAD_CONTEXT_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/protocol/http/http_request.h>
 # include <include/protocol/http/http_response.h>
 # include <include/base/string/stringutils.h>
diff --git a/myserver/include/protocol/https/https.h 
b/myserver/include/protocol/https/https.h
index 2cc1c3d..0cf7dc0 100644
--- a/myserver/include/protocol/https/https.h
+++ b/myserver/include/protocol/https/https.h
@@ -19,7 +19,7 @@
 
 #ifndef HTTPS_H
 # define HTTPS_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/protocol/http/http.h>
 
 class Https : public Http
diff --git a/myserver/include/protocol/protocol.h 
b/myserver/include/protocol/protocol.h
index 0670587..61fde4f 100644
--- a/myserver/include/protocol/protocol.h
+++ b/myserver/include/protocol/protocol.h
@@ -19,7 +19,7 @@
 
 #ifndef PROTOCOL_H
 # define PROTOCOL_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/xml/xml_parser.h>
 # include <include/connection/connection.h>
 
diff --git a/myserver/include/protocol/protocol_buffer.h 
b/myserver/include/protocol/protocol_buffer.h
index 6a9453f..c5ad560 100644
--- a/myserver/include/protocol/protocol_buffer.h
+++ b/myserver/include/protocol/protocol_buffer.h
@@ -20,7 +20,7 @@
 #ifndef PROTOCOL_BUFFER_H
 # define PROTOCOL_BUFFER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 
 /*!
  * Base class to handle a buffer in the connection.
diff --git a/myserver/include/protocol/protocols_manager.h 
b/myserver/include/protocol/protocols_manager.h
index 2ec35e1..adf96a4 100644
--- a/myserver/include/protocol/protocols_manager.h
+++ b/myserver/include/protocol/protocols_manager.h
@@ -19,7 +19,7 @@
 
 #ifndef PROTOCOLS_MANAGER_H
 # define PROTOCOLS_MANAGER_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/xml/xml_parser.h>
 # include <include/protocol/protocol.h>
 # include <include/connection/connection.h>
diff --git a/myserver/include/protocol/url.h b/myserver/include/protocol/url.h
index 8e59ba3..47934aa 100644
--- a/myserver/include/protocol/url.h
+++ b/myserver/include/protocol/url.h
@@ -18,7 +18,7 @@
 
 #ifndef URL_H
 # define URL_H
-# include "stdafx.h"
+# include "myserver.h"
 
 # include <string>
 
diff --git a/myserver/include/server/clients_thread.h 
b/myserver/include/server/clients_thread.h
index 3f11929..32db8f5 100644
--- a/myserver/include/server/clients_thread.h
+++ b/myserver/include/server/clients_thread.h
@@ -19,7 +19,7 @@
 
 #ifndef CLIENTS_THREAD_H
 # define CLIENTS_THREAD_H
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/utility.h>
 # include <include/connection/connection.h>
 # include <include/base/mem_buff/mem_buff.h>
diff --git a/myserver/include/server/server.h b/myserver/include/server/server.h
index 09736b8..43c8c35 100644
--- a/myserver/include/server/server.h
+++ b/myserver/include/server/server.h
@@ -20,7 +20,7 @@
 #ifndef SERVER_H
 # define SERVER_H
 
-# include "stdafx.h"
+# include "myserver.h"
 # include <include/base/thread/thread.h>
 # include <include/base/utility.h>
 # include <include/base/xml/xml_parser.h>
diff --git a/myserver/stdafx.h b/myserver/myserver.h
similarity index 50%
rename from myserver/stdafx.h
rename to myserver/myserver.h
index b703f20..a95f286 100644
--- a/myserver/stdafx.h
+++ b/myserver/myserver.h
@@ -1,19 +1,19 @@
 /*
-MyServer
-Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009 Free Software 
Foundation, Inc.
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+  MyServer
+  Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software 
Foundation, Inc.
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
 
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
 
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+  You should have received a copy of the GNU General Public License
+  along with this program; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
 */
 
 #ifndef STDAFX_H
diff --git a/myserver/src/base/base64/mime_utils.cpp 
b/myserver/src/base/base64/mime_utils.cpp
index 0e065f1..6dbce24 100644
--- a/myserver/src/base/base64/mime_utils.cpp
+++ b/myserver/src/base/base64/mime_utils.cpp
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/base64/mime_utils.h>
 
 extern "C"
diff --git a/myserver/src/base/bitvec/bitvec.cpp 
b/myserver/src/base/bitvec/bitvec.cpp
index 6b40a8a..5425204 100644
--- a/myserver/src/base/bitvec/bitvec.cpp
+++ b/myserver/src/base/bitvec/bitvec.cpp
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/bitvec/bitvec.h>
 #include <string.h>
 
diff --git a/myserver/src/base/crypt/crypt_algo.cpp 
b/myserver/src/base/crypt/crypt_algo.cpp
index f2aa244..202901a 100644
--- a/myserver/src/base/crypt/crypt_algo.cpp
+++ b/myserver/src/base/crypt/crypt_algo.cpp
@@ -16,7 +16,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/crypt/crypt_algo.h>
 
 /*!
diff --git a/myserver/src/base/crypt/crypt_algo_manager.cpp 
b/myserver/src/base/crypt/crypt_algo_manager.cpp
index d89cd92..f9472d7 100644
--- a/myserver/src/base/crypt/crypt_algo_manager.cpp
+++ b/myserver/src/base/crypt/crypt_algo_manager.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/base/crypt/crypt_algo_manager.h>
 #include <memory>
diff --git a/myserver/src/base/crypt/md5.cpp b/myserver/src/base/crypt/md5.cpp
index 06496b9..3e565d4 100644
--- a/myserver/src/base/crypt/md5.cpp
+++ b/myserver/src/base/crypt/md5.cpp
@@ -16,7 +16,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/crypt/md5.h>
 
 /*!
diff --git a/myserver/src/base/crypt/sha1.cpp b/myserver/src/base/crypt/sha1.cpp
index 1dffdb1..4f7664a 100644
--- a/myserver/src/base/crypt/sha1.cpp
+++ b/myserver/src/base/crypt/sha1.cpp
@@ -16,7 +16,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/crypt/sha1.h>
 
 /*!
diff --git a/myserver/src/base/dynamic_lib/dynamiclib.cpp 
b/myserver/src/base/dynamic_lib/dynamiclib.cpp
index f1c0e28..5ad911c 100644
--- a/myserver/src/base/dynamic_lib/dynamiclib.cpp
+++ b/myserver/src/base/dynamic_lib/dynamiclib.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/dynamic_lib/dynamiclib.h>
 
 /*!
diff --git a/myserver/src/base/file/file.cpp b/myserver/src/base/file/file.cpp
index 0c3a5f5..3af69b1 100644
--- a/myserver/src/base/file/file.cpp
+++ b/myserver/src/base/file/file.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/utility.h>
 #include <include/base/string/stringutils.h>
 #include <include/base/file/files_utility.h>
diff --git a/myserver/src/base/file/files_utility.cpp 
b/myserver/src/base/file/files_utility.cpp
index b4c10c6..58c8d67 100644
--- a/myserver/src/base/file/files_utility.cpp
+++ b/myserver/src/base/file/files_utility.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/file/files_utility.h>
 #include <include/base/utility.h>
 #include <include/base/string/stringutils.h>
diff --git a/myserver/src/base/files_cache/cached_file.cpp 
b/myserver/src/base/files_cache/cached_file.cpp
index b496cbb..cdf4c83 100644
--- a/myserver/src/base/files_cache/cached_file.cpp
+++ b/myserver/src/base/files_cache/cached_file.cpp
@@ -16,7 +16,7 @@
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/utility.h>
 #include <include/base/string/stringutils.h>
 #include <include/base/file/files_utility.h>
diff --git a/myserver/src/base/files_cache/cached_file_buffer.cpp 
b/myserver/src/base/files_cache/cached_file_buffer.cpp
index 81a66c4..912ad4a 100644
--- a/myserver/src/base/files_cache/cached_file_buffer.cpp
+++ b/myserver/src/base/files_cache/cached_file_buffer.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/utility.h>
 #include <include/base/string/stringutils.h>
 #include <include/base/file/file.h>
diff --git a/myserver/src/base/files_cache/cached_file_factory.cpp 
b/myserver/src/base/files_cache/cached_file_factory.cpp
index d8aa8d7..ece0aa2 100644
--- a/myserver/src/base/files_cache/cached_file_factory.cpp
+++ b/myserver/src/base/files_cache/cached_file_factory.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/utility.h>
 #include <include/base/string/stringutils.h>
 #include <include/base/file/files_utility.h>
diff --git a/myserver/src/base/files_cache/membuf_file.cpp 
b/myserver/src/base/files_cache/membuf_file.cpp
index 0902e87..dd2dd68 100644
--- a/myserver/src/base/files_cache/membuf_file.cpp
+++ b/myserver/src/base/files_cache/membuf_file.cpp
@@ -16,7 +16,7 @@
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/utility.h>
 #include <include/base/string/stringutils.h>
 #include <include/base/file/files_utility.h>
diff --git a/myserver/src/base/hash_map/hash_map.cpp 
b/myserver/src/base/hash_map/hash_map.cpp
index 2d555e3..c23b939 100644
--- a/myserver/src/base/hash_map/hash_map.cpp
+++ b/myserver/src/base/hash_map/hash_map.cpp
@@ -17,7 +17,7 @@
 */
 
 #define HASHMAP_CPP
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/base/hash_map/hash_map.h>
 #include <string.h>
diff --git a/myserver/src/base/home_dir/home_dir.cpp 
b/myserver/src/base/home_dir/home_dir.cpp
index 3863e8b..8f0c61e 100644
--- a/myserver/src/base/home_dir/home_dir.cpp
+++ b/myserver/src/base/home_dir/home_dir.cpp
@@ -16,7 +16,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/file/file.h>
 #include <include/base/home_dir/home_dir.h>
 #include <include/base/utility.h>
diff --git a/myserver/src/base/mem_buff/mem_buff.cpp 
b/myserver/src/base/mem_buff/mem_buff.cpp
index ca220eb..fa4eba2 100644
--- a/myserver/src/base/mem_buff/mem_buff.cpp
+++ b/myserver/src/base/mem_buff/mem_buff.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/mem_buff/mem_buff.h>
 #include <include/base/crypt/md5.h>
 
diff --git a/myserver/src/base/multicast/multicast.cpp 
b/myserver/src/base/multicast/multicast.cpp
index e1d5346..1214bc9 100644
--- a/myserver/src/base/multicast/multicast.cpp
+++ b/myserver/src/base/multicast/multicast.cpp
@@ -18,7 +18,7 @@
 #ifndef MULTICAST_CPP
 # define MULTICAST_CPP
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/multicast/multicast.h>
 
 
diff --git a/myserver/src/base/pipe/pipe.cpp b/myserver/src/base/pipe/pipe.cpp
index d817d54..9bb82cf 100644
--- a/myserver/src/base/pipe/pipe.cpp
+++ b/myserver/src/base/pipe/pipe.cpp
@@ -17,7 +17,7 @@
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/utility.h>
 #include <include/base/pipe/pipe.h>
 
diff --git a/myserver/src/base/process/fork_server.cpp 
b/myserver/src/base/process/fork_server.cpp
index 6c6fc7a..39c7404 100644
--- a/myserver/src/base/process/fork_server.cpp
+++ b/myserver/src/base/process/fork_server.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/base/process/fork_server.h>
 #include <include/base/file/files_utility.h>
diff --git a/myserver/src/base/process/process.cpp 
b/myserver/src/base/process/process.cpp
index 3fd0074..0e54502 100644
--- a/myserver/src/base/process/process.cpp
+++ b/myserver/src/base/process/process.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/utility.h>
 
 extern "C"
diff --git a/myserver/src/base/process/process_server_manager.cpp 
b/myserver/src/base/process/process_server_manager.cpp
index 1c2f3e7..1959ae4 100644
--- a/myserver/src/base/process/process_server_manager.cpp
+++ b/myserver/src/base/process/process_server_manager.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/base/process/process_server_manager.h>
 
diff --git a/myserver/src/base/read_directory/read_directory.cpp 
b/myserver/src/base/read_directory/read_directory.cpp
index e7427f5..8e379b0 100644
--- a/myserver/src/base/read_directory/read_directory.cpp
+++ b/myserver/src/base/read_directory/read_directory.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/base/read_directory/read_directory.h>
 
diff --git a/myserver/src/base/regex/myserver_regex.cpp 
b/myserver/src/base/regex/myserver_regex.cpp
index abedf5e..ec34e20 100644
--- a/myserver/src/base/regex/myserver_regex.cpp
+++ b/myserver/src/base/regex/myserver_regex.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/base/regex/myserver_regex.h>
 
diff --git a/myserver/src/base/safetime/safetime.cpp 
b/myserver/src/base/safetime/safetime.cpp
index ff02bdb..5af463e 100644
--- a/myserver/src/base/safetime/safetime.cpp
+++ b/myserver/src/base/safetime/safetime.cpp
@@ -16,7 +16,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/safetime/safetime.h>
 #include <include/base/sync/mutex.h>
 
diff --git a/myserver/src/base/slab/slab.cpp b/myserver/src/base/slab/slab.cpp
index 13a26f8..810a75e 100644
--- a/myserver/src/base/slab/slab.cpp
+++ b/myserver/src/base/slab/slab.cpp
@@ -16,5 +16,5 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/slab/slab.h>
diff --git a/myserver/src/base/socket/socket.cpp 
b/myserver/src/base/socket/socket.cpp
index b70084d..bdfc934 100644
--- a/myserver/src/base/socket/socket.cpp
+++ b/myserver/src/base/socket/socket.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/utility.h>
 #include <include/base/socket/socket.h>
 extern "C"
diff --git a/myserver/src/base/socket/ssl_socket.cpp 
b/myserver/src/base/socket/ssl_socket.cpp
index af602a3..60610bf 100644
--- a/myserver/src/base/socket/ssl_socket.cpp
+++ b/myserver/src/base/socket/ssl_socket.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/utility.h>
 #include "include/base/socket/ssl_socket.h"
 
diff --git a/myserver/src/base/socket_pair/socket_pair.cpp 
b/myserver/src/base/socket_pair/socket_pair.cpp
index f467133..c8d574f 100644
--- a/myserver/src/base/socket_pair/socket_pair.cpp
+++ b/myserver/src/base/socket_pair/socket_pair.cpp
@@ -16,7 +16,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/utility.h>
 #include <include/base/socket_pair/socket_pair.h>
 
diff --git a/myserver/src/base/ssl/ssl.cpp b/myserver/src/base/ssl/ssl.cpp
index a221445..674deeb 100644
--- a/myserver/src/base/ssl/ssl.cpp
+++ b/myserver/src/base/ssl/ssl.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/base/ssl/ssl.h>
 #include <include/base/file/files_utility.h>
diff --git a/myserver/src/base/string/securestr.cpp 
b/myserver/src/base/string/securestr.cpp
index f2e17f8..6a5e818 100644
--- a/myserver/src/base/string/securestr.cpp
+++ b/myserver/src/base/string/securestr.cpp
@@ -18,7 +18,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/base/string/securestr.h>
 #include <string.h>
diff --git a/myserver/src/base/string/stringutils.cpp 
b/myserver/src/base/string/stringutils.cpp
index 28d6f67..3d239e8 100644
--- a/myserver/src/base/string/stringutils.cpp
+++ b/myserver/src/base/string/stringutils.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/string/stringutils.h>
 #include <include/base/safetime/safetime.h>
 
diff --git a/myserver/src/base/sync/event.cpp b/myserver/src/base/sync/event.cpp
index aa28bb6..f93b588 100644
--- a/myserver/src/base/sync/event.cpp
+++ b/myserver/src/base/sync/event.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/sync/event.h>
 
 extern "C" {
diff --git a/myserver/src/base/sync/mutex.cpp b/myserver/src/base/sync/mutex.cpp
index c664f3c..bc59835 100644
--- a/myserver/src/base/sync/mutex.cpp
+++ b/myserver/src/base/sync/mutex.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/utility.h>
 #include <include/base/sync/mutex.h>
 
diff --git a/myserver/src/base/sync/read_write_lock.cpp 
b/myserver/src/base/sync/read_write_lock.cpp
index 5ae7322..50849d2 100644
--- a/myserver/src/base/sync/read_write_lock.cpp
+++ b/myserver/src/base/sync/read_write_lock.cpp
@@ -16,7 +16,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/sync/read_write_lock.h>
 
 
diff --git a/myserver/src/base/sync/recursive_mutex.cpp 
b/myserver/src/base/sync/recursive_mutex.cpp
index b73168e..c035ca8 100644
--- a/myserver/src/base/sync/recursive_mutex.cpp
+++ b/myserver/src/base/sync/recursive_mutex.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/sync/recursive_mutex.h>
 
 extern "C" {
diff --git a/myserver/src/base/sync/semaphore.cpp 
b/myserver/src/base/sync/semaphore.cpp
index d7ce7e7..f37ef3c 100644
--- a/myserver/src/base/sync/semaphore.cpp
+++ b/myserver/src/base/sync/semaphore.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/utility.h>
 #include <include/base/sync/semaphore.h>
 
diff --git a/myserver/src/base/thread/thread.cpp 
b/myserver/src/base/thread/thread.cpp
index ace3bae..92dc491 100644
--- a/myserver/src/base/thread/thread.cpp
+++ b/myserver/src/base/thread/thread.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/utility.h>
 #include <include/base/thread/thread.h>
 
diff --git a/myserver/src/base/unix_socket/unix_socket.cpp 
b/myserver/src/base/unix_socket/unix_socket.cpp
index 05bf915..7e11b18 100644
--- a/myserver/src/base/unix_socket/unix_socket.cpp
+++ b/myserver/src/base/unix_socket/unix_socket.cpp
@@ -16,7 +16,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/unix_socket/unix_socket.h>
 #include <include/base/utility.h>
 
diff --git a/myserver/src/base/utility.cpp b/myserver/src/base/utility.cpp
index ad6087b..38ed19d 100644
--- a/myserver/src/base/utility.cpp
+++ b/myserver/src/base/utility.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/utility.h>
 #include <include/base/string/securestr.h>
 extern "C"
diff --git a/myserver/src/base/xml/xml_parser.cpp 
b/myserver/src/base/xml/xml_parser.cpp
index e8ced00..b4845d9 100644
--- a/myserver/src/base/xml/xml_parser.cpp
+++ b/myserver/src/base/xml/xml_parser.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/base/xml/xml_parser.h>
 #include <include/base/utility.h>
diff --git a/myserver/src/conf/main/main_configuration.cpp 
b/myserver/src/conf/main/main_configuration.cpp
index b3ba10b..f0802c8 100644
--- a/myserver/src/conf/main/main_configuration.cpp
+++ b/myserver/src/conf/main/main_configuration.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/conf/main/main_configuration.h>
 
diff --git a/myserver/src/conf/main/xml_main_configuration.cpp 
b/myserver/src/conf/main/xml_main_configuration.cpp
index b547a39..6eb38c6 100644
--- a/myserver/src/conf/main/xml_main_configuration.cpp
+++ b/myserver/src/conf/main/xml_main_configuration.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/conf/main/xml_main_configuration.h>
 #include <include/conf/xml_conf.h>
diff --git a/myserver/src/conf/mime/mime_manager.cpp 
b/myserver/src/conf/mime/mime_manager.cpp
index 5c5b0b6..00e92c0 100644
--- a/myserver/src/conf/mime/mime_manager.cpp
+++ b/myserver/src/conf/mime/mime_manager.cpp
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/conf/mime/mime_manager.h>
 #include <include/base/file/file.h>
 #include <include/base/string/stringutils.h>
diff --git a/myserver/src/conf/mime/xml_mime_handler.cpp 
b/myserver/src/conf/mime/xml_mime_handler.cpp
index 004aa02..f200b5b 100644
--- a/myserver/src/conf/mime/xml_mime_handler.cpp
+++ b/myserver/src/conf/mime/xml_mime_handler.cpp
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/conf/mime/xml_mime_handler.h>
 #include <include/base/file/file.h>
 #include <include/base/string/stringutils.h>
diff --git a/myserver/src/conf/nodetree.cpp b/myserver/src/conf/nodetree.cpp
index d6d08bc..896209c 100644
--- a/myserver/src/conf/nodetree.cpp
+++ b/myserver/src/conf/nodetree.cpp
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <list>
 #include <stdlib.h>
 #include <string.h>
diff --git a/myserver/src/conf/security/auth_domain.cpp 
b/myserver/src/conf/security/auth_domain.cpp
index e9138f2..7a540ce 100644
--- a/myserver/src/conf/security/auth_domain.cpp
+++ b/myserver/src/conf/security/auth_domain.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/conf/security/auth_domain.h>
 #include <include/conf/security/security_manager.h>
diff --git a/myserver/src/conf/security/auth_method.cpp 
b/myserver/src/conf/security/auth_method.cpp
index 905a604..01357ec 100644
--- a/myserver/src/conf/security/auth_method.cpp
+++ b/myserver/src/conf/security/auth_method.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/conf/security/auth_method.h>
 
 
diff --git a/myserver/src/conf/security/auth_method_factory.cpp 
b/myserver/src/conf/security/auth_method_factory.cpp
index ace99eb..02ebe4e 100644
--- a/myserver/src/conf/security/auth_method_factory.cpp
+++ b/myserver/src/conf/security/auth_method_factory.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/conf/security/auth_method_factory.h>
 #include <include/conf/security/auth_method.h>
diff --git a/myserver/src/conf/security/security_cache.cpp 
b/myserver/src/conf/security/security_cache.cpp
index 1d5a886..d1e7398 100644
--- a/myserver/src/conf/security/security_cache.cpp
+++ b/myserver/src/conf/security/security_cache.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/conf/security/security_cache.h>
 #include <include/conf/security/security_manager.h>
diff --git a/myserver/src/conf/security/security_domain.cpp 
b/myserver/src/conf/security/security_domain.cpp
index 929fae9..3a777bd 100644
--- a/myserver/src/conf/security/security_domain.cpp
+++ b/myserver/src/conf/security/security_domain.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 
 #include <include/conf/security/security_domain.h>
diff --git a/myserver/src/conf/security/security_manager.cpp 
b/myserver/src/conf/security/security_manager.cpp
index 19759de..c7bfd2e 100644
--- a/myserver/src/conf/security/security_manager.cpp
+++ b/myserver/src/conf/security/security_manager.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/conf/security/security_manager.h>
 #include <include/conf/security/validator.h>
diff --git a/myserver/src/conf/security/security_token.cpp 
b/myserver/src/conf/security/security_token.cpp
index 9c807a0..b114bd9 100644
--- a/myserver/src/conf/security/security_token.cpp
+++ b/myserver/src/conf/security/security_token.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/conf/security/security_token.h>
 #include <include/conf/vhost/vhost.h>
diff --git a/myserver/src/conf/security/validator.cpp 
b/myserver/src/conf/security/validator.cpp
index 5126ffc..2b3f09f 100644
--- a/myserver/src/conf/security/validator.cpp
+++ b/myserver/src/conf/security/validator.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/conf/security/validator.h>
 #include <include/conf/security/auth_domain.h>
diff --git a/myserver/src/conf/security/validator_factory.cpp 
b/myserver/src/conf/security/validator_factory.cpp
index d39333e..81cf6a5 100644
--- a/myserver/src/conf/security/validator_factory.cpp
+++ b/myserver/src/conf/security/validator_factory.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/conf/security/validator.h>
 #include <include/conf/security/validator_factory.h>
diff --git a/myserver/src/conf/security/xml_validator.cpp 
b/myserver/src/conf/security/xml_validator.cpp
index a8a7b47..19d0e17 100644
--- a/myserver/src/conf/security/xml_validator.cpp
+++ b/myserver/src/conf/security/xml_validator.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 
 #include <include/conf/security/xml_validator.h>
diff --git a/myserver/src/conf/vhost/ip.cpp b/myserver/src/conf/vhost/ip.cpp
index 9b5dcd6..af94f80 100644
--- a/myserver/src/conf/vhost/ip.cpp
+++ b/myserver/src/conf/vhost/ip.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/conf/vhost/ip.h>
 #include <sstream>
diff --git a/myserver/src/conf/vhost/vhost.cpp 
b/myserver/src/conf/vhost/vhost.cpp
index 5d4d625..ff69c18 100644
--- a/myserver/src/conf/vhost/vhost.cpp
+++ b/myserver/src/conf/vhost/vhost.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/conf/vhost/vhost.h>
 #include <include/base/file/file.h>
 #include <include/base/file/files_utility.h>
diff --git a/myserver/src/conf/vhost/vhost_manager.cpp 
b/myserver/src/conf/vhost/vhost_manager.cpp
index 6e065cf..6f68445 100644
--- a/myserver/src/conf/vhost/vhost_manager.cpp
+++ b/myserver/src/conf/vhost/vhost_manager.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/conf/vhost/vhost_manager.h>
 #include <include/conf/vhost/vhost.h>
diff --git a/myserver/src/conf/vhost/xml_vhost_handler.cpp 
b/myserver/src/conf/vhost/xml_vhost_handler.cpp
index 7c9d867..a2b4f88 100644
--- a/myserver/src/conf/vhost/xml_vhost_handler.cpp
+++ b/myserver/src/conf/vhost/xml_vhost_handler.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/conf/vhost/xml_vhost_handler.h>
 #include <include/conf/vhost/vhost.h>
diff --git a/myserver/src/conf/xml_conf.cpp b/myserver/src/conf/xml_conf.cpp
index 7a37449..8244faf 100644
--- a/myserver/src/conf/xml_conf.cpp
+++ b/myserver/src/conf/xml_conf.cpp
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <list>
 #include <stdlib.h>
 #include <string.h>
diff --git a/myserver/src/connection/connection.cpp 
b/myserver/src/connection/connection.cpp
index 8ab60c9..de96d65 100644
--- a/myserver/src/connection/connection.cpp
+++ b/myserver/src/connection/connection.cpp
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/connection/connection.h>
 #include <include/conf/vhost/vhost.h>
 
diff --git a/myserver/src/connections_scheduler/connections_scheduler.cpp 
b/myserver/src/connections_scheduler/connections_scheduler.cpp
index e6cdbff..f374663 100644
--- a/myserver/src/connections_scheduler/connections_scheduler.cpp
+++ b/myserver/src/connections_scheduler/connections_scheduler.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/connections_scheduler/connections_scheduler.h>
 #include <include/server/server.h>
diff --git a/myserver/src/connections_scheduler/listen_threads.cpp 
b/myserver/src/connections_scheduler/listen_threads.cpp
index 9365fb2..b8d5ff0 100644
--- a/myserver/src/connections_scheduler/listen_threads.cpp
+++ b/myserver/src/connections_scheduler/listen_threads.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/server/server.h>
 #include <include/base/file/files_utility.h>
diff --git a/myserver/src/filter/console.cpp b/myserver/src/filter/console.cpp
index 71b6b0d..3cbcbf6 100644
--- a/myserver/src/filter/console.cpp
+++ b/myserver/src/filter/console.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/filter/console.h>
 
 Console::Console () : Stream ()
diff --git a/myserver/src/filter/filter.cpp b/myserver/src/filter/filter.cpp
index 530fea4..16713bb 100644
--- a/myserver/src/filter/filter.cpp
+++ b/myserver/src/filter/filter.cpp
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/filter/stream.h>
 #include <include/filter/filter.h>
 
diff --git a/myserver/src/filter/filters_chain.cpp 
b/myserver/src/filter/filters_chain.cpp
index 1a0bb97..2476f91 100644
--- a/myserver/src/filter/filters_chain.cpp
+++ b/myserver/src/filter/filters_chain.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/filter/filters_chain.h>
 #include <include/base/string/stringutils.h>
 
diff --git a/myserver/src/filter/filters_factory.cpp 
b/myserver/src/filter/filters_factory.cpp
index 480004f..fc22ee7 100644
--- a/myserver/src/filter/filters_factory.cpp
+++ b/myserver/src/filter/filters_factory.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/filter/filters_factory.h>
 
 #include <string>
diff --git a/myserver/src/filter/gzip/gzip.cpp 
b/myserver/src/filter/gzip/gzip.cpp
index 3c830d1..22f5008 100644
--- a/myserver/src/filter/gzip/gzip.cpp
+++ b/myserver/src/filter/gzip/gzip.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/filter/gzip/gzip.h>
 #include <include/base/string/securestr.h>
diff --git a/myserver/src/filter/gzip/gzip_decompress.cpp 
b/myserver/src/filter/gzip/gzip_decompress.cpp
index 3ce60c3..010150a 100644
--- a/myserver/src/filter/gzip/gzip_decompress.cpp
+++ b/myserver/src/filter/gzip/gzip_decompress.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/filter/gzip/gzip_decompress.h>
 #include <include/base/string/securestr.h>
 
diff --git a/myserver/src/filter/memory_stream.cpp 
b/myserver/src/filter/memory_stream.cpp
index 3945ccf..aeceac4 100644
--- a/myserver/src/filter/memory_stream.cpp
+++ b/myserver/src/filter/memory_stream.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/filter/memory_stream.h>
 
diff --git a/myserver/src/filter/stream.cpp b/myserver/src/filter/stream.cpp
index 4d0e1ce..17f92bd 100644
--- a/myserver/src/filter/stream.cpp
+++ b/myserver/src/filter/stream.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/filter/stream.h>
 
diff --git a/myserver/src/http_handler/cgi/cgi.cpp 
b/myserver/src/http_handler/cgi/cgi.cpp
index 3744c2c..438ef5d 100644
--- a/myserver/src/http_handler/cgi/cgi.cpp
+++ b/myserver/src/http_handler/cgi/cgi.cpp
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/http_handler/cgi/cgi.h>
 #include <include/protocol/http/http_headers.h>
 #include <include/protocol/http/http.h>
diff --git a/myserver/src/http_handler/fastcgi/fastcgi.cpp 
b/myserver/src/http_handler/fastcgi/fastcgi.cpp
index fc2789d..458c70d 100644
--- a/myserver/src/http_handler/fastcgi/fastcgi.cpp
+++ b/myserver/src/http_handler/fastcgi/fastcgi.cpp
@@ -22,7 +22,7 @@
   On that site you can find samples and all the supported languages.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/http_handler/fastcgi/fastcgi.h>
 #include <include/protocol/http/env/env.h>
diff --git a/myserver/src/http_handler/http_dir/http_dir.cpp 
b/myserver/src/http_handler/http_dir/http_dir.cpp
index 3fa5993..25ab040 100644
--- a/myserver/src/http_handler/http_dir/http_dir.cpp
+++ b/myserver/src/http_handler/http_dir/http_dir.cpp
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/server/server.h>
 #include <include/protocol/http/http.h>
 #include <include/protocol/http/http_headers.h>
diff --git a/myserver/src/http_handler/http_file/http_file.cpp 
b/myserver/src/http_handler/http_file/http_file.cpp
index 3d9c3b1..7f96ce1 100644
--- a/myserver/src/http_handler/http_file/http_file.cpp
+++ b/myserver/src/http_handler/http_file/http_file.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/protocol/http/http.h>
 #include <include/protocol/http/http_headers.h>
 #include <include/http_handler/http_file/http_file.h>
diff --git a/myserver/src/http_handler/isapi/isapi.cpp 
b/myserver/src/http_handler/isapi/isapi.cpp
index c058051..6661f90 100644
--- a/myserver/src/http_handler/isapi/isapi.cpp
+++ b/myserver/src/http_handler/isapi/isapi.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/http_handler/isapi/isapi.h>
 #include <include/protocol/http/http.h>
 #include <include/server/server.h>
diff --git a/myserver/src/http_handler/mscgi/mscgi.cpp 
b/myserver/src/http_handler/mscgi/mscgi.cpp
index 1ffcfe1..cf3a245 100644
--- a/myserver/src/http_handler/mscgi/mscgi.cpp
+++ b/myserver/src/http_handler/mscgi/mscgi.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/http_handler/mscgi/mscgi.h>
 #include <include/protocol/http/http.h>
 #include <include/server/server.h>
diff --git a/myserver/src/http_handler/mscgi/mscgi_manager.cpp 
b/myserver/src/http_handler/mscgi/mscgi_manager.cpp
index 0439b54..9a63cba 100644
--- a/myserver/src/http_handler/mscgi/mscgi_manager.cpp
+++ b/myserver/src/http_handler/mscgi/mscgi_manager.cpp
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General 
Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/xml/xml_parser.h>
 #include <include/http_handler/mscgi/mscgi_manager.h>
 #include <include/protocol/http/http.h>
diff --git a/myserver/src/http_handler/proxy/proxy.cpp 
b/myserver/src/http_handler/proxy/proxy.cpp
index 7517e0e..950e7eb 100644
--- a/myserver/src/http_handler/proxy/proxy.cpp
+++ b/myserver/src/http_handler/proxy/proxy.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/http_handler/proxy/proxy.h>
 
 #include <include/protocol/http/http_thread_context.h>
diff --git a/myserver/src/http_handler/scgi/scgi.cpp 
b/myserver/src/http_handler/scgi/scgi.cpp
index b2bd9f8..dc72bfc 100644
--- a/myserver/src/http_handler/scgi/scgi.cpp
+++ b/myserver/src/http_handler/scgi/scgi.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/http_handler/scgi/scgi.h>
 #include <include/protocol/http/env/env.h>
diff --git a/myserver/src/http_handler/wincgi/wincgi.cpp 
b/myserver/src/http_handler/wincgi/wincgi.cpp
index c21b4af..d4bef52 100644
--- a/myserver/src/http_handler/wincgi/wincgi.cpp
+++ b/myserver/src/http_handler/wincgi/wincgi.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/http_handler/wincgi/wincgi.h>
 #include <include/base/base64/mime_utils.h>
 #include <include/base/file/file.h>
diff --git a/myserver/src/log/log_manager.cpp b/myserver/src/log/log_manager.cpp
index 949efd6..104a389 100644
--- a/myserver/src/log/log_manager.cpp
+++ b/myserver/src/log/log_manager.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/log/log_manager.h>
 #include <include/server/server.h>
 
diff --git a/myserver/src/log/stream/console_stream.cpp 
b/myserver/src/log/stream/console_stream.cpp
index f8fdbdd..01ddbad 100644
--- a/myserver/src/log/stream/console_stream.cpp
+++ b/myserver/src/log/stream/console_stream.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/log/stream/console_stream.h>
 #include <include/server/server.h>
 
diff --git a/myserver/src/log/stream/console_stream_creator.cpp 
b/myserver/src/log/stream/console_stream_creator.cpp
index fa9d4ed..12eb848 100644
--- a/myserver/src/log/stream/console_stream_creator.cpp
+++ b/myserver/src/log/stream/console_stream_creator.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/log/stream/console_stream_creator.h>
 
 LogStream*
diff --git a/myserver/src/log/stream/file_stream.cpp 
b/myserver/src/log/stream/file_stream.cpp
index ce555c6..d02a10c 100644
--- a/myserver/src/log/stream/file_stream.cpp
+++ b/myserver/src/log/stream/file_stream.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/log/stream/file_stream.h>
 
 int const FileStream::defaultFileMask =
diff --git a/myserver/src/log/stream/file_stream_creator.cpp 
b/myserver/src/log/stream/file_stream_creator.cpp
index e677627..83a47a0 100644
--- a/myserver/src/log/stream/file_stream_creator.cpp
+++ b/myserver/src/log/stream/file_stream_creator.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/log/stream/file_stream_creator.h>
 
 LogStream*
diff --git a/myserver/src/log/stream/log_stream.cpp 
b/myserver/src/log/stream/log_stream.cpp
index 4e11e49..e85eb41 100644
--- a/myserver/src/log/stream/log_stream.cpp
+++ b/myserver/src/log/stream/log_stream.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/log/stream/log_stream.h>
 
 LogStream::LogStream (FiltersFactory* ff, u_long cycle, Stream* out,
diff --git a/myserver/src/log/stream/log_stream_creator.cpp 
b/myserver/src/log/stream/log_stream_creator.cpp
index 27f37ce..3ac4c54 100644
--- a/myserver/src/log/stream/log_stream_creator.cpp
+++ b/myserver/src/log/stream/log_stream_creator.cpp
@@ -15,5 +15,5 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/log/stream/log_stream_creator.h>
diff --git a/myserver/src/log/stream/log_stream_factory.cpp 
b/myserver/src/log/stream/log_stream_factory.cpp
index c54490b..72c16e8 100644
--- a/myserver/src/log/stream/log_stream_factory.cpp
+++ b/myserver/src/log/stream/log_stream_factory.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/log/stream/log_stream_factory.h>
 
 LogStreamFactory::LogStreamFactory ()
diff --git a/myserver/src/log/stream/socket_stream.cpp 
b/myserver/src/log/stream/socket_stream.cpp
index 4ff969b..4b063d4 100644
--- a/myserver/src/log/stream/socket_stream.cpp
+++ b/myserver/src/log/stream/socket_stream.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/log/stream/socket_stream.h>
 
 SocketStream::SocketStream (FiltersFactory* filtersFactory,
diff --git a/myserver/src/log/stream/socket_stream_creator.cpp 
b/myserver/src/log/stream/socket_stream_creator.cpp
index 8476a76..d7a019b 100644
--- a/myserver/src/log/stream/socket_stream_creator.cpp
+++ b/myserver/src/log/stream/socket_stream_creator.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/log/stream/socket_stream_creator.h>
 
 LogStream*
diff --git a/myserver/src/myserver.cpp b/myserver/src/myserver.cpp
index 94f1d63..ddd96ee 100644
--- a/myserver/src/myserver.cpp
+++ b/myserver/src/myserver.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/server/server.h>
 #include <include/base/file/files_utility.h>
 #include <include/base/string/stringutils.h>
diff --git a/myserver/src/plugin/plugin.cpp b/myserver/src/plugin/plugin.cpp
index 11d2f67..f104dca 100644
--- a/myserver/src/plugin/plugin.cpp
+++ b/myserver/src/plugin/plugin.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/plugin/plugin.h>
 
 using namespace std;
diff --git a/myserver/src/plugin/plugin_info.cpp 
b/myserver/src/plugin/plugin_info.cpp
index 1921c45..53ee7e4 100644
--- a/myserver/src/plugin/plugin_info.cpp
+++ b/myserver/src/plugin/plugin_info.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/plugin/plugin_info.h>
 
 using namespace std;
diff --git a/myserver/src/plugin/plugins_manager.cpp 
b/myserver/src/plugin/plugins_manager.cpp
index a67bd4e..b108183 100644
--- a/myserver/src/plugin/plugins_manager.cpp
+++ b/myserver/src/plugin/plugins_manager.cpp
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/plugin/plugins_manager.h>
 #include <include/base/xml/xml_parser.h>
 #include <include/base/read_directory/read_directory.h>
diff --git a/myserver/src/protocol/control/control_header.cpp 
b/myserver/src/protocol/control/control_header.cpp
index c6c17b3..883cb5a 100644
--- a/myserver/src/protocol/control/control_header.cpp
+++ b/myserver/src/protocol/control/control_header.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/protocol/protocol.h>
 #include <include/base/string/securestr.h>
diff --git a/myserver/src/protocol/control/control_protocol.cpp 
b/myserver/src/protocol/control/control_protocol.cpp
index 64aa520..ba16143 100644
--- a/myserver/src/protocol/control/control_protocol.cpp
+++ b/myserver/src/protocol/control/control_protocol.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/protocol/protocol.h>
 #include <include/protocol/control/control_protocol.h>
diff --git a/myserver/src/protocol/ftp/ftp.cpp 
b/myserver/src/protocol/ftp/ftp.cpp
index 75ebff0..fb2c68f 100644
--- a/myserver/src/protocol/ftp/ftp.cpp
+++ b/myserver/src/protocol/ftp/ftp.cpp
@@ -17,7 +17,7 @@
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/protocol/ftp/ftp.h>
 #include <include/protocol/ftp/ftp_common.h>
 #include <include/protocol/ftp/ftp_parser.h>
diff --git a/myserver/src/protocol/ftp/ftp_lexer.cpp 
b/myserver/src/protocol/ftp/ftp_lexer.cpp
index 505ffe3..183b888 100644
--- a/myserver/src/protocol/ftp/ftp_lexer.cpp
+++ b/myserver/src/protocol/ftp/ftp_lexer.cpp
@@ -1,3 +1,3 @@
-/* We need this hack to ensure stdafx.h is include before any other file.  */
-#include "stdafx.h"
+/* We need this hack to ensure myserver.h is include before any other file.  */
+#include "myserver.h"
 #include "ftp_lexer.out.cpp"
diff --git a/myserver/src/protocol/gopher/engine.cpp 
b/myserver/src/protocol/gopher/engine.cpp
index fdb15dc..d75425d 100644
--- a/myserver/src/protocol/gopher/engine.cpp
+++ b/myserver/src/protocol/gopher/engine.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/protocol/gopher/gopher_content.h>
 #include <include/protocol/gopher/engine.h>
diff --git a/myserver/src/protocol/gopher/gopher.cpp 
b/myserver/src/protocol/gopher/gopher.cpp
index 4a6ef50..3ab3fcb 100644
--- a/myserver/src/protocol/gopher/gopher.cpp
+++ b/myserver/src/protocol/gopher/gopher.cpp
@@ -18,7 +18,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/protocol/gopher/gopher.h>
 #include <include/protocol/gopher/gopher_content.h>
diff --git a/myserver/src/protocol/gopher/gopher_content.cpp 
b/myserver/src/protocol/gopher/gopher_content.cpp
index 17ecdf6..63e3d28 100644
--- a/myserver/src/protocol/gopher/gopher_content.cpp
+++ b/myserver/src/protocol/gopher/gopher_content.cpp
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/protocol/gopher/gopher_content.h>
 #include <include/base/string/stringutils.h>
diff --git a/myserver/src/protocol/http/dyn_http_command.cpp 
b/myserver/src/protocol/http/dyn_http_command.cpp
index 7c482fc..222f0df 100644
--- a/myserver/src/protocol/http/dyn_http_command.cpp
+++ b/myserver/src/protocol/http/dyn_http_command.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/protocol/http/dyn_http_command.h>
 #include <include/server/server.h>
diff --git a/myserver/src/protocol/http/dyn_http_command_manager.cpp 
b/myserver/src/protocol/http/dyn_http_command_manager.cpp
index f8ff20d..bc3eb2a 100644
--- a/myserver/src/protocol/http/dyn_http_command_manager.cpp
+++ b/myserver/src/protocol/http/dyn_http_command_manager.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/protocol/http/dyn_http_command_manager.h>
 #include <include/protocol/http/dyn_http_command.h>
diff --git a/myserver/src/protocol/http/dyn_http_manager.cpp 
b/myserver/src/protocol/http/dyn_http_manager.cpp
index 612153d..16947bb 100644
--- a/myserver/src/protocol/http/dyn_http_manager.cpp
+++ b/myserver/src/protocol/http/dyn_http_manager.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/protocol/http/dyn_http_manager.h>
 #include <include/base/xml/xml_parser.h>
diff --git a/myserver/src/protocol/http/dyn_http_manager_list.cpp 
b/myserver/src/protocol/http/dyn_http_manager_list.cpp
index 0fbc31f..4b1e8a1 100644
--- a/myserver/src/protocol/http/dyn_http_manager_list.cpp
+++ b/myserver/src/protocol/http/dyn_http_manager_list.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/protocol/http/dyn_http_manager_list.h>
 #include <include/protocol/http/dyn_http_manager.h>
diff --git a/myserver/src/protocol/http/env/env.cpp 
b/myserver/src/protocol/http/env/env.cpp
index 4339e01..552c53e 100644
--- a/myserver/src/protocol/http/env/env.cpp
+++ b/myserver/src/protocol/http/env/env.cpp
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/protocol/http/env/env.h>
 #include <include/protocol/http/http_headers.h>
 #include <include/protocol/http/http.h>
diff --git a/myserver/src/protocol/http/http.cpp 
b/myserver/src/protocol/http/http.cpp
index 3a8bc1a..8a6b7d9 100644
--- a/myserver/src/protocol/http/http.cpp
+++ b/myserver/src/protocol/http/http.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/protocol/http/http.h>
 #include <include/protocol/http/http_headers.h>
diff --git a/myserver/src/protocol/http/http_data_handler.cpp 
b/myserver/src/protocol/http/http_data_handler.cpp
index aa5a0ce..0363f13 100644
--- a/myserver/src/protocol/http/http_data_handler.cpp
+++ b/myserver/src/protocol/http/http_data_handler.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/protocol/http/http_headers.h>
 #include <include/protocol/http/http.h>
diff --git a/myserver/src/protocol/http/http_data_read.cpp 
b/myserver/src/protocol/http/http_data_read.cpp
index d82ef6f..963263f 100644
--- a/myserver/src/protocol/http/http_data_read.cpp
+++ b/myserver/src/protocol/http/http_data_read.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/protocol/http/http.h>
 #include <include/protocol/http/http_headers.h>
diff --git a/myserver/src/protocol/http/http_errors.cpp 
b/myserver/src/protocol/http/http_errors.cpp
index a249b7a..17c0787 100644
--- a/myserver/src/protocol/http/http_errors.cpp
+++ b/myserver/src/protocol/http/http_errors.cpp
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/protocol/http/http_errors.h>
 
 #include <sstream>
diff --git a/myserver/src/protocol/http/http_headers.cpp 
b/myserver/src/protocol/http/http_headers.cpp
index 86f94d5..0d8b15a 100644
--- a/myserver/src/protocol/http/http_headers.cpp
+++ b/myserver/src/protocol/http/http_headers.cpp
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <sstream>
 #include <include/protocol/http/http_headers.h>
 #include <include/protocol/http/http.h>
diff --git a/myserver/src/protocol/http/http_req_security_domain.cpp 
b/myserver/src/protocol/http/http_req_security_domain.cpp
index 643aeec..0c42d49 100644
--- a/myserver/src/protocol/http/http_req_security_domain.cpp
+++ b/myserver/src/protocol/http/http_req_security_domain.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/protocol/http/http_req_security_domain.h>
 #include <include/conf/security/security_domain.h>
diff --git a/myserver/src/protocol/http/http_request.cpp 
b/myserver/src/protocol/http/http_request.cpp
index 305ba0f..35391f6 100644
--- a/myserver/src/protocol/http/http_request.cpp
+++ b/myserver/src/protocol/http/http_request.cpp
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/protocol/http/http_request.h>
 #include <include/base/string/stringutils.h>
 #include <iostream>
diff --git a/myserver/src/protocol/http/http_response.cpp 
b/myserver/src/protocol/http/http_response.cpp
index de93434..a3fbb3d 100644
--- a/myserver/src/protocol/http/http_response.cpp
+++ b/myserver/src/protocol/http/http_response.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/protocol/http/http_response.h>
 #include <include/base/string/stringutils.h>
 #include <iostream>
diff --git a/myserver/src/protocol/http/http_thread_context.cpp 
b/myserver/src/protocol/http/http_thread_context.cpp
index 236790e..425d70d 100644
--- a/myserver/src/protocol/http/http_thread_context.cpp
+++ b/myserver/src/protocol/http/http_thread_context.cpp
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <sstream>
 #include <include/protocol/http/http_thread_context.h>
 #include <include/conf/vhost/vhost.h>
diff --git a/myserver/src/protocol/https/https.cpp 
b/myserver/src/protocol/https/https.cpp
index 04b022b..e60ae67 100644
--- a/myserver/src/protocol/https/https.cpp
+++ b/myserver/src/protocol/https/https.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/protocol/protocol.h>
 #include <include/protocol/https/https.h>
diff --git a/myserver/src/protocol/protocol.cpp 
b/myserver/src/protocol/protocol.cpp
index aec0eee..795a037 100644
--- a/myserver/src/protocol/protocol.cpp
+++ b/myserver/src/protocol/protocol.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/protocol/protocol.h>
 #include <include/server/clients_thread.h>
 #include <include/server/server.h>
diff --git a/myserver/src/protocol/protocol_buffer.cpp 
b/myserver/src/protocol/protocol_buffer.cpp
index 5668953..0654527 100644
--- a/myserver/src/protocol/protocol_buffer.cpp
+++ b/myserver/src/protocol/protocol_buffer.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/protocol/protocol_buffer.h>
 
diff --git a/myserver/src/protocol/protocols_manager.cpp 
b/myserver/src/protocol/protocols_manager.cpp
index 0264a8d..76e2a91 100644
--- a/myserver/src/protocol/protocols_manager.cpp
+++ b/myserver/src/protocol/protocols_manager.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 
 #include <include/protocol/protocols_manager.h>
diff --git a/myserver/src/protocol/url.cpp b/myserver/src/protocol/url.cpp
index 1a23be7..2f018eb 100644
--- a/myserver/src/protocol/url.cpp
+++ b/myserver/src/protocol/url.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/protocol/url.h>
 
 
diff --git a/myserver/src/server/clients_thread.cpp 
b/myserver/src/server/clients_thread.cpp
index 29b3451..4704956 100644
--- a/myserver/src/server/clients_thread.cpp
+++ b/myserver/src/server/clients_thread.cpp
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/server/clients_thread.h>
 
 #include <include/base/thread/thread.h>
diff --git a/myserver/src/server/server.cpp b/myserver/src/server/server.cpp
index 8572e73..db0acdb 100644
--- a/myserver/src/server/server.cpp
+++ b/myserver/src/server/server.cpp
@@ -16,7 +16,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/server/server.h>
 #include <include/server/clients_thread.h>
 #include <include/base/safetime/safetime.h>
diff --git a/myserver/tests/main.cpp b/myserver/tests/main.cpp
index 7a692a6..4e70269 100644
--- a/myserver/tests/main.cpp
+++ b/myserver/tests/main.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #undef open
 #undef close
diff --git a/myserver/tests/test_auth_domain.cpp 
b/myserver/tests/test_auth_domain.cpp
index 84484b4..400bd54 100644
--- a/myserver/tests/test_auth_domain.cpp
+++ b/myserver/tests/test_auth_domain.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_auth_method.cpp 
b/myserver/tests/test_auth_method.cpp
index 557b331..cb2ea20 100644
--- a/myserver/tests/test_auth_method.cpp
+++ b/myserver/tests/test_auth_method.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/crypt/crypt_algo_manager.h>
 #include <include/base/crypt/md5.h>
 
diff --git a/myserver/tests/test_base64.cpp b/myserver/tests/test_base64.cpp
index 4a99187..4a2dce2 100644
--- a/myserver/tests/test_base64.cpp
+++ b/myserver/tests/test_base64.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_bitvec.cpp b/myserver/tests/test_bitvec.cpp
index 5ec1e97..f70974f 100644
--- a/myserver/tests/test_bitvec.cpp
+++ b/myserver/tests/test_bitvec.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
 #include <cppunit/ui/text/TestRunner.h>
diff --git a/myserver/tests/test_cached_file.cpp 
b/myserver/tests/test_cached_file.cpp
index 0bac963..43b6726 100644
--- a/myserver/tests/test_cached_file.cpp
+++ b/myserver/tests/test_cached_file.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/ui/text/TestRunner.h>
 #include <cppunit/extensions/HelperMacros.h>
diff --git a/myserver/tests/test_cached_file_buffer.cpp 
b/myserver/tests/test_cached_file_buffer.cpp
index f0d09e6..0919df5 100644
--- a/myserver/tests/test_cached_file_buffer.cpp
+++ b/myserver/tests/test_cached_file_buffer.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/ui/text/TestRunner.h>
 #include <cppunit/extensions/HelperMacros.h>
diff --git a/myserver/tests/test_cached_file_factory.cpp 
b/myserver/tests/test_cached_file_factory.cpp
index 1ecf848..bd1ad5a 100644
--- a/myserver/tests/test_cached_file_factory.cpp
+++ b/myserver/tests/test_cached_file_factory.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
 #include <cppunit/ui/text/TestRunner.h>
diff --git a/myserver/tests/test_connection.cpp 
b/myserver/tests/test_connection.cpp
index 660f496..ba7fbcf 100644
--- a/myserver/tests/test_connection.cpp
+++ b/myserver/tests/test_connection.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_connections_scheduler.cpp 
b/myserver/tests/test_connections_scheduler.cpp
index 57d78f8..ba60bcd 100644
--- a/myserver/tests/test_connections_scheduler.cpp
+++ b/myserver/tests/test_connections_scheduler.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_crypt_algo_manager.cpp 
b/myserver/tests/test_crypt_algo_manager.cpp
index adc9518..3b07da6 100644
--- a/myserver/tests/test_crypt_algo_manager.cpp
+++ b/myserver/tests/test_crypt_algo_manager.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/crypt/crypt_algo_manager.h>
 #include <include/base/crypt/md5.h>
 
diff --git a/myserver/tests/test_file.cpp b/myserver/tests/test_file.cpp
index c415be1..76ae60c 100644
--- a/myserver/tests/test_file.cpp
+++ b/myserver/tests/test_file.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
 #include <cppunit/ui/text/TestRunner.h>
diff --git a/myserver/tests/test_file_stream.cpp 
b/myserver/tests/test_file_stream.cpp
index eee4e62..fbf1a4e 100644
--- a/myserver/tests/test_file_stream.cpp
+++ b/myserver/tests/test_file_stream.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <list>
 #include <string>
 
diff --git a/myserver/tests/test_file_stream_creator.cpp 
b/myserver/tests/test_file_stream_creator.cpp
index d9ebd15..e804392 100644
--- a/myserver/tests/test_file_stream_creator.cpp
+++ b/myserver/tests/test_file_stream_creator.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <list>
 #include <string>
 
diff --git a/myserver/tests/test_files_utility.cpp 
b/myserver/tests/test_files_utility.cpp
index 5e61383..ac095b7 100644
--- a/myserver/tests/test_files_utility.cpp
+++ b/myserver/tests/test_files_utility.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
 #include <cppunit/ui/text/TestRunner.h>
diff --git a/myserver/tests/test_filter_chain.cpp 
b/myserver/tests/test_filter_chain.cpp
index 04ce9ea..7ca30a2 100644
--- a/myserver/tests/test_filter_chain.cpp
+++ b/myserver/tests/test_filter_chain.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/filter/stream.h>
 #include <include/filter/gzip/gzip.h>
 #include <include/filter/gzip/gzip_decompress.h>
diff --git a/myserver/tests/test_fork_server.cpp 
b/myserver/tests/test_fork_server.cpp
index 997e36c..bc295e9 100644
--- a/myserver/tests/test_fork_server.cpp
+++ b/myserver/tests/test_fork_server.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/process/fork_server.h>
 #include <include/base/process/process.h>
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_ftp.cpp b/myserver/tests/test_ftp.cpp
index c9d2ac9..1f2c776 100644
--- a/myserver/tests/test_ftp.cpp
+++ b/myserver/tests/test_ftp.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/protocol/ftp/ftp.h>
 #include <include/base/mem_buff/mem_buff.h>
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_gopher_content.cpp 
b/myserver/tests/test_gopher_content.cpp
index 3dae84d..843d3fa 100644
--- a/myserver/tests/test_gopher_content.cpp
+++ b/myserver/tests/test_gopher_content.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/protocol/gopher/gopher_content.h>
 #include "memory_socket.h"
 
diff --git a/myserver/tests/test_gzip.cpp b/myserver/tests/test_gzip.cpp
index 39cb762..e6f2e0f 100644
--- a/myserver/tests/test_gzip.cpp
+++ b/myserver/tests/test_gzip.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/filter/gzip/gzip.h>
 #include <include/filter/gzip/gzip_decompress.h>
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_hashmap.cpp b/myserver/tests/test_hashmap.cpp
index 9be5b0e..c21c07e 100644
--- a/myserver/tests/test_hashmap.cpp
+++ b/myserver/tests/test_hashmap.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/hash_map/hash_map.h>
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_homedir.cpp b/myserver/tests/test_homedir.cpp
index 049cb76..fa3f36b 100644
--- a/myserver/tests/test_homedir.cpp
+++ b/myserver/tests/test_homedir.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/home_dir/home_dir.h>
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_http_req_security_domain.cpp 
b/myserver/tests/test_http_req_security_domain.cpp
index 4017aab..fa35a58 100644
--- a/myserver/tests/test_http_req_security_domain.cpp
+++ b/myserver/tests/test_http_req_security_domain.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <string.h>
diff --git a/myserver/tests/test_http_request.cpp 
b/myserver/tests/test_http_request.cpp
index bc46432..376197b 100644
--- a/myserver/tests/test_http_request.cpp
+++ b/myserver/tests/test_http_request.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <string.h>
diff --git a/myserver/tests/test_http_response.cpp 
b/myserver/tests/test_http_response.cpp
index 7ec09aa..692f4e3 100644
--- a/myserver/tests/test_http_response.cpp
+++ b/myserver/tests/test_http_response.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <string.h>
diff --git a/myserver/tests/test_ip.cpp b/myserver/tests/test_ip.cpp
index 234902c..33dbb20 100644
--- a/myserver/tests/test_ip.cpp
+++ b/myserver/tests/test_ip.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/conf/vhost/ip.h>
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_log_manager.cpp 
b/myserver/tests/test_log_manager.cpp
index dacab27..67ada1d 100644
--- a/myserver/tests/test_log_manager.cpp
+++ b/myserver/tests/test_log_manager.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <list>
 #include <string>
 
diff --git a/myserver/tests/test_log_stream_factory.cpp 
b/myserver/tests/test_log_stream_factory.cpp
index ecd05ec..367f023 100644
--- a/myserver/tests/test_log_stream_factory.cpp
+++ b/myserver/tests/test_log_stream_factory.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <list>
 #include <string>
 
diff --git a/myserver/tests/test_md5.cpp b/myserver/tests/test_md5.cpp
index a5db138..85d6e05 100644
--- a/myserver/tests/test_md5.cpp
+++ b/myserver/tests/test_md5.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/crypt/md5.h>
 
 #include <ctype.h>
diff --git a/myserver/tests/test_mem_buff.cpp b/myserver/tests/test_mem_buff.cpp
index 5e5d7a5..52fdb5b 100644
--- a/myserver/tests/test_mem_buff.cpp
+++ b/myserver/tests/test_mem_buff.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_mem_socket.cpp 
b/myserver/tests/test_mem_socket.cpp
index 2d0106d..39be572 100644
--- a/myserver/tests/test_mem_socket.cpp
+++ b/myserver/tests/test_mem_socket.cpp
@@ -15,8 +15,8 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
-#include "stdafx.h"
+#include "myserver.h"
+#include "myserver.h"
 #include "memory_socket.h"
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_mem_stream.cpp 
b/myserver/tests/test_mem_stream.cpp
index a711e3c..01686ff 100644
--- a/myserver/tests/test_mem_stream.cpp
+++ b/myserver/tests/test_mem_stream.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <include/filter/memory_stream.h>
diff --git a/myserver/tests/test_membuf_file.cpp 
b/myserver/tests/test_membuf_file.cpp
index 01c2835..997792d 100644
--- a/myserver/tests/test_membuf_file.cpp
+++ b/myserver/tests/test_membuf_file.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
 #include <cppunit/ui/text/TestRunner.h>
diff --git a/myserver/tests/test_mime_manager.cpp 
b/myserver/tests/test_mime_manager.cpp
index 1045b2d..068d097 100644
--- a/myserver/tests/test_mime_manager.cpp
+++ b/myserver/tests/test_mime_manager.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_multicast.cpp 
b/myserver/tests/test_multicast.cpp
index 120291b..a89b8ec 100644
--- a/myserver/tests/test_multicast.cpp
+++ b/myserver/tests/test_multicast.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_mutex.cpp b/myserver/tests/test_mutex.cpp
index 066dd46..6becb5f 100644
--- a/myserver/tests/test_mutex.cpp
+++ b/myserver/tests/test_mutex.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_nodetree.cpp b/myserver/tests/test_nodetree.cpp
index afc82be..f21f972 100644
--- a/myserver/tests/test_nodetree.cpp
+++ b/myserver/tests/test_nodetree.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_pipe.cpp b/myserver/tests/test_pipe.cpp
index 2cbe99d..f465df6 100644
--- a/myserver/tests/test_pipe.cpp
+++ b/myserver/tests/test_pipe.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_plugin_info.cpp 
b/myserver/tests/test_plugin_info.cpp
index f30bcf8..203d4ae 100644
--- a/myserver/tests/test_plugin_info.cpp
+++ b/myserver/tests/test_plugin_info.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_read_directory.cpp 
b/myserver/tests/test_read_directory.cpp
index 630f404..474245c 100644
--- a/myserver/tests/test_read_directory.cpp
+++ b/myserver/tests/test_read_directory.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/read_directory/read_directory.h>
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_recursive_mutex.cpp 
b/myserver/tests/test_recursive_mutex.cpp
index aacc598..a3c2c21 100644
--- a/myserver/tests/test_recursive_mutex.cpp
+++ b/myserver/tests/test_recursive_mutex.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_regex.cpp b/myserver/tests/test_regex.cpp
index 5aac37b..490c58b 100644
--- a/myserver/tests/test_regex.cpp
+++ b/myserver/tests/test_regex.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/regex/myserver_regex.h>
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_safetime.cpp b/myserver/tests/test_safetime.cpp
index 13d5c1a..a0ba88c 100644
--- a/myserver/tests/test_safetime.cpp
+++ b/myserver/tests/test_safetime.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_security_cache.cpp 
b/myserver/tests/test_security_cache.cpp
index 57da943..7fc9b96 100644
--- a/myserver/tests/test_security_cache.cpp
+++ b/myserver/tests/test_security_cache.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_security_domain.cpp 
b/myserver/tests/test_security_domain.cpp
index 2e11e04..eaf1dbe 100644
--- a/myserver/tests/test_security_domain.cpp
+++ b/myserver/tests/test_security_domain.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_security_manager.cpp 
b/myserver/tests/test_security_manager.cpp
index 20946b7..990242a 100644
--- a/myserver/tests/test_security_manager.cpp
+++ b/myserver/tests/test_security_manager.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_security_token.cpp 
b/myserver/tests/test_security_token.cpp
index 0fe4285..c292bb0 100644
--- a/myserver/tests/test_security_token.cpp
+++ b/myserver/tests/test_security_token.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_semaphore.cpp 
b/myserver/tests/test_semaphore.cpp
index cc7c364..596920d 100644
--- a/myserver/tests/test_semaphore.cpp
+++ b/myserver/tests/test_semaphore.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_sha1.cpp b/myserver/tests/test_sha1.cpp
index 67e928e..8a9a9e8 100644
--- a/myserver/tests/test_sha1.cpp
+++ b/myserver/tests/test_sha1.cpp
@@ -14,7 +14,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <include/base/crypt/sha1.h>
 
 #include <ctype.h>
diff --git a/myserver/tests/test_slab.cpp b/myserver/tests/test_slab.cpp
index 362fa01..1011fba 100644
--- a/myserver/tests/test_slab.cpp
+++ b/myserver/tests/test_slab.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_socket.cpp b/myserver/tests/test_socket.cpp
index 70d6599..5d1ef2f 100644
--- a/myserver/tests/test_socket.cpp
+++ b/myserver/tests/test_socket.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_socket_pair.cpp 
b/myserver/tests/test_socket_pair.cpp
index 521d223..90e0141 100644
--- a/myserver/tests/test_socket_pair.cpp
+++ b/myserver/tests/test_socket_pair.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/base/socket_pair/socket_pair.h>
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_socket_stream_creator.cpp 
b/myserver/tests/test_socket_stream_creator.cpp
index de83295..1f37c27 100644
--- a/myserver/tests/test_socket_stream_creator.cpp
+++ b/myserver/tests/test_socket_stream_creator.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <list>
 #include <string>
diff --git a/myserver/tests/test_ssl_socket.cpp 
b/myserver/tests/test_ssl_socket.cpp
index 3ec85ac..7128436 100644
--- a/myserver/tests/test_ssl_socket.cpp
+++ b/myserver/tests/test_ssl_socket.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #define TESTSERVERPEM "server.pem"
 #define TESTSERVERKEY "server.key"
diff --git a/myserver/tests/test_thread.cpp b/myserver/tests/test_thread.cpp
index d23dbbe..8841163 100644
--- a/myserver/tests/test_thread.cpp
+++ b/myserver/tests/test_thread.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <ctype.h>
 
diff --git a/myserver/tests/test_unix_socket.cpp 
b/myserver/tests/test_unix_socket.cpp
index a4487b1..7bdfe98 100644
--- a/myserver/tests/test_unix_socket.cpp
+++ b/myserver/tests/test_unix_socket.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/base/socket_pair/socket_pair.h>
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_url.cpp b/myserver/tests/test_url.cpp
index 57b9e68..9b773fb 100644
--- a/myserver/tests/test_url.cpp
+++ b/myserver/tests/test_url.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <cppunit/CompilerOutputter.h>
 #include <cppunit/extensions/TestFactoryRegistry.h>
diff --git a/myserver/tests/test_utility.cpp b/myserver/tests/test_utility.cpp
index 5ce923d..ed14eaf 100644
--- a/myserver/tests/test_utility.cpp
+++ b/myserver/tests/test_utility.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <ctype.h>
 
diff --git a/myserver/tests/test_validator.cpp 
b/myserver/tests/test_validator.cpp
index 349832a..e7a571c 100644
--- a/myserver/tests/test_validator.cpp
+++ b/myserver/tests/test_validator.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <ctype.h>
 
diff --git a/myserver/tests/test_validator_factory.cpp 
b/myserver/tests/test_validator_factory.cpp
index 2449a84..5dd19df 100644
--- a/myserver/tests/test_validator_factory.cpp
+++ b/myserver/tests/test_validator_factory.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <ctype.h>
 
diff --git a/myserver/tests/test_xml.cpp b/myserver/tests/test_xml.cpp
index 16b60e2..05f35db 100644
--- a/myserver/tests/test_xml.cpp
+++ b/myserver/tests/test_xml.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 #include <ctype.h>
 
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_xml_main_configuration.cpp 
b/myserver/tests/test_xml_main_configuration.cpp
index d53d7ee..bf0baf5 100644
--- a/myserver/tests/test_xml_main_configuration.cpp
+++ b/myserver/tests/test_xml_main_configuration.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <include/conf/main/xml_main_configuration.h>
 #include <cppunit/CompilerOutputter.h>
diff --git a/myserver/tests/test_xml_validator.cpp 
b/myserver/tests/test_xml_validator.cpp
index 16855bd..c7da1b8 100644
--- a/myserver/tests/test_xml_validator.cpp
+++ b/myserver/tests/test_xml_validator.cpp
@@ -15,7 +15,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "stdafx.h"
+#include "myserver.h"
 
 #include <ctype.h>
 
diff --git a/plugins/src/http_checker/http_checker.cpp 
b/plugins/src/http_checker/http_checker.cpp
index 597df4c..d30c11f 100644
--- a/plugins/src/http_checker/http_checker.cpp
+++ b/plugins/src/http_checker/http_checker.cpp
@@ -14,7 +14,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
-#include <stdafx.h>
+#include <myserver.h>
 
 #include <Python.h>
 
diff --git a/plugins/src/mime_magic/mime_magic.cpp 
b/plugins/src/mime_magic/mime_magic.cpp
index e0d37a2..0709a21 100755
--- a/plugins/src/mime_magic/mime_magic.cpp
+++ b/plugins/src/mime_magic/mime_magic.cpp
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public 
License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <stdafx.h>
+#include <myserver.h>
 #include <string.h>
 #include <include/server/server.h>
 #include <include/base/multicast/multicast.h>
diff --git a/plugins/src/php/php.h b/plugins/src/php/php.h
index 66c7d6b..fc997ab 100644
--- a/plugins/src/php/php.h
+++ b/plugins/src/php/php.h
@@ -16,7 +16,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 */
 #include <php_embed.h>
 
-#include <stdafx.h>
+#include <myserver.h>
 #include <include/connection/connection.h>
 #include <include/socket/socket.h>
 #include <include/server/server.h>
diff --git a/plugins/src/python/python.h b/plugins/src/python/python.h
index 0b60d02..f765d8a 100644
--- a/plugins/src/python/python.h
+++ b/plugins/src/python/python.h
@@ -17,7 +17,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 
 #include <Python.h>
 
-#include <stdafx.h>
+#include <myserver.h>
 #include <include/connection/connection.h>
 #include <include/base/socket/socket.h>
 #include <include/server/server.h>
diff --git a/plugins/src/python_http_handler/python_http_handler.cpp 
b/plugins/src/python_http_handler/python_http_handler.cpp
index b15159d..806731f 100644
--- a/plugins/src/python_http_handler/python_http_handler.cpp
+++ b/plugins/src/python_http_handler/python_http_handler.cpp
@@ -14,7 +14,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
-#include <stdafx.h>
+#include <myserver.h>
 #include <string.h>
 
 #include <Python.h>
diff --git a/plugins/src/rules_checker/rules_checker.cpp 
b/plugins/src/rules_checker/rules_checker.cpp
index 969ebbf..f8e78a9 100644
--- a/plugins/src/rules_checker/rules_checker.cpp
+++ b/plugins/src/rules_checker/rules_checker.cpp
@@ -15,7 +15,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <stdafx.h>
+#include <myserver.h>
 #include <string.h>
 #include <include/server/server.h>
 #include <include/protocol/http/http.h>



commit 99ca833a81c9405b955132d3559f885840939ad2
Author: Giuseppe Scrivano <address@hidden>
Date:   Fri Jan 15 12:36:31 2010 +0100

    Remove unused file.

diff --git a/myserver/Makefile.am b/myserver/Makefile.am
index 3895ae8..bc8d43b 100644
--- a/myserver/Makefile.am
+++ b/myserver/Makefile.am
@@ -9,7 +9,7 @@ endif
 
 SUBDIRS = lib po src include $(CONTROL) binaries $(DOCS) $(TESTS_DIR)
 
-EXTRA_DIST = stdafx.h stdafx.cpp doxygen SConstruct
+EXTRA_DIST = stdafx.h doxygen SConstruct
 
 ACLOCAL_AMFLAGS = -I m4
 
diff --git a/myserver/stdafx.cpp b/myserver/stdafx.cpp
deleted file mode 100644
index dd82355..0000000
--- a/myserver/stdafx.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
-*MyServer
-*Copyright (C) 2002,2003,2004 Free Software Foundation, Inc.
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-*/
-
-
-#include "stdafx.h"
-
-

-----------------------------------------------------------------------

Summary of changes:
 misc/wingen/generate_myserver_dev.pl               |    2 +-
 misc/wingen/myserver.dev                           |    2 +-
 myserver/Makefile.am                               |    2 +-
 myserver/include/base/base64/mime_utils.h          |    2 +-
 myserver/include/base/bitvec/bitvec.h              |    2 +-
 myserver/include/base/crypt/crypt_algo.h           |    2 +-
 myserver/include/base/crypt/crypt_algo_manager.h   |    2 +-
 myserver/include/base/crypt/md5.h                  |    2 +-
 myserver/include/base/crypt/sha1.h                 |    2 +-
 myserver/include/base/dynamic_lib/dynamiclib.h     |    2 +-
 myserver/include/base/file/file.h                  |    2 +-
 myserver/include/base/file/files_utility.h         |    2 +-
 myserver/include/base/files_cache/cached_file.h    |    2 +-
 .../include/base/files_cache/cached_file_buffer.h  |    2 +-
 .../include/base/files_cache/cached_file_factory.h |    2 +-
 myserver/include/base/files_cache/membuf_file.h    |    2 +-
 myserver/include/base/hash_map/hash_map.h          |    2 +-
 myserver/include/base/home_dir/home_dir.h          |    2 +-
 myserver/include/base/mem_buff/mem_buff.h          |    2 +-
 myserver/include/base/multicast/multicast.h        |    2 +-
 myserver/include/base/pipe/pipe.h                  |    2 +-
 myserver/include/base/process/fork_server.h        |    2 +-
 myserver/include/base/process/process.h            |    2 +-
 .../include/base/process/process_server_manager.h  |    2 +-
 .../include/base/read_directory/read_directory.h   |    2 +-
 myserver/include/base/regex/myserver_regex.h       |    2 +-
 myserver/include/base/safetime/safetime.h          |    2 +-
 myserver/include/base/slab/slab.h                  |    2 +-
 myserver/include/base/socket/socket.h              |    2 +-
 myserver/include/base/socket/ssl_socket.h          |    2 +-
 myserver/include/base/socket_pair/socket_pair.h    |    2 +-
 myserver/include/base/ssl/ssl.h                    |    2 +-
 myserver/include/base/string/securestr.h           |    2 +-
 myserver/include/base/string/stringutils.h         |    2 +-
 myserver/include/base/sync/event.h                 |    2 +-
 myserver/include/base/sync/mutex.h                 |    2 +-
 myserver/include/base/sync/read_write_lock.h       |    2 +-
 myserver/include/base/sync/recursive_mutex.h       |    2 +-
 myserver/include/base/sync/semaphore.h             |    2 +-
 myserver/include/base/thread/thread.h              |    2 +-
 myserver/include/base/unix_socket/unix_socket.h    |    2 +-
 myserver/include/base/utility.h                    |    2 +-
 myserver/include/base/xml/xml_parser.h             |    2 +-
 myserver/include/conf/main/main_configuration.h    |    2 +-
 .../include/conf/main/xml_main_configuration.h     |    2 +-
 myserver/include/conf/mime/mime_manager.h          |    2 +-
 myserver/include/conf/mime/xml_mime_handler.h      |    2 +-
 myserver/include/conf/nodetree.h                   |    2 +-
 myserver/include/conf/security/auth_domain.h       |    2 +-
 myserver/include/conf/security/auth_method.h       |    2 +-
 .../include/conf/security/auth_method_factory.h    |    2 +-
 myserver/include/conf/security/security_cache.h    |    2 +-
 myserver/include/conf/security/security_domain.h   |    2 +-
 myserver/include/conf/security/security_manager.h  |    2 +-
 myserver/include/conf/security/security_token.h    |    2 +-
 myserver/include/conf/security/validator.h         |    2 +-
 myserver/include/conf/security/validator_factory.h |    2 +-
 myserver/include/conf/security/xml_validator.h     |    2 +-
 myserver/include/conf/vhost/ip.h                   |    2 +-
 myserver/include/conf/vhost/vhost.h                |    2 +-
 myserver/include/conf/vhost/vhost_manager.h        |    2 +-
 myserver/include/conf/vhost/xml_vhost_handler.h    |    2 +-
 myserver/include/conf/xml_conf.h                   |    2 +-
 myserver/include/connection/connection.h           |    2 +-
 .../connections_scheduler/connections_scheduler.h  |    2 +-
 .../include/connections_scheduler/listen_threads.h |    2 +-
 myserver/include/filter/console.h                  |    2 +-
 myserver/include/filter/filter.h                   |    2 +-
 myserver/include/filter/filters_chain.h            |    2 +-
 myserver/include/filter/filters_factory.h          |    2 +-
 myserver/include/filter/gzip/gzip.h                |    2 +-
 myserver/include/filter/gzip/gzip_decompress.h     |    2 +-
 myserver/include/filter/memory_stream.h            |    2 +-
 myserver/include/filter/stream.h                   |    2 +-
 myserver/include/http_handler/cgi/cgi.h            |    2 +-
 myserver/include/http_handler/fastcgi/fastcgi.h    |    2 +-
 myserver/include/http_handler/http_dir/http_dir.h  |    2 +-
 .../include/http_handler/http_file/http_file.h     |    2 +-
 myserver/include/http_handler/isapi/isapi.h        |    2 +-
 myserver/include/http_handler/mscgi/mscgi.h        |    2 +-
 .../include/http_handler/mscgi/mscgi_manager.h     |    2 +-
 myserver/include/http_handler/proxy/proxy.h        |    2 +-
 myserver/include/http_handler/scgi/scgi.h          |    2 +-
 myserver/include/http_handler/wincgi/wincgi.h      |    2 +-
 myserver/include/log/log_manager.h                 |    2 +-
 myserver/include/log/stream/console_stream.h       |    2 +-
 .../include/log/stream/console_stream_creator.h    |    2 +-
 myserver/include/log/stream/file_stream.h          |    2 +-
 myserver/include/log/stream/file_stream_creator.h  |    2 +-
 myserver/include/log/stream/log_stream.h           |    2 +-
 myserver/include/log/stream/log_stream_creator.h   |    2 +-
 myserver/include/log/stream/log_stream_factory.h   |    2 +-
 myserver/include/log/stream/socket_stream.h        |    2 +-
 .../include/log/stream/socket_stream_creator.h     |    2 +-
 myserver/include/plugin/plugin.h                   |    2 +-
 myserver/include/plugin/plugin_info.h              |    2 +-
 myserver/include/plugin/plugins_manager.h          |    2 +-
 myserver/include/protocol/control/control_errors.h |    2 +-
 myserver/include/protocol/control/control_header.h |    2 +-
 .../include/protocol/control/control_protocol.h    |    2 +-
 myserver/include/protocol/ftp/ftp.h                |    2 +-
 myserver/include/protocol/ftp/ftp_common.h         |    2 +-
 myserver/include/protocol/gopher/engine.h          |    2 +-
 myserver/include/protocol/gopher/gopher.h          |    2 +-
 myserver/include/protocol/gopher/gopher_content.h  |    2 +-
 myserver/include/protocol/http/dyn_http_command.h  |    2 +-
 .../protocol/http/dyn_http_command_manager.h       |    2 +-
 myserver/include/protocol/http/dyn_http_manager.h  |    2 +-
 .../include/protocol/http/dyn_http_manager_list.h  |    2 +-
 myserver/include/protocol/http/env/env.h           |    2 +-
 myserver/include/protocol/http/http.h              |    2 +-
 myserver/include/protocol/http/http_data_handler.h |    2 +-
 myserver/include/protocol/http/http_data_read.h    |    2 +-
 myserver/include/protocol/http/http_errors.h       |    2 +-
 myserver/include/protocol/http/http_header.h       |    2 +-
 myserver/include/protocol/http/http_headers.h      |    2 +-
 .../protocol/http/http_req_security_domain.h       |    2 +-
 myserver/include/protocol/http/http_request.h      |    2 +-
 myserver/include/protocol/http/http_response.h     |    2 +-
 .../include/protocol/http/http_thread_context.h    |    2 +-
 myserver/include/protocol/https/https.h            |    2 +-
 myserver/include/protocol/protocol.h               |    2 +-
 myserver/include/protocol/protocol_buffer.h        |    2 +-
 myserver/include/protocol/protocols_manager.h      |    2 +-
 myserver/include/protocol/url.h                    |    2 +-
 myserver/include/server/clients_thread.h           |    2 +-
 myserver/include/server/server.h                   |    2 +-
 myserver/{stdafx.h => myserver.h}                  |   26 ++++++++++----------
 myserver/src/base/base64/mime_utils.cpp            |    2 +-
 myserver/src/base/bitvec/bitvec.cpp                |    2 +-
 myserver/src/base/crypt/crypt_algo.cpp             |    2 +-
 myserver/src/base/crypt/crypt_algo_manager.cpp     |    2 +-
 myserver/src/base/crypt/md5.cpp                    |    2 +-
 myserver/src/base/crypt/sha1.cpp                   |    2 +-
 myserver/src/base/dynamic_lib/dynamiclib.cpp       |    2 +-
 myserver/src/base/file/file.cpp                    |    2 +-
 myserver/src/base/file/files_utility.cpp           |    2 +-
 myserver/src/base/files_cache/cached_file.cpp      |    2 +-
 .../src/base/files_cache/cached_file_buffer.cpp    |    2 +-
 .../src/base/files_cache/cached_file_factory.cpp   |    2 +-
 myserver/src/base/files_cache/membuf_file.cpp      |    2 +-
 myserver/src/base/hash_map/hash_map.cpp            |    2 +-
 myserver/src/base/home_dir/home_dir.cpp            |    2 +-
 myserver/src/base/mem_buff/mem_buff.cpp            |    2 +-
 myserver/src/base/multicast/multicast.cpp          |    2 +-
 myserver/src/base/pipe/pipe.cpp                    |    2 +-
 myserver/src/base/process/fork_server.cpp          |    2 +-
 myserver/src/base/process/process.cpp              |    2 +-
 .../src/base/process/process_server_manager.cpp    |    2 +-
 .../src/base/read_directory/read_directory.cpp     |    2 +-
 myserver/src/base/regex/myserver_regex.cpp         |    2 +-
 myserver/src/base/safetime/safetime.cpp            |    2 +-
 myserver/src/base/slab/slab.cpp                    |    2 +-
 myserver/src/base/socket/socket.cpp                |    2 +-
 myserver/src/base/socket/ssl_socket.cpp            |    2 +-
 myserver/src/base/socket_pair/socket_pair.cpp      |    2 +-
 myserver/src/base/ssl/ssl.cpp                      |    2 +-
 myserver/src/base/string/securestr.cpp             |    2 +-
 myserver/src/base/string/stringutils.cpp           |    2 +-
 myserver/src/base/sync/event.cpp                   |    2 +-
 myserver/src/base/sync/mutex.cpp                   |    2 +-
 myserver/src/base/sync/read_write_lock.cpp         |    2 +-
 myserver/src/base/sync/recursive_mutex.cpp         |    2 +-
 myserver/src/base/sync/semaphore.cpp               |    2 +-
 myserver/src/base/thread/thread.cpp                |    2 +-
 myserver/src/base/unix_socket/unix_socket.cpp      |    2 +-
 myserver/src/base/utility.cpp                      |    2 +-
 myserver/src/base/xml/xml_parser.cpp               |    2 +-
 myserver/src/conf/main/main_configuration.cpp      |    2 +-
 myserver/src/conf/main/xml_main_configuration.cpp  |    2 +-
 myserver/src/conf/mime/mime_manager.cpp            |    2 +-
 myserver/src/conf/mime/xml_mime_handler.cpp        |    2 +-
 myserver/src/conf/nodetree.cpp                     |    2 +-
 myserver/src/conf/security/auth_domain.cpp         |    2 +-
 myserver/src/conf/security/auth_method.cpp         |    2 +-
 myserver/src/conf/security/auth_method_factory.cpp |    2 +-
 myserver/src/conf/security/security_cache.cpp      |    2 +-
 myserver/src/conf/security/security_domain.cpp     |    2 +-
 myserver/src/conf/security/security_manager.cpp    |    2 +-
 myserver/src/conf/security/security_token.cpp      |    2 +-
 myserver/src/conf/security/validator.cpp           |    2 +-
 myserver/src/conf/security/validator_factory.cpp   |    2 +-
 myserver/src/conf/security/xml_validator.cpp       |    2 +-
 myserver/src/conf/vhost/ip.cpp                     |    2 +-
 myserver/src/conf/vhost/vhost.cpp                  |    2 +-
 myserver/src/conf/vhost/vhost_manager.cpp          |    2 +-
 myserver/src/conf/vhost/xml_vhost_handler.cpp      |    2 +-
 myserver/src/conf/xml_conf.cpp                     |    2 +-
 myserver/src/connection/connection.cpp             |    2 +-
 .../connections_scheduler.cpp                      |    2 +-
 .../src/connections_scheduler/listen_threads.cpp   |    2 +-
 myserver/src/filter/console.cpp                    |    2 +-
 myserver/src/filter/filter.cpp                     |    2 +-
 myserver/src/filter/filters_chain.cpp              |    2 +-
 myserver/src/filter/filters_factory.cpp            |    2 +-
 myserver/src/filter/gzip/gzip.cpp                  |    2 +-
 myserver/src/filter/gzip/gzip_decompress.cpp       |    2 +-
 myserver/src/filter/memory_stream.cpp              |    2 +-
 myserver/src/filter/stream.cpp                     |    2 +-
 myserver/src/http_handler/cgi/cgi.cpp              |    2 +-
 myserver/src/http_handler/fastcgi/fastcgi.cpp      |    2 +-
 myserver/src/http_handler/http_dir/http_dir.cpp    |    2 +-
 myserver/src/http_handler/http_file/http_file.cpp  |    2 +-
 myserver/src/http_handler/isapi/isapi.cpp          |    2 +-
 myserver/src/http_handler/mscgi/mscgi.cpp          |    2 +-
 myserver/src/http_handler/mscgi/mscgi_manager.cpp  |    2 +-
 myserver/src/http_handler/proxy/proxy.cpp          |    2 +-
 myserver/src/http_handler/scgi/scgi.cpp            |    2 +-
 myserver/src/http_handler/wincgi/wincgi.cpp        |    2 +-
 myserver/src/log/log_manager.cpp                   |    2 +-
 myserver/src/log/stream/console_stream.cpp         |    2 +-
 myserver/src/log/stream/console_stream_creator.cpp |    2 +-
 myserver/src/log/stream/file_stream.cpp            |    2 +-
 myserver/src/log/stream/file_stream_creator.cpp    |    2 +-
 myserver/src/log/stream/log_stream.cpp             |    2 +-
 myserver/src/log/stream/log_stream_creator.cpp     |    2 +-
 myserver/src/log/stream/log_stream_factory.cpp     |    2 +-
 myserver/src/log/stream/socket_stream.cpp          |    2 +-
 myserver/src/log/stream/socket_stream_creator.cpp  |    2 +-
 myserver/src/myserver.cpp                          |    2 +-
 myserver/src/plugin/plugin.cpp                     |    2 +-
 myserver/src/plugin/plugin_info.cpp                |    2 +-
 myserver/src/plugin/plugins_manager.cpp            |    2 +-
 myserver/src/protocol/control/control_header.cpp   |    2 +-
 myserver/src/protocol/control/control_protocol.cpp |    2 +-
 myserver/src/protocol/ftp/ftp.cpp                  |    2 +-
 myserver/src/protocol/ftp/ftp_lexer.cpp            |    4 +-
 myserver/src/protocol/gopher/engine.cpp            |    2 +-
 myserver/src/protocol/gopher/gopher.cpp            |    2 +-
 myserver/src/protocol/gopher/gopher_content.cpp    |    2 +-
 myserver/src/protocol/http/dyn_http_command.cpp    |    2 +-
 .../src/protocol/http/dyn_http_command_manager.cpp |    2 +-
 myserver/src/protocol/http/dyn_http_manager.cpp    |    2 +-
 .../src/protocol/http/dyn_http_manager_list.cpp    |    2 +-
 myserver/src/protocol/http/env/env.cpp             |    2 +-
 myserver/src/protocol/http/http.cpp                |    2 +-
 myserver/src/protocol/http/http_data_handler.cpp   |    2 +-
 myserver/src/protocol/http/http_data_read.cpp      |    2 +-
 myserver/src/protocol/http/http_errors.cpp         |    2 +-
 myserver/src/protocol/http/http_headers.cpp        |    2 +-
 .../src/protocol/http/http_req_security_domain.cpp |    2 +-
 myserver/src/protocol/http/http_request.cpp        |    2 +-
 myserver/src/protocol/http/http_response.cpp       |    2 +-
 myserver/src/protocol/http/http_thread_context.cpp |    2 +-
 myserver/src/protocol/https/https.cpp              |    2 +-
 myserver/src/protocol/protocol.cpp                 |    2 +-
 myserver/src/protocol/protocol_buffer.cpp          |    2 +-
 myserver/src/protocol/protocols_manager.cpp        |    2 +-
 myserver/src/protocol/url.cpp                      |    2 +-
 myserver/src/server/clients_thread.cpp             |    2 +-
 myserver/src/server/server.cpp                     |    2 +-
 myserver/stdafx.cpp                                |   22 ----------------
 myserver/tests/main.cpp                            |    2 +-
 myserver/tests/test_auth_domain.cpp                |    2 +-
 myserver/tests/test_auth_method.cpp                |    2 +-
 myserver/tests/test_base64.cpp                     |    2 +-
 myserver/tests/test_bitvec.cpp                     |    2 +-
 myserver/tests/test_cached_file.cpp                |    2 +-
 myserver/tests/test_cached_file_buffer.cpp         |    2 +-
 myserver/tests/test_cached_file_factory.cpp        |    2 +-
 myserver/tests/test_connection.cpp                 |    2 +-
 myserver/tests/test_connections_scheduler.cpp      |    2 +-
 myserver/tests/test_crypt_algo_manager.cpp         |    2 +-
 myserver/tests/test_file.cpp                       |    2 +-
 myserver/tests/test_file_stream.cpp                |    2 +-
 myserver/tests/test_file_stream_creator.cpp        |    2 +-
 myserver/tests/test_files_utility.cpp              |    2 +-
 myserver/tests/test_filter_chain.cpp               |    2 +-
 myserver/tests/test_fork_server.cpp                |    2 +-
 myserver/tests/test_ftp.cpp                        |    2 +-
 myserver/tests/test_gopher_content.cpp             |    2 +-
 myserver/tests/test_gzip.cpp                       |    2 +-
 myserver/tests/test_hashmap.cpp                    |    2 +-
 myserver/tests/test_homedir.cpp                    |    2 +-
 myserver/tests/test_http_req_security_domain.cpp   |    2 +-
 myserver/tests/test_http_request.cpp               |    2 +-
 myserver/tests/test_http_response.cpp              |    2 +-
 myserver/tests/test_ip.cpp                         |    2 +-
 myserver/tests/test_log_manager.cpp                |    2 +-
 myserver/tests/test_log_stream_factory.cpp         |    2 +-
 myserver/tests/test_md5.cpp                        |    2 +-
 myserver/tests/test_mem_buff.cpp                   |    2 +-
 myserver/tests/test_mem_socket.cpp                 |    4 +-
 myserver/tests/test_mem_stream.cpp                 |    2 +-
 myserver/tests/test_membuf_file.cpp                |    2 +-
 myserver/tests/test_mime_manager.cpp               |    2 +-
 myserver/tests/test_multicast.cpp                  |    2 +-
 myserver/tests/test_mutex.cpp                      |    2 +-
 myserver/tests/test_nodetree.cpp                   |    2 +-
 myserver/tests/test_pipe.cpp                       |    2 +-
 myserver/tests/test_plugin_info.cpp                |    2 +-
 myserver/tests/test_read_directory.cpp             |    2 +-
 myserver/tests/test_recursive_mutex.cpp            |    2 +-
 myserver/tests/test_regex.cpp                      |    2 +-
 myserver/tests/test_safetime.cpp                   |    2 +-
 myserver/tests/test_security_cache.cpp             |    2 +-
 myserver/tests/test_security_domain.cpp            |    2 +-
 myserver/tests/test_security_manager.cpp           |    2 +-
 myserver/tests/test_security_token.cpp             |    2 +-
 myserver/tests/test_semaphore.cpp                  |    2 +-
 myserver/tests/test_sha1.cpp                       |    2 +-
 myserver/tests/test_slab.cpp                       |    2 +-
 myserver/tests/test_socket.cpp                     |    2 +-
 myserver/tests/test_socket_pair.cpp                |    2 +-
 myserver/tests/test_socket_stream_creator.cpp      |    2 +-
 myserver/tests/test_ssl_socket.cpp                 |    2 +-
 myserver/tests/test_thread.cpp                     |    2 +-
 myserver/tests/test_unix_socket.cpp                |    2 +-
 myserver/tests/test_url.cpp                        |    2 +-
 myserver/tests/test_utility.cpp                    |    2 +-
 myserver/tests/test_validator.cpp                  |    2 +-
 myserver/tests/test_validator_factory.cpp          |    2 +-
 myserver/tests/test_xml.cpp                        |    2 +-
 myserver/tests/test_xml_main_configuration.cpp     |    2 +-
 myserver/tests/test_xml_validator.cpp              |    2 +-
 plugins/src/http_checker/http_checker.cpp          |    2 +-
 plugins/src/mime_magic/mime_magic.cpp              |    2 +-
 plugins/src/php/php.h                              |    2 +-
 plugins/src/python/python.h                        |    2 +-
 .../python_http_handler/python_http_handler.cpp    |    2 +-
 plugins/src/rules_checker/rules_checker.cpp        |    2 +-
 321 files changed, 334 insertions(+), 356 deletions(-)
 rename myserver/{stdafx.h => myserver.h} (50%)
 delete mode 100644 myserver/stdafx.cpp


hooks/post-receive
-- 
GNU MyServer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]