updated build files
This commit is contained in:
@ -31,10 +31,10 @@
|
||||
#include <qse/macros.h>
|
||||
#include <qse/http/htre.h>
|
||||
#include <qse/http/htrd.h>
|
||||
#include <qse/cmn/nwad.h>
|
||||
#include <qse/cmn/time.h>
|
||||
#include <qse/cmn/tmr.h>
|
||||
#include <qse/cmn/env.h>
|
||||
#include <qse/si/nwad.h>
|
||||
|
||||
typedef struct qse_httpd_t qse_httpd_t;
|
||||
typedef struct qse_httpd_mate_t qse_httpd_mate_t;
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include <qse/types.h>
|
||||
#include <qse/macros.h>
|
||||
#include <qse/cmn/nwad.h>
|
||||
#include <qse/si/nwad.h>
|
||||
#include <qse/cmn/time.h>
|
||||
|
||||
typedef struct qse_upxd_t qse_upxd_t;
|
||||
|
@ -24,11 +24,11 @@
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _QSE_SYS_SOCKET_HPP_
|
||||
#define _QSE_SYS_SOCKET_HPP_
|
||||
#ifndef _QSE_SI_SOCKET_HPP_
|
||||
#define _QSE_SI_SOCKET_HPP_
|
||||
|
||||
#include <qse/si/SocketAddress.hpp>
|
||||
#include <qse/cmn/sck.h>
|
||||
#include <qse/si/sck.h>
|
||||
|
||||
/////////////////////////////////
|
||||
QSE_BEGIN_NAMESPACE(QSE)
|
||||
|
@ -24,10 +24,10 @@
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _QSE_SYS_SOCKETADDRESS_HPP_
|
||||
#define _QSE_SYS_SOCKETADDRESS_HPP_
|
||||
#ifndef _QSE_SI_SOCKETADDRESS_HPP_
|
||||
#define _QSE_SI_SOCKETADDRESS_HPP_
|
||||
|
||||
#include <qse/cmn/nwad.h>
|
||||
#include <qse/si/nwad.h>
|
||||
|
||||
/////////////////////////////////
|
||||
QSE_BEGIN_NAMESPACE(QSE)
|
||||
|
@ -24,8 +24,8 @@
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _QSE_CMN_FIO_H_
|
||||
#define _QSE_CMN_FIO_H_
|
||||
#ifndef _QSE_SI_FIO_H_
|
||||
#define _QSE_SI_FIO_H_
|
||||
|
||||
/** @file
|
||||
* This file defines a simple file I/O interface.
|
||||
|
@ -24,8 +24,8 @@
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _QSE_CMN_NWAD_H_
|
||||
#define _QSE_CMN_NWAD_H_
|
||||
#ifndef _QSE_SI_NWAD_H_
|
||||
#define _QSE_SI_NWAD_H_
|
||||
|
||||
/** \file
|
||||
* This file defines functions and data types for handling
|
||||
|
@ -24,8 +24,8 @@
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _QSE_CMN_NWIF_H_
|
||||
#define _QSE_CMN_NWIF_H_
|
||||
#ifndef _QSE_SI_NWIF_H_
|
||||
#define _QSE_SI_NWIF_H_
|
||||
|
||||
#include <qse/types.h>
|
||||
#include <qse/macros.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _QSE_CMN_NWIO_H_
|
||||
#define _QSE_CMN_NWIO_H_
|
||||
#ifndef _QSE_SI_NWIO_H_
|
||||
#define _QSE_SI_NWIO_H_
|
||||
|
||||
/** @file
|
||||
* This file defines a network-based text I/O interface.
|
||||
|
@ -24,8 +24,8 @@
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _QSE_CMN_PIO_H_
|
||||
#define _QSE_CMN_PIO_H_
|
||||
#ifndef _QSE_SI_PIO_H_
|
||||
#define _QSE_SI_PIO_H_
|
||||
|
||||
#include <qse/types.h>
|
||||
#include <qse/macros.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _QSE_CMN_SIO_H_
|
||||
#define _QSE_CMN_SIO_H_
|
||||
#ifndef _QSE_SI_SIO_H_
|
||||
#define _QSE_SI_SIO_H_
|
||||
|
||||
/** @file
|
||||
* This file defines a simple stream I/O interface.
|
||||
|
@ -24,8 +24,8 @@
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _QSE_CMN_TASK_H_
|
||||
#define _QSE_CMN_TASK_H_
|
||||
#ifndef _QSE_SI_TASK_H_
|
||||
#define _QSE_SI_TASK_H_
|
||||
|
||||
#include <qse/types.h>
|
||||
#include <qse/macros.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _QSE_CMN_THR_H_
|
||||
#define _QSE_CMN_THR_H_
|
||||
#ifndef _QSE_SI_THR_H_
|
||||
#define _QSE_SI_THR_H_
|
||||
|
||||
#include <qse/types.h>
|
||||
#include <qse/macros.h>
|
||||
|
@ -24,8 +24,8 @@
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _QSE_CMN_TIO_H_
|
||||
#define _QSE_CMN_TIO_H_
|
||||
#ifndef _QSE_SI_TIO_H_
|
||||
#define _QSE_SI_TIO_H_
|
||||
|
||||
/** @file
|
||||
* This file provides an interface to a text stream processor.
|
||||
|
Reference in New Issue
Block a user