5 lines
No EOL
175 B
C
5 lines
No EOL
175 B
C
/* 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/xrxs/carts/" |