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

📄 iii_enable_stl_thread.m4

📁 asn格式文件的编译器
💻 M4
字号:
dnldnl Copyright (c) 2001 Institute for Information Industry, Taiwan, Republic of China dnl Written by angelo@iii.org.twdnl dnl This file is part of III ASN.1 Tool.dnl dnl The contents of this file are subject to the Mozilla Public Licensednl Version 1.0 (the "License"); you may not use this file except indnl compliance with the License. You may obtain a copy of the License atdnl http://www.mozilla.org/MPL/dnldnl Software distributed under the License is distributed on an "AS IS"dnl basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Seednl the License for the specific language governing rights and limitationsdnl under the License.dnl dnl III ASN.1 Tool is the ASN.1 to C++ compiler which transforms ASN.1 Modulednl to C++ codes along with the C++ run time library for encoding and decoding dnl ASN.1 types. For details, see the III ASN.1 Tool World-Wide-Web page, dnl `http://www.iii.org.tw/portal/lab1/asn1tool.html'.dnldnl @synopsis III_ENABLE_STL_THREADdnldnl @author Huang-Ming HuangAC_DEFUN(III_ENABLE_STL_THREAD, [  AC_BEFORE(III_CHECK_STLPORT)  if test x"$ac_cv_prog_gxx" = xyes; then        if test x"$iii_cv_have_stlport" = xno; then        # assume using libstdc++                if test x"$host_os" = xcygwin ; then                        AC_DEFINE(__STL_WIN32THREADS, , [enable libstdc++ WIN32 thread support] )                else                        AC_DEFINE(__STL_PTHREADS, , [enable libstdc++ pthread support] )                fi        else        # using stlport                AC_DEFINE(_REENTRANT, , [enable STLport thread support])        fi  fi])

⌨️ 快捷键说明

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