From 2d48ae784ea6828e8626c32c848f64232d8f35c0 Mon Sep 17 00:00:00 2001 From: geronimo Date: Fri, 13 Jul 2012 04:26:40 +0200 Subject: initial import --- libs/networking/nbproject/configurations.xml | 114 +++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 libs/networking/nbproject/configurations.xml (limited to 'libs/networking/nbproject/configurations.xml') diff --git a/libs/networking/nbproject/configurations.xml b/libs/networking/nbproject/configurations.xml new file mode 100644 index 0000000..fc79ca1 --- /dev/null +++ b/libs/networking/nbproject/configurations.xml @@ -0,0 +1,114 @@ + + + + + include/AbstractSocket.h + include/Authorization.h + include/ClientSocket.h + include/ConnectionHandler.h + include/ConnectionPoint.h + include/Credentials.h + include/HTTPAuthorizationRequest.h + include/HTTPFileResponse.h + include/HTTPMessage.h + include/HTTPParser.h + include/HTTPRequest.h + include/HTTPRequestHandler.h + include/HTTPResponse.h + include/HTTPServer.h + include/HTTPStatus.h + include/Principal.h + include/ServerConfig.h + include/ServerSocket.h + include/Url.h + + + + + src/AbstractSocket.cc + src/Authorization.cc + src/ClientSocket.cc + src/ConnectionHandler.cc + src/ConnectionPoint.cc + src/Credentials.cc + src/HTTPAuthorizationRequest.cc + src/HTTPFileResponse.cc + src/HTTPMessage.cc + src/HTTPParser.cc + src/HTTPRequest.cc + src/HTTPRequestHandler.cc + src/HTTPResponse.cc + src/HTTPServer.cc + src/HTTPStatus.cc + src/Principal.cc + src/ServerConfig.cc + src/ServerSocket.cc + src/Url.cc + + + + + Makefile + + + Makefile + + + + LOCAL_SOURCES + default + + + + + include + ../util/include + ../vdr/include + + -std=gnu++0x -fomit-frame-pointer -fPIC -pthread -Wall -Wno-parentheses -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=implicit-function-declaration -ansi + + _GNU_SOURCE=1 + _REENTRANT + + 2 + + + + + + + + LOCAL_SOURCES + default + + + + 5 + + + 5 + + + 5 + + + 5 + + + + + + + -- cgit v1.2.3