mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
38 lines
1.4 KiB
CMake
38 lines
1.4 KiB
CMake
/*
|
|
* This file is part of the KDE libraries
|
|
* Copyright (C) 2002 David Faure (faure@kde.org)
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2 of the License, or (at your option) any later version.
|
|
*
|
|
* This library 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
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* along with this library; see the file COPYING.LIB. If not, write to
|
|
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
* Boston, MA 02110-1301, USA.
|
|
*
|
|
*/
|
|
|
|
#include "../config.h"
|
|
#cmakedefine HAVE_PTHREAD_ATTR_GET_NP 1
|
|
#cmakedefine HAVE_PTHREAD_GETATTR_NP 1
|
|
#cmakedefine HAVE_PCREPOSIX 1
|
|
#cmakedefine HAVE_SYS_TIMEB_H 1
|
|
#cmakedefine HAVE_FLOAT_H 1
|
|
#cmakedefine HAVE_IEEEFP_H 1
|
|
#cmakedefine HAVE_PTHREAD_NP_H 1
|
|
#cmakedefine HAVE_MEMCHECK_H 1
|
|
#cmakedefine HAVE_FUNC__FINITE 1
|
|
#cmakedefine HAVE_FUNC_FINITE 1
|
|
#cmakedefine HAVE_FUNC_ISINF 1
|
|
#cmakedefine HAVE_FUNC_ISNAN 1
|
|
#cmakedefine HAVE_FUNC_POSIX_MEMALIGN 1
|
|
|
|
/* Defined to 1 if you have a tm_gmtoff member in struct tm */
|
|
#cmakedefine HAVE_TM_GMTOFF 1
|