Page principale   Liste des namespaces   Hiérarchie des classes   Liste des composants   Liste des fichiers   Composants   Déclarations  

projet.h

Aller à la documentation de ce fichier.
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__

Généré le Mon Nov 5 14:22:58 2001 pour ITIIWebServer par doxygen1.2.11.1 écrit par Dimitri van Heesch, © 1997-2001