https://codeberg.org/interpeer/liberate.git
Revision ec637686e49b97689ae8c7a72706de902cfc0492 authored by Jens Finkhaeuser on 10 July 2020, 13:46:20 UTC, committed by Jens Finkhaeuser on 10 July 2020, 13:46:20 UTC
1 parent 4fad275
Raw File
Tip revision: ec637686e49b97689ae8c7a72706de902cfc0492 authored by Jens Finkhaeuser on 10 July 2020, 13:46:20 UTC
Remove superflous output
Tip revision: ec63768
build-config.h.in
#ifndef LIBERATE_BUILD_CONFIG_H
#define LIBERATE_BUILD_CONFIG_H

/*****************************************************************************
 * Project metadata
 **/
// Name
#mesondefine LIBERATE_PACKAGE_NAME

// Version
#mesondefine LIBERATE_PACKAGE_MAJOR
#mesondefine LIBERATE_PACKAGE_MINOR
#mesondefine LIBERATE_PACKAGE_PATCH
#mesondefine LIBERATE_PACKAGE_VERSION
#mesondefine LIBERATE_ABI_VERSION
#mesondefine LIBERATE_LIB_VERSION

// URL
#mesondefine LIBERATE_PACKAGE_URL


/*****************************************************************************
 * Options
 **/


/*****************************************************************************
 * Headers
 **/
#mesondefine LIBERATE_HAVE_ARPA_INET_H
#mesondefine LIBERATE_HAVE_NETINET_IN_H
#mesondefine LIBERATE_HAVE_LINUX_UN_H
#mesondefine LIBERATE_HAVE_SYS_UN_H
#mesondefine LIBERATE_HAVE_SYS_SOCKET_H
#mesondefine LIBERATE_HAVE_WINSOCK2_H
#mesondefine LIBERATE_HAVE_WS2TCPIP_H
#mesondefine LIBERATE_HAVE_AFUNIX_H

/*****************************************************************************
 * Symbols
 **/
#mesondefine LIBERATE_HAVE_STRERROR_S
#mesondefine LIBERATE_HAVE_STRERROR_R

/*****************************************************************************
 * Platform checks
 **/
#mesondefine LIBERATE_BIGENDIAN

#endif // guard
back to top