CLEANUP: adjust the envelope name in da.h to reflect the file name
authorWilly Tarreau <w@1wt.eu>
Mon, 1 Jun 2015 13:52:54 +0000 (15:52 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2015 11:42:12 +0000 (13:42 +0200)
Since the file is import/da.h, the define should be _IMPORT_DA_H,
nor MOBI_DA_DAC_HAPROXY_H.

include/import/da.h

index e1de985..d129be9 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef MOBI_DA_DAC_HAPROXY_H
-#define MOBI_DA_DAC_HAPROXY_H
+#ifndef _IMPORT_DA_H
+#define _IMPORT_DA_H
 #ifdef USE_DEVICEATLAS
 
 #include <types/global.h>