diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-07-16 13:54:44 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-07-16 13:54:44 -0700 |
commit | e18fc80bc9b70928fb67d8cb314dafd5cd6d93b7 (patch) | |
tree | beafd72407d56185b39b6a90dc1d63a4eafa052c /make/test/tcp_defer_accept.cpp | |
parent | 6033f1d6fa3d37e068a56c29ef47b220abb3174d (diff) | |
parent | 22f013a06f6015ab7601329a632001770cd14941 (diff) |
Merge pull request #587 from SaberUK/master+defer-preprocessor
Use the preprocessor to check for TCP deferring support.
Diffstat (limited to 'make/test/tcp_defer_accept.cpp')
-rw-r--r-- | make/test/tcp_defer_accept.cpp | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/make/test/tcp_defer_accept.cpp b/make/test/tcp_defer_accept.cpp deleted file mode 100644 index 191b1ac70..000000000 --- a/make/test/tcp_defer_accept.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 <netinet/tcp.h> - -#ifndef TCP_DEFER_ACCEPT - #error -#endif - -int main() -{ - return 0; -} |