om@2: /** om@2: * config.h.in om@2: * om@2: * Template for config.h om@2: * This file gets modified and expanded by cmake. om@2: * om@2: * Copyright (C) 2012, 2013 AIT Austrian Institute of Technology om@2: * AIT Austrian Institute of Technology GmbH om@2: * Donau-City-Strasse 1 | 1220 Vienna | Austria om@2: * http://www.ait.ac.at om@2: * om@2: * This library is free software; you can redistribute it and/or om@2: * modify it under the terms of the GNU Lesser General Public om@2: * License version 2.1 as published by the Free Software Foundation. om@2: * om@2: * This library is distributed in the hope that it will be useful, om@2: * but WITHOUT ANY WARRANTY; without even the implied warranty of om@2: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU om@2: * Lesser General Public License for more details. om@2: * om@2: * You should have received a copy of the GNU Lesser General Public om@2: * License along with this library; if not, write to the om@2: * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, om@2: * Boston, MA 02110-1301, USA. om@2: */ om@2: om@2: om@2: #ifndef __CONFIG_H om@2: #define __CONFIG_H om@2: om@2: om@2: // ------------------------------------------------------------ om@2: // check defs (headers only) om@2: om@2: om@2: // standard C headers om@2: #cmakedefine HAVE_STDIO_H 1 om@2: #cmakedefine HAVE_STDDEF_H 1 om@2: #cmakedefine HAVE_STDLIB_H 1 om@2: #cmakedefine HAVE_INTTYPES_H 1 om@2: #cmakedefine HAVE_MEMORY_H 1 om@2: #cmakedefine HAVE_STRING_H 1 om@2: #cmakedefine HAVE_UNISTD_H 1 om@2: om@2: // stdbool.h om@2: #cmakedefine HAVE_STDBOOL_H 1 om@2: om@2: // endian.h om@2: #cmakedefine HAVE_ENDIAN_H 1 om@2: om@2: // time system headers om@2: #cmakedefine HAVE_SYS_TIME_H 1 om@2: #cmakedefine HAVE_SYS_TIMES_H 1 om@2: #cmakedefine HAVE_TIME_H 1 om@2: om@2: // files om@2: #cmakedefine HAVE_FCNTL_H 1 om@2: #cmakedefine HAVE_SYS_STAT_H 1 om@2: om@2: om@2: // some math om@2: #cmakedefine HAVE_MATH_H 1 om@2: om@2: // networking om@2: #cmakedefine HAVE_NETDB_H 1 om@2: #cmakedefine HAVE_IFADDRS_H 1 om@2: #cmakedefine HAVE_NETINET_IN_H 1 om@2: #cmakedefine HAVE_ARPA_INET_H 1 om@2: #cmakedefine HAVE_SYS_SOCKET_H 1 om@2: #cmakedefine HAVE_SYS_UN_H 1 om@2: om@2: // assert.h om@2: #cmakedefine HAVE_ASSERT_H 1 om@2: om@2: // signal.h om@2: #cmakedefine HAVE_SIGNAL_H 1 om@2: om@2: // sys/uio.h om@2: #cmakedefine HAVE_SYS_UIO_H 1 om@2: om@2: // syslog.h om@2: #cmakedefine HAVE_SYSLOG_H 1 om@2: om@2: // errno.h om@2: #cmakedefine HAVE_ERRNO_H 1 om@2: om@2: // limits.h om@2: #cmakedefine HAVE_LIMITS_H 1 om@2: om@2: // memory management om@2: #cmakedefine HAVE_SYS_MMAN_H 1 om@2: om@2: // directory entries om@2: #cmakedefine HAVE_DIRENT_H 1 om@2: om@2: // sys/uio.h om@2: #cmakedefine HAVE_SYS_UIO_H 1 om@2: om@2: // iconv.h om@2: #cmakedefine HAVE_ICONV_H 1 om@2: om@2: // fuse om@2: #cmakedefine HAVE_FUSE_H 1 om@2: om@2: om@2: #endif om@2: