mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Merge pull request #57 from rioderelfte/include-guard
add an include guard to config.h
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
#ifndef TINS_CONFIG_H
|
||||||
|
#define TINS_CONFIG_H
|
||||||
|
|
||||||
/* Define if the compiler supports basic C++11 syntax */
|
/* Define if the compiler supports basic C++11 syntax */
|
||||||
#define HAVE_CXX11
|
#define HAVE_CXX11
|
||||||
@@ -7,3 +9,5 @@
|
|||||||
|
|
||||||
/* Have WPA2 decryption library */
|
/* Have WPA2 decryption library */
|
||||||
#define HAVE_WPA2_DECRYPTION
|
#define HAVE_WPA2_DECRYPTION
|
||||||
|
|
||||||
|
#endif // TINS_CONFIG_H
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
#ifndef TINS_CONFIG_H
|
||||||
|
#define TINS_CONFIG_H
|
||||||
|
|
||||||
/* Define if the compiler supports basic C++11 syntax */
|
/* Define if the compiler supports basic C++11 syntax */
|
||||||
#cmakedefine HAVE_CXX11
|
#cmakedefine HAVE_CXX11
|
||||||
@@ -7,3 +9,5 @@
|
|||||||
|
|
||||||
/* Have WPA2 decryption library */
|
/* Have WPA2 decryption library */
|
||||||
#cmakedefine HAVE_WPA2_DECRYPTION
|
#cmakedefine HAVE_WPA2_DECRYPTION
|
||||||
|
|
||||||
|
#endif // TINS_CONFIG_H
|
||||||
|
|||||||
Reference in New Issue
Block a user