1
0
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:
Matias Fontanini
2015-03-07 09:30:44 -08:00
parent c67f7ba2e8
commit b56be87315
2 changed files with 1 additions and 14 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
build/** build/**
include/config.h include/tins/config.h

View File

@@ -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