Initialise the Default all_vars structure. */
| 251 | |
| 252 | /* Initialise the Default all_vars structure. */ |
| 253 | void reset_daemon_vars(void) |
| 254 | { |
| 255 | memcpy(&Vars, &Defaults, sizeof Vars); |
| 256 | } |
| 257 | |
| 258 | /* Assign a copy of v to *s. Handles NULL strings. We don't worry |
| 259 | * about overwriting a malloc'd string because the long-running |