#include <inttypes.h>
#include <stddef.h>
-#include <common/compat.h>
-#include <common/compiler.h>
-#include <common/defaults.h>
+#include <haproxy/compat.h>
+#include <haproxy/compiler.h>
+#include <haproxy/defaults.h>
#endif /* _HAPROXY_TYPES_H */
#ifndef _HAPROXY_BASE_H
#define _HAPROXY_BASE_H
-#include <common/initcall.h>
+#include <haproxy/initcall.h>
#include <haproxy/api-t.h>
#endif
/*
- * include/common/compat.h
+ * include/haproxy/compat.h
* Operating system compatibility interface.
*
- * Copyright (C) 2000-2010 Willy Tarreau - w@1wt.eu
+ * Copyright (C) 2000-2020 Willy Tarreau - w@1wt.eu
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _COMMON_COMPAT_H
-#define _COMMON_COMPAT_H
+#ifndef _HAPROXY_COMPAT_H
+#define _HAPROXY_COMPAT_H
#include <limits.h>
#include <signal.h>
#endif
#endif
-#endif /* _COMMON_COMPAT_H */
+#endif /* _HAPROXY_COMPAT_H */
/*
* Local variables:
/*
- * include/common/compiler.h
+ * include/haproxy/compiler.h
* This files contains some compiler-specific settings.
*
- * Copyright (C) 2000-2009 Willy Tarreau - w@1wt.eu
+ * Copyright (C) 2000-2020 Willy Tarreau - w@1wt.eu
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _COMMON_COMPILER_H
-#define _COMMON_COMPILER_H
+#ifndef _HAPROXY_COMPILER_H
+#define _HAPROXY_COMPILER_H
/*
#endif
#endif
-#endif /* _COMMON_COMPILER_H */
+#endif /* _HAPROXY_COMPILER_H */
/*
- * include/common/defaults.h
+ * include/haproxy/defaults.h
* Miscellaneous default values.
*
- * Copyright (C) 2000-2010 Willy Tarreau - w@1wt.eu
+ * Copyright (C) 2000-2020 Willy Tarreau - w@1wt.eu
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _COMMON_DEFAULTS_H
-#define _COMMON_DEFAULTS_H
+#ifndef _HAPROXY_DEFAULTS_H
+#define _HAPROXY_DEFAULTS_H
/* MAX_PROCS defines the highest limit for the global "nbproc" value. It
* defaults to the number of bits in a long integer but may be lowered to save
#define DEFAULT_PAT_LRU_SIZE 10000
#endif
-#endif /* _COMMON_DEFAULTS_H */
+#endif /* _HAPROXY_DEFAULTS_H */
/*
- * include/common/initcall.h
+ * include/haproxy/initcall.h
*
* Initcall management.
*
- * Copyright (C) 2018 Willy Tarreau - w@1wt.eu
+ * Copyright (C) 2018-2020 Willy Tarreau - w@1wt.eu
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#ifndef _COMMON_INIT_H
-#define _COMMON_INIT_H
+#ifndef _HAPROXY_INITCALL_H
+#define _HAPROXY_INITCALL_H
/* List of known init stages. If others are added, please declare their
* section at the end of the file below.
#endif // USE_OBSOLETE_LINKER
-#endif /* _COMMON_INIT_H */
+#endif /* _HAPROXY_INITCALL_H */
/*
* Local variables: