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

13 lines
254 B
C
Raw Normal View History

2023-08-17 06:24:29 -04:00
/* The database file */
#define DBFILE "data.sqlite"
2023-08-07 10:33:32 -04:00
/* Disables vulnerable commands */
2023-08-17 06:24:29 -04:00
#define NO_VULN_COMMANDS
2023-08-07 10:33:32 -04:00
2023-08-17 06:24:29 -04:00
/* Disables all logging */
/* #define NO_LOGGING */
2023-08-07 10:41:03 -04:00
2023-08-17 06:24:29 -04:00
/* Enables SSL support
* FIXME broken at the moment */
/* #define IRC_SSL_SUPPORT */