-#ifndef __COMMON_H
-#define __COMMON_H
+#ifndef COMMON_H
+#define COMMON_H
#include "lib.h"
-#ifndef __CONFIG_CONNECTION_H
-#define __CONFIG_CONNECTION_H
+#ifndef CONFIG_CONNECTION_H
+#define CONFIG_CONNECTION_H
enum config_dump_flags {
CONFIG_DUMP_FLAG_HUMAN = 0x01,
-#ifndef __CONFIG_PARSER_H
-#define __CONFIG_PARSER_H
+#ifndef CONFIG_PARSER_H
+#define CONFIG_PARSER_H
void config_parse_file(pool_t dest_pool, ARRAY_TYPE(const_string) *dest,
const char *path, const char *service);
-#ifndef __LOGIN_SETTINGS_H
-#define __LOGIN_SETTINGS_H
+#ifndef LOGIN_SETTINGS_H
+#define LOGIN_SETTINGS_H
struct login_settings {
const char *login_dir;