From b56be87315e96be96b63c9c085716031310678e8 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Sat, 7 Mar 2015 09:30:44 -0800 Subject: [PATCH] Remove include/tins/config.h. --- .gitignore | 2 +- include/tins/config.h | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 include/tins/config.h diff --git a/.gitignore b/.gitignore index 83f9de9..6109d95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ build/** -include/config.h \ No newline at end of file +include/tins/config.h diff --git a/include/tins/config.h b/include/tins/config.h deleted file mode 100644 index 25da8fe..0000000 --- a/include/tins/config.h +++ /dev/null @@ -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