00001 #ifndef __PROJET_H__ 00002 #define __PROJET_H__ 00003 00004 #include <list> 00005 00006 #include "libnet.h" 00007 #include "thread.h" 00008 00009 extern "C" 00010 { 00011 #include <pthread.h> 00012 } 00013 00014 extern Semaphore SemSocket; 00015 00016 extern string HostName; 00017 extern string ServerName; 00018 extern string ServerVersion; 00019 extern string ServerPort; 00020 extern string Server404; 00021 extern string ServerRoot; 00022 extern string ServerRootCGI; 00023 extern string ServerConf; 00024 00025 typedef list <string> StrList; 00026 extern StrList ServerDefaults; 00027 00028 #endif // __PROJET_H__