Refactor build system to use waf. Waf is better at handling dependency paths which I need for IDL support
This commit is contained in:
parent
df7f98bc6f
commit
9fd10dec9c
77 changed files with 312 additions and 86 deletions
5
config.h
5
config.h
|
@ -30,11 +30,14 @@ typedef struct {
|
|||
gboolean foreground;
|
||||
char *pid_file;
|
||||
gint secip_port;
|
||||
char *rsa_key_file;
|
||||
} configuration;
|
||||
|
||||
|
||||
configuration *get_conf(void);
|
||||
const char *get_process_name(void);
|
||||
STATUS get_rsa_keys(struct rsa_public_key **pub, struct rsa_private_key **priv);
|
||||
STATUS set_rsa_keys(struct rsa_public_key *pub, struct rsa_private_key *priv);
|
||||
|
||||
const char *get_process_name(void);
|
||||
STATUS set_process_name(const char *name);
|
||||
STATUS read_configuration_file(TALLOC_CTX *mem_ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue