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