/***************************************************************************** * pce * *****************************************************************************/ /***************************************************************************** * File name: src/config.h.in * * Created: 2002-12-16 by Hampa Hug * * Copyright: (C) 2002-2025 Hampa Hug * *****************************************************************************/ /***************************************************************************** * This program is free software. You can redistribute it and / or modify it * * under the terms of the GNU General Public License version 2 as published * * by the Free Software Foundation. * * * * This program 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 General * * Public License for more details. * *****************************************************************************/ #ifndef PCE_CONFIG_H #define PCE_CONFIG_H 1 #ifndef _GNU_SOURCE #define _GNU_SOURCE 1 #endif #ifndef _NETBSD_SOURCE #define _NETBSD_SOURCE 1 #endif #undef PCE_LARGE_FILE #ifdef PCE_LARGE_FILE #ifndef _FILE_OFFSET_BITS #define _FILE_OFFSET_BITS 64 #endif #endif #undef HAVE_FCNTL_H #undef HAVE_INTTYPES_H #undef HAVE_LIMITS_H #undef HAVE_STDINT_H #undef HAVE_TERMIOS_H #undef HAVE_UNISTD_H #undef HAVE_LINUX_IF_TUN_H #undef HAVE_LINUX_TCP_H #undef HAVE_SYS_IOCTL_H #undef HAVE_SYS_POLL_H #undef HAVE_SYS_SOCKET_H #undef HAVE_SYS_SOUNDCARD_H #undef HAVE_SYS_STAT_H #undef HAVE_SYS_TIME_H #undef HAVE_SYS_TYPES_H #undef HAVE_FSEEKO #undef HAVE_FTRUNCATE #undef HAVE_FUTIMES #undef HAVE_USLEEP #undef HAVE_NANOSLEEP #undef HAVE_SLEEP #undef HAVE_GETTIMEOFDAY #define PCE_YEAR "2025" #undef PCE_VERSION_MAJ #undef PCE_VERSION_MIN #undef PCE_VERSION_MIC #undef PCE_VERSION_STR #undef PCE_HOST_LINUX #undef PCE_HOST_WINDOWS #undef PCE_HOST_SUNOS #undef PCE_HOST_NETBSD #undef PCE_HOST_MACOS #undef PCE_HOST_IA32 #undef PCE_HOST_PPC #undef PCE_HOST_SPARC #undef PCE_DIR_ETC #undef PCE_BUILD_IBMPC #undef PCE_ENABLE_X11 #undef PCE_ENABLE_SDL #undef PCE_ENABLE_SDL1 #undef PCE_ENABLE_SDL2 #undef PCE_ENABLE_READLINE #undef PCE_ENABLE_TUN #undef PCE_ENABLE_VMNET #undef PCE_ENABLE_CHAR_POSIX #undef PCE_ENABLE_CHAR_PPP #undef PCE_ENABLE_CHAR_PTY #undef PCE_ENABLE_CHAR_SLIP #undef PCE_ENABLE_CHAR_TCP #undef PCE_ENABLE_CHAR_TIOS #undef PCE_ENABLE_CHAR_WINCOM #undef PCE_ENABLE_SOUND_OSS /* directory separator */ #define PCE_DIR_SEP '/' #endif