summaryrefslogtreecommitdiff
path: root/make/test/so_acceptfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'make/test/so_acceptfilter.cpp')
-rw-r--r--make/test/so_acceptfilter.cpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/make/test/so_acceptfilter.cpp b/make/test/so_acceptfilter.cpp
deleted file mode 100644
index 0fd4cda4f..000000000
--- a/make/test/so_acceptfilter.cpp
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * InspIRCd -- Internet Relay Chat Daemon
- *
- *
- * This file is part of InspIRCd. InspIRCd is free software: you can
- * redistribute it and/or modify it under the terms of the GNU General Public
- * License as published by the Free Software Foundation, version 2.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#include <sys/socket.h>
-
-#ifndef SO_ACCEPTFILTER
- #error
-#endif
-
-int main()
-{
- return 0;
-}