#else
char *__progname;
#endif
extern char **environ;
/* Server configuration options. */
ServerOptions options;
/* Chdir to the root directory so that the current disk can be
unmounted if desired. */
chdir("/");
/* Clear environment */
environ[0] = NULL;
/* ignore SIGPIPE */
signal(SIGPIPE, SIG_IGN);