Mixe for Privacy and Anonymity in the Internet
doxygen.h
Go to the documentation of this file.
00001 //Define all features if we are running in documentation creation mode
00002 #ifndef __DOXYGEN_H
00003 #define __DOXYGEN_H
00004   #ifdef DOXYGEN
00005     #define REPLAY_DETECTION
00006     #define DELAY_USERS
00007     #define COUNTRY_STATS
00008     #define USE_POOL
00009     #define PAYMENT
00010     #define HAVE_UNIX_DOMAIN_PROTOCOL
00011     #define HAVE_EPOLL
00012   #endif
00013 #endif