| 3 |
* init |
* init |
| 4 |
* - initializer of server daemon |
* - initializer of server daemon |
| 5 |
* |
* |
| 6 |
* Copyright (C) 2004-2025 by Leaflet <leaflet@leafok.com> |
* Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com> |
| 7 |
*/ |
*/ |
| 8 |
|
|
| 9 |
|
#ifdef HAVE_CONFIG_H |
| 10 |
|
#include "config.h" |
| 11 |
|
#endif |
| 12 |
|
|
| 13 |
#include "bbs.h" |
#include "bbs.h" |
| 14 |
#include "common.h" |
#include "common.h" |
| 15 |
#include "database.h" |
#include "database.h" |
| 24 |
#include <sys/stat.h> |
#include <sys/stat.h> |
| 25 |
#include <sys/types.h> |
#include <sys/types.h> |
| 26 |
|
|
| 27 |
#define CONF_DELIM_WITH_SPACE " \t\r\n" |
static const char CONF_DELIM_WITH_SPACE[] = " \t\r\n"; |
| 28 |
|
|
| 29 |
int init_daemon(void) |
int init_daemon(void) |
| 30 |
{ |
{ |