diff --git a/Source/charon/config/init_config.c b/Source/charon/config/init_config.c new file mode 100644 index 000000000..e69de29bb diff --git a/Source/charon/config/init_config.h b/Source/charon/config/init_config.h new file mode 100644 index 000000000..4cf98609c --- /dev/null +++ b/Source/charon/config/init_config.h @@ -0,0 +1,4 @@ +#ifndef _INIT_CONFIG_H_ +#define _INIT_CONFIG_H_ + +#endif //_INIT_CONFIG_H_ diff --git a/Source/charon/config/sa_config.c b/Source/charon/config/sa_config.c new file mode 100644 index 000000000..e69de29bb diff --git a/Source/charon/config/sa_config.h b/Source/charon/config/sa_config.h new file mode 100644 index 000000000..94d05e1ce --- /dev/null +++ b/Source/charon/config/sa_config.h @@ -0,0 +1,4 @@ +#ifndef _SA_CONFIG_H_ +#define _SA_CONFIG_H_ + +#endif //_SA_CONFIG_H_