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

📄 macos.h

📁 彩信浏览器
💻 H
字号:
//  (C) Copyright Boost.org 2001. Permission to copy, use, modify, sell and//  distribute this software is granted provided this copyright notice appears//  in all copies. This software is provided "as is" without express or implied//  warranty, and with no claim as to its suitability for any purpose.//  See http://www.boost.org for most recent version./*  * @$Id: macos.h,v 1.2 2004/03/18 13:32:32 jackjansen Exp $  *///  Mac OS specific config options:#define AMBULANT_PLATFORM "Mac OS"#if __MACH__ && !defined(_MSL_USING_MSL_C)// Using the Mac OS X system BSD-style C library.#define AMBULANT_PLATFORM_MACOS#define AMBULANT_PLATFORM_UNIX#  define AMBULANT_NO_CTYPE_FUNCTIONS#  define AMBULANT_NO_CWCHAR#  ifndef AMBULANT_HAS_UNISTD_H#    define AMBULANT_HAS_UNISTD_H#  endif// boilerplate code:#  ifndef TARGET_CARBON#     include <ambulant/config/posix_features.h>#  endif#  ifndef AMBULANT_HAS_STDINT_H#     define AMBULANT_HAS_STDINT_H#  endif//// BSD runtime has pthreads, sigaction, sched_yield and gettimeofday,// of these only pthreads are advertised in <unistd.h>, so set the // other options explicitly://#  define AMBULANT_HAS_SCHED_YIELD#  define AMBULANT_HAS_GETTIMEOFDAY#  define AMBULANT_HAS_SIGACTION#  ifndef __APPLE_CC__// GCC strange "ignore std" mode works better if you pretend everything// is in the std namespace, for the most part.#    define AMBULANT_NO_STDC_NAMESPACE#  endif#else// Using the MSL C library.// We will eventually support threads in non-Carbon builds, but we do// not support this yet.#  if TARGET_CARBON#    define AMBULANT_HAS_MPTASKS// The MP task implementation of Boost Threads aims to replace MP-unsafe// parts of the MSL, so we turn on threads unconditionally.#    define AMBULANT_HAS_THREADS// The remote call manager depends on this.#    define AMBULANT_BIND_ENABLE_PASCAL#  endif#endif

⌨️ 快捷键说明

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