This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
probotic/include/config.mk.h
2023-08-17 04:24:29 -06:00

13 lines
254 B
C

/* The database file */
#define DBFILE "data.sqlite"
/* Disables vulnerable commands */
#define NO_VULN_COMMANDS
/* Disables all logging */
/* #define NO_LOGGING */
/* Enables SSL support
* FIXME broken at the moment */
/* #define IRC_SSL_SUPPORT */