source: tags/0.58/stopos.h @ 9

Last change on this file since 9 was 9, checked in by willem, 11 years ago

willem

File size: 629 bytes
Line 
1#ifndef STOPOS_H
2#define STOPOS_H
3#include "wtd.h"
4static const char dbsep           = '/';  // separator used in database
5static const char httpsep         = '-';  // separator used in http string from client to server
6static const char outsep          = '+';  // separator used in output from server to client
7static const char keysep          = '.';  // separator to separate stopos
8                                          // key from extra key
9const std::string program_name    = "stopos";
10const std::string program_version = "1.0";
11const std::string default_pool    = "pool";
12
13typedef unsigned long long longuint;
14
15#endif
Note: See TracBrowser for help on using the repository browser.