Program Listing for File config.hpp

Return to documentation for file (zeep/config.hpp)

// Copyright Maarten L. Hekkelman, Radboud University 2008-2013.
//        Copyright Maarten L. Hekkelman, 2014-2023
//  Distributed under the Boost Software License, Version 1.0.
//     (See accompanying file LICENSE_1_0.txt or copy at
//           http://www.boost.org/LICENSE_1_0.txt)


#pragma once


#ifndef HTTP_SERVER_HAS_PREFORK
#define HTTP_SERVER_HAS_PREFORK 1
#endif


#ifndef HTTP_HAS_UNIX_DAEMON
#define HTTP_HAS_UNIX_DAEMON 1
#endif


#ifndef WEBAPP_USES_RESOURCES
#define WEBAPP_USES_RESOURCES 1
#endif


#ifndef USE_RSRC
#define USE_RSRC 1
#endif


#define LIBZEEP_VERSION "6.1.0"
#define LIBZEEP_VERSION_MAJOR 6
#define LIBZEEP_VERSION_MINOR 1
#define LIBZEEP_VERSION_PATCH 0