mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Prefix HAVE_ config.h macros with TINS_
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
#include "../config.h"
|
||||
|
||||
#if !defined(TINS_DOT11_DOT11_MGMT_H) && defined(HAVE_DOT11)
|
||||
#if !defined(TINS_DOT11_DOT11_MGMT_H) && defined(TINS_HAVE_DOT11)
|
||||
|
||||
#define TINS_DOT11_DOT11_MGMT_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user