| Revision: | 7014 |
| Committed: | Fri Jan 1 16:08:57 2016 UTC (10 years, 6 months ago) by michael |
| Content type: | text/x-chdr |
| File size: | 231 byte(s) |
| Log Message: | - Added 'command_queue_size', 'command_interval', and 'command_timeout', configuration directives to the options {} block. Removed hardcoded settings from options.h.
|
| # | Content |
|---|---|
| 1 | #ifndef OPTIONS_H |
| 2 | #define OPTIONS_H |
| 3 | |
| 4 | /* The default name for conf, log, pid files */ |
| 5 | #define DEFAULTNAME "hopm" |
| 6 | |
| 7 | /* file extensions */ |
| 8 | /* config */ |
| 9 | #define CONFEXT "conf" |
| 10 | |
| 11 | /* log file */ |
| 12 | #define LOGEXT "log" |
| 13 | #endif /* OPTIONS_H */ |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Id |