Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>pull/50/head
parent
2df45fd65d
commit
3a75bdfe83
@ -1,4 +1,4 @@
|
|||||||
// boost/config/user.hpp ---------------------------------------------------//
|
// boost/config/user.h ---------------------------------------------------//
|
||||||
|
|
||||||
// (C) Copyright John Maddock 2001.
|
// (C) Copyright John Maddock 2001.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef BOOST_TT_REMOVE_CV_HPP_INCLUDED
|
#ifndef BOOST_TT_REMOVE_CV_H_INCLUDED
|
||||||
#define BOOST_TT_REMOVE_CV_HPP_INCLUDED
|
#define BOOST_TT_REMOVE_CV_H_INCLUDED
|
||||||
#ifndef BOOST_TT_DETAIL_CV_TRAITS_IMPL_HPP_INCLUDED
|
#ifndef BOOST_TT_DETAIL_CV_TRAITS_IMPL_H_INCLUDED
|
||||||
#define BOOST_TT_DETAIL_CV_TRAITS_IMPL_HPP_INCLUDED
|
#define BOOST_TT_DETAIL_CV_TRAITS_IMPL_H_INCLUDED
|
||||||
// ADAPTED (TAKEN) FROM BOOST
|
// ADAPTED (TAKEN) FROM BOOST
|
||||||
//
|
//
|
||||||
// (C) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, Howard
|
// (C) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, Howard
|
@ -0,0 +1,11 @@
|
|||||||
|
#ifndef LPC_STATIC_ASSERT_H1119293317_INCLUDE_GUARD_
|
||||||
|
#define LPC_STATIC_ASSERT_H1119293317_INCLUDE_GUARD_
|
||||||
|
|
||||||
|
#ifdef HAVE_BOOST
|
||||||
|
#include <boost/static_assert.hpp>
|
||||||
|
#elif !defined( BOOST_STATIC_ASSERT )
|
||||||
|
#define BOOST_STATIC_ASSERT( x )
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#endif /* LPC_STATIC_ASSERT_H1119293317_INCLUDE_GUARD_ */
|
@ -1,11 +0,0 @@
|
|||||||
#ifndef LPC_STATIC_ASSERT_HPP1119293317_INCLUDE_GUARD_
|
|
||||||
#define LPC_STATIC_ASSERT_HPP1119293317_INCLUDE_GUARD_
|
|
||||||
|
|
||||||
#ifdef HAVE_BOOST
|
|
||||||
#include <boost/static_assert.hpp>
|
|
||||||
#elif !defined( BOOST_STATIC_ASSERT )
|
|
||||||
#define BOOST_STATIC_ASSERT( x )
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* LPC_STATIC_ASSERT_HPP1119293317_INCLUDE_GUARD_ */
|
|
@ -1,6 +1,6 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
*
|
*
|
||||||
* imap4.cc - IMAP4rev1 KIOSlave
|
* imap4.cpp - IMAP4rev1 KIOSlave
|
||||||
* Copyright (C) 2001-2002 Michael Haeckel <haeckel@kde.org>
|
* Copyright (C) 2001-2002 Michael Haeckel <haeckel@kde.org>
|
||||||
* Copyright (C) 1999 John Corey <jcorey@fruity.ath.cx>
|
* Copyright (C) 1999 John Corey <jcorey@fruity.ath.cx>
|
||||||
*
|
*
|
@ -1,6 +1,6 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
*
|
*
|
||||||
* imapcommand.cc - IMAP4rev1 command handler
|
* imapcommand.cpp - IMAP4rev1 command handler
|
||||||
* Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
|
* Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
@ -1,6 +1,6 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
*
|
*
|
||||||
* imapinfo.cc - IMAP4rev1 SELECT / EXAMINE handler
|
* imapinfo.cpp - IMAP4rev1 SELECT / EXAMINE handler
|
||||||
* Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
|
* Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
@ -1,6 +1,6 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
*
|
*
|
||||||
* imapinfo.cc - IMAP4rev1 EXAMINE / SELECT handler
|
* imapinfo.cpp - IMAP4rev1 EXAMINE / SELECT handler
|
||||||
* Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
|
* Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
@ -1,6 +1,6 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
*
|
*
|
||||||
* imapparser.cc - IMAP4rev1 Parser
|
* imapparser.cpp - IMAP4rev1 Parser
|
||||||
* Copyright (C) 2001-2002 Michael Haeckel <haeckel@kde.org>
|
* Copyright (C) 2001-2002 Michael Haeckel <haeckel@kde.org>
|
||||||
* Copyright (C) 2000 s.carstens@gmx.de
|
* Copyright (C) 2000 s.carstens@gmx.de
|
||||||
*
|
*
|
@ -1,6 +1,6 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
*
|
*
|
||||||
* mailaddress.cc - mail address parser
|
* mailaddress.cpp - mail address parser
|
||||||
* Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
|
* Copyright (C) 2000 Sven Carstens <s.carstens@gmx.de>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
@ -1,5 +1,5 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
mailheader.cc - description
|
mailheader.cpp - description
|
||||||
-------------------
|
-------------------
|
||||||
begin : Tue Oct 24 2000
|
begin : Tue Oct 24 2000
|
||||||
copyright : (C) 2000 by Sven Carstens
|
copyright : (C) 2000 by Sven Carstens
|
@ -1,5 +1,5 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
mimehdrline.cc - description
|
mimehdrline.cpp - description
|
||||||
-------------------
|
-------------------
|
||||||
begin : Wed Oct 11 2000
|
begin : Wed Oct 11 2000
|
||||||
copyright : (C) 2000 by Sven Carstens
|
copyright : (C) 2000 by Sven Carstens
|
@ -1,5 +1,5 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
mimeheader.cc - description
|
mimeheader.cpp - description
|
||||||
-------------------
|
-------------------
|
||||||
begin : Fri Oct 20 2000
|
begin : Fri Oct 20 2000
|
||||||
copyright : (C) 2000 by Sven Carstens
|
copyright : (C) 2000 by Sven Carstens
|
@ -1,5 +1,5 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
mimeio.cc - description
|
mimeio.cpp - description
|
||||||
-------------------
|
-------------------
|
||||||
begin : Wed Oct 25 2000
|
begin : Wed Oct 25 2000
|
||||||
copyright : (C) 2000 by Sven Carstens
|
copyright : (C) 2000 by Sven Carstens
|
@ -1,6 +1,6 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
*
|
*
|
||||||
* rfcdecoder.cc - handler for various rfc/mime encodings
|
* rfcdecoder.cpp - handler for various rfc/mime encodings
|
||||||
* Copyright (C) 2000 s.carstens@gmx.de
|
* Copyright (C) 2000 s.carstens@gmx.de
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
Loading…
Reference in new issue