server/config.h (raw)
1 2 3 4 5 |
/* Maximum number of users on the server */ #define MAX_USERS 64 /* Path to cart/realm storage (must include trailing slash) */ #define DATA_DIR "/home/nilix/src/9/xrxs/server/carts/" |