SSH Daemon Project
public
Read
Owner: themaster
Branch: main
Commits: 2
Updated: 2026-04-19 00:20
Git CLI clone URL
git clone https://www.xt-emporium.com/git/ssh-daemon-project.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
ssh-daemon-project
/
src
/
options.h
File editor
#ifndef DROPBEAR_OPTIONS_H #define DROPBEAR_OPTIONS_H /* Local compile-time configuration should be defined in localoptions.h in the build directory, or src/distrooptions.h See default_options.h.in for a description of the available options. */ /* Some configuration options or checks depend on system config */ #include "config.h" /* Distribution custom build options, used if it exists */ #ifdef DISTROOPTIONS_H_EXISTS #include "distrooptions.h" #endif /* Local compile-time configuration in the build directory, * used if it exists */ #ifdef LOCALOPTIONS_H_EXISTS #include "localoptions.h" #endif /* default_options.h is processed to add #ifndef guards */ #include "default_options_guard.h" /* Some other defines that mostly should be left alone are defined * in sysoptions.h */ #include "sysoptions.h" #endif /* DROPBEAR_OPTIONS_H */
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
main
Visibility
public
Your access
Read
Remote
None
File activity
View file history