⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 acconfig.h

📁 Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3.10平台上编译为嵌入式图形界面操作系统。
💻 H
字号:
/************************************************************************ Copyright (C) 2000-2005 Trolltech AS and its licensors.** All rights reserved.**** This file is part of the Qtopia Environment.**** This file may be distributed and/or modified under the terms of the** GNU General Public License version 2 as published by the Free Software** Foundation and appearing in the file LICENSE.GPL included in the** packaging of this file.**** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.**** See http://www.trolltech.com/gpl/ for GPL licensing information.** See below for additional copyright and license information**** Contact info@trolltech.com if any conditions of this licensing are** not clear to you.************************************************************************//* acconfig.h -- hand-written definitions to eventually go into config.h *//* Define this to enable trace code */#undef DO_RS_TRACE/* Version of the libtool interface. */#define RS_LIBVERSION "unknown"/* Define this if your sockaddr structure contains sin_len */#undef HAVE_SOCK_SIN_LEN/* Define this if there is a connect(2) call */#undef HAVE_CONNECT/* Define if we have an off64_t largefile type */#undef HAVE_OFF64_T/* Ask for large file support (LFS).  Should always be on, even if it * achieves nothing. */#undef _LARGEFILE_SOURCE#undef _LARGEFILE64_SOURCE/* How many bits would you like to have in an off_t? */#undef _FILE_OFFSET_BITS/* Define to include GNU C library extensions. */#undef _GNU_SOURCE/* Define to get i18n support */#undef ENABLE_NLS/* Define if you want the suboptimal X/Open catgets implementation */#undef HAVE_CATGETS/* Define if you want the nice new GNU and Uniforum gettext system */#undef HAVE_GETTEXT/* Define if your system has the LC_MESSAGES locale category */#undef HAVE_LC_MESSAGES/* Define if you have stpcpy (copy a string and return a pointer to * the end of the result.) */#undef HAVE_STPCPY/* GNU extension of saving argv[0] to program_invocation_short_name */#undef HAVE_PROGRAM_INVOCATION_NAME/* Canonical GNU hostname */#define RS_CANONICAL_HOST "unknown"/* Define to a replacement type if intmax_t is not a builtin, or in   sys/types.h or stdlib.h or stddef.h */#undef intmax_t/* end of acconfig.h */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -