mirror of
https://github.com/mfontanini/libtins
synced 2026-01-22 18:25:57 +01:00
Remove include/tins/config.h.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,2 @@
|
|||||||
build/**
|
build/**
|
||||||
include/config.h
|
include/tins/config.h
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
#ifndef TINS_CONFIG_H
|
|
||||||
#define TINS_CONFIG_H
|
|
||||||
|
|
||||||
/* Define if the compiler supports basic C++11 syntax */
|
|
||||||
#define HAVE_CXX11
|
|
||||||
|
|
||||||
/* Have IEEE 802.11 support */
|
|
||||||
#define HAVE_DOT11
|
|
||||||
|
|
||||||
/* Have WPA2 decryption library */
|
|
||||||
#define HAVE_WPA2_DECRYPTION
|
|
||||||
|
|
||||||
#endif // TINS_CONFIG_H
|
|
||||||
Reference in New Issue
Block a user