Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/bind9/isc
File: platform.h
/*
[0] Fix | Delete
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
[1] Fix | Delete
*
[2] Fix | Delete
* This Source Code Form is subject to the terms of the Mozilla Public
[3] Fix | Delete
* License, v. 2.0. If a copy of the MPL was not distributed with this
[4] Fix | Delete
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
[5] Fix | Delete
*
[6] Fix | Delete
* See the COPYRIGHT file distributed with this work for additional
[7] Fix | Delete
* information regarding copyright ownership.
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
#ifndef ISC_PLATFORM_H
[11] Fix | Delete
#define ISC_PLATFORM_H 1
[12] Fix | Delete
[13] Fix | Delete
/*! \file */
[14] Fix | Delete
[15] Fix | Delete
/*****
[16] Fix | Delete
***** Platform-dependent defines.
[17] Fix | Delete
*****/
[18] Fix | Delete
[19] Fix | Delete
/***
[20] Fix | Delete
*** Network.
[21] Fix | Delete
***/
[22] Fix | Delete
[23] Fix | Delete
/*! \brief
[24] Fix | Delete
* Define if this system needs the <netinet/in6.h> header file included
[25] Fix | Delete
* for full IPv6 support (pretty much only UnixWare).
[26] Fix | Delete
*/
[27] Fix | Delete
#undef ISC_PLATFORM_NEEDNETINETIN6H
[28] Fix | Delete
[29] Fix | Delete
/*! \brief
[30] Fix | Delete
* Define if this system needs the <netinet6/in6.h> header file included
[31] Fix | Delete
* to support in6_pkinfo (pretty much only BSD/OS).
[32] Fix | Delete
*/
[33] Fix | Delete
#undef ISC_PLATFORM_NEEDNETINET6IN6H
[34] Fix | Delete
[35] Fix | Delete
/*! \brief
[36] Fix | Delete
* If sockaddrs on this system have an sa_len field, ISC_PLATFORM_HAVESALEN
[37] Fix | Delete
* will be defined.
[38] Fix | Delete
*/
[39] Fix | Delete
#undef ISC_PLATFORM_HAVESALEN
[40] Fix | Delete
[41] Fix | Delete
/*! \brief
[42] Fix | Delete
* If this system has the IPv6 structure definitions, ISC_PLATFORM_HAVEIPV6
[43] Fix | Delete
* will be defined.
[44] Fix | Delete
*/
[45] Fix | Delete
#define ISC_PLATFORM_HAVEIPV6 1
[46] Fix | Delete
[47] Fix | Delete
/*! \brief
[48] Fix | Delete
* If this system is missing in6addr_any, ISC_PLATFORM_NEEDIN6ADDRANY will
[49] Fix | Delete
* be defined.
[50] Fix | Delete
*/
[51] Fix | Delete
#undef ISC_PLATFORM_NEEDIN6ADDRANY
[52] Fix | Delete
[53] Fix | Delete
/*! \brief
[54] Fix | Delete
* If this system is missing in6addr_loopback, ISC_PLATFORM_NEEDIN6ADDRLOOPBACK
[55] Fix | Delete
* will be defined.
[56] Fix | Delete
*/
[57] Fix | Delete
#undef ISC_PLATFORM_NEEDIN6ADDRLOOPBACK
[58] Fix | Delete
[59] Fix | Delete
/*! \brief
[60] Fix | Delete
* If this system has in6_pktinfo, ISC_PLATFORM_HAVEIN6PKTINFO will be
[61] Fix | Delete
* defined.
[62] Fix | Delete
*/
[63] Fix | Delete
#define ISC_PLATFORM_HAVEIN6PKTINFO 1
[64] Fix | Delete
[65] Fix | Delete
/*! \brief
[66] Fix | Delete
* If this system has in_addr6, rather than in6_addr, ISC_PLATFORM_HAVEINADDR6
[67] Fix | Delete
* will be defined.
[68] Fix | Delete
*/
[69] Fix | Delete
#undef ISC_PLATFORM_HAVEINADDR6
[70] Fix | Delete
[71] Fix | Delete
/*! \brief
[72] Fix | Delete
* If this system has sin6_scope_id, ISC_PLATFORM_HAVESCOPEID will be defined.
[73] Fix | Delete
*/
[74] Fix | Delete
#define ISC_PLATFORM_HAVESCOPEID 1
[75] Fix | Delete
[76] Fix | Delete
/*! \brief
[77] Fix | Delete
* If this system needs inet_ntop(), ISC_PLATFORM_NEEDNTOP will be defined.
[78] Fix | Delete
*/
[79] Fix | Delete
#undef ISC_PLATFORM_NEEDNTOP
[80] Fix | Delete
[81] Fix | Delete
/*! \brief
[82] Fix | Delete
* If this system needs inet_pton(), ISC_PLATFORM_NEEDPTON will be defined.
[83] Fix | Delete
*/
[84] Fix | Delete
#undef ISC_PLATFORM_NEEDPTON
[85] Fix | Delete
[86] Fix | Delete
/*! \brief
[87] Fix | Delete
* If this system needs in_port_t, ISC_PLATFORM_NEEDPORTT will be defined.
[88] Fix | Delete
*/
[89] Fix | Delete
#undef ISC_PLATFORM_NEEDPORTT
[90] Fix | Delete
[91] Fix | Delete
/*! \brief
[92] Fix | Delete
* Define if the system has struct lifconf which is a extended struct ifconf
[93] Fix | Delete
* for IPv6.
[94] Fix | Delete
*/
[95] Fix | Delete
#undef ISC_PLATFORM_HAVELIFCONF
[96] Fix | Delete
[97] Fix | Delete
/*! \brief
[98] Fix | Delete
* Define if the system has struct if_laddrconf which is a extended struct
[99] Fix | Delete
* ifconf for IPv6.
[100] Fix | Delete
*/
[101] Fix | Delete
#undef ISC_PLATFORM_HAVEIF_LADDRCONF
[102] Fix | Delete
[103] Fix | Delete
/*! \brief
[104] Fix | Delete
* Define if the system has struct if_laddrreq.
[105] Fix | Delete
*/
[106] Fix | Delete
#undef ISC_PLATFORM_HAVEIF_LADDRREQ
[107] Fix | Delete
[108] Fix | Delete
/*! \brief
[109] Fix | Delete
* Define either ISC_PLATFORM_BSD44MSGHDR or ISC_PLATFORM_BSD43MSGHDR.
[110] Fix | Delete
*/
[111] Fix | Delete
#define ISC_NET_BSD44MSGHDR 1
[112] Fix | Delete
[113] Fix | Delete
/*! \brief
[114] Fix | Delete
* Define if the system supports if_nametoindex.
[115] Fix | Delete
*/
[116] Fix | Delete
#define ISC_PLATFORM_HAVEIFNAMETOINDEX 1
[117] Fix | Delete
[118] Fix | Delete
/*! \brief
[119] Fix | Delete
* Define on some UnixWare systems to fix erroneous definitions of various
[120] Fix | Delete
* IN6_IS_ADDR_* macros.
[121] Fix | Delete
*/
[122] Fix | Delete
#undef ISC_PLATFORM_FIXIN6ISADDR
[123] Fix | Delete
[124] Fix | Delete
/*! \brief
[125] Fix | Delete
* Define if the system has struct sockaddr_storage.
[126] Fix | Delete
*/
[127] Fix | Delete
#define ISC_PLATFORM_HAVESOCKADDRSTORAGE 1
[128] Fix | Delete
[129] Fix | Delete
/*! \brief
[130] Fix | Delete
* Define if the system has TCP_FASTOPEN socket option.
[131] Fix | Delete
*/
[132] Fix | Delete
#define ISC_PLATFORM_HAVETFO 1
[133] Fix | Delete
[134] Fix | Delete
/*! \brief
[135] Fix | Delete
* Define if the system supports kqueue multiplexing
[136] Fix | Delete
*/
[137] Fix | Delete
#undef ISC_PLATFORM_HAVEKQUEUE
[138] Fix | Delete
[139] Fix | Delete
/*! \brief
[140] Fix | Delete
* Define if the system supports epoll multiplexing
[141] Fix | Delete
*/
[142] Fix | Delete
#define ISC_PLATFORM_HAVEEPOLL 1
[143] Fix | Delete
[144] Fix | Delete
/*! \brief
[145] Fix | Delete
* Define if the system supports /dev/poll multiplexing
[146] Fix | Delete
*/
[147] Fix | Delete
#undef ISC_PLATFORM_HAVEDEVPOLL
[148] Fix | Delete
[149] Fix | Delete
/*! \brief
[150] Fix | Delete
* Define if we want to log backtrace
[151] Fix | Delete
*/
[152] Fix | Delete
#define ISC_PLATFORM_USEBACKTRACE 1
[153] Fix | Delete
[154] Fix | Delete
/*
[155] Fix | Delete
*** Printing.
[156] Fix | Delete
***/
[157] Fix | Delete
[158] Fix | Delete
/*! \brief
[159] Fix | Delete
* If this system needs vsnprintf() and snprintf(), ISC_PLATFORM_NEEDVSNPRINTF
[160] Fix | Delete
* will be defined.
[161] Fix | Delete
*/
[162] Fix | Delete
#undef ISC_PLATFORM_NEEDVSNPRINTF
[163] Fix | Delete
[164] Fix | Delete
/*! \brief
[165] Fix | Delete
* If this system need a modern sprintf() that returns (int) not (char*).
[166] Fix | Delete
*/
[167] Fix | Delete
#undef ISC_PLATFORM_NEEDSPRINTF
[168] Fix | Delete
[169] Fix | Delete
/*! \brief
[170] Fix | Delete
* If this system need a modern printf() that format size %z (size_t).
[171] Fix | Delete
*/
[172] Fix | Delete
#undef ISC_PLATFORM_NEEDPRINTF
[173] Fix | Delete
[174] Fix | Delete
/*! \brief
[175] Fix | Delete
* If this system need a modern fprintf() that format size %z (size_t).
[176] Fix | Delete
*/
[177] Fix | Delete
#undef ISC_PLATFORM_NEEDFPRINTF
[178] Fix | Delete
[179] Fix | Delete
/***
[180] Fix | Delete
*** String functions.
[181] Fix | Delete
***/
[182] Fix | Delete
/*
[183] Fix | Delete
* If the system needs strsep(), ISC_PLATFORM_NEEDSTRSEP will be defined.
[184] Fix | Delete
*/
[185] Fix | Delete
#undef ISC_PLATFORM_NEEDSTRSEP
[186] Fix | Delete
[187] Fix | Delete
/*
[188] Fix | Delete
* If the system needs strlcpy(), ISC_PLATFORM_NEEDSTRLCPY will be defined.
[189] Fix | Delete
*/
[190] Fix | Delete
#define ISC_PLATFORM_NEEDSTRLCPY 1
[191] Fix | Delete
[192] Fix | Delete
/*
[193] Fix | Delete
* If the system needs strlcat(), ISC_PLATFORM_NEEDSTRLCAT will be defined.
[194] Fix | Delete
*/
[195] Fix | Delete
#define ISC_PLATFORM_NEEDSTRLCAT 1
[196] Fix | Delete
[197] Fix | Delete
/*
[198] Fix | Delete
* Define if this system needs strtoul.
[199] Fix | Delete
*/
[200] Fix | Delete
#undef ISC_PLATFORM_NEEDSTRTOUL
[201] Fix | Delete
[202] Fix | Delete
/*
[203] Fix | Delete
* Define if this system needs memmove.
[204] Fix | Delete
*/
[205] Fix | Delete
#undef ISC_PLATFORM_NEEDMEMMOVE
[206] Fix | Delete
[207] Fix | Delete
/*
[208] Fix | Delete
* Define if this system needs strcasestr.
[209] Fix | Delete
*/
[210] Fix | Delete
#undef ISC_PLATFORM_NEEDSTRCASESTR
[211] Fix | Delete
[212] Fix | Delete
/***
[213] Fix | Delete
*** System limitations
[214] Fix | Delete
***/
[215] Fix | Delete
[216] Fix | Delete
#include <limits.h>
[217] Fix | Delete
[218] Fix | Delete
#ifndef NAME_MAX
[219] Fix | Delete
#define NAME_MAX 256
[220] Fix | Delete
#endif
[221] Fix | Delete
[222] Fix | Delete
#ifndef PATH_MAX
[223] Fix | Delete
#define PATH_MAX 1024
[224] Fix | Delete
#endif
[225] Fix | Delete
[226] Fix | Delete
#ifndef IOV_MAX
[227] Fix | Delete
#define IOV_MAX 1024
[228] Fix | Delete
#endif
[229] Fix | Delete
[230] Fix | Delete
/***
[231] Fix | Delete
*** Miscellaneous.
[232] Fix | Delete
***/
[233] Fix | Delete
[234] Fix | Delete
/*
[235] Fix | Delete
* Defined if we are using threads.
[236] Fix | Delete
*/
[237] Fix | Delete
#define ISC_PLATFORM_USETHREADS 1
[238] Fix | Delete
[239] Fix | Delete
/*
[240] Fix | Delete
* Defined if unistd.h does not cause fd_set to be declared.
[241] Fix | Delete
*/
[242] Fix | Delete
#undef ISC_PLATFORM_NEEDSYSSELECTH
[243] Fix | Delete
[244] Fix | Delete
/*
[245] Fix | Delete
* Defined to <gssapi.h> or <gssapi/gssapi.h> for how to include
[246] Fix | Delete
* the GSSAPI header.
[247] Fix | Delete
*/
[248] Fix | Delete
#define ISC_PLATFORM_GSSAPIHEADER <gssapi/gssapi.h>
[249] Fix | Delete
[250] Fix | Delete
/*
[251] Fix | Delete
* Defined to <gssapi_krb5.h> or <gssapi/gssapi_krb5.h> for how to
[252] Fix | Delete
* include the GSSAPI KRB5 header.
[253] Fix | Delete
*/
[254] Fix | Delete
#define ISC_PLATFORM_GSSAPI_KRB5_HEADER <gssapi/gssapi_krb5.h>
[255] Fix | Delete
[256] Fix | Delete
/*
[257] Fix | Delete
* Defined to <krb5.h> or <krb5/krb5.h> for how to include
[258] Fix | Delete
* the KRB5 header.
[259] Fix | Delete
*/
[260] Fix | Delete
#define ISC_PLATFORM_KRB5HEADER <krb5/krb5.h>
[261] Fix | Delete
[262] Fix | Delete
/*
[263] Fix | Delete
* Define if the system has nanosecond-level accuracy in file stats.
[264] Fix | Delete
*/
[265] Fix | Delete
#define ISC_PLATFORM_HAVESTATNSEC 1
[266] Fix | Delete
[267] Fix | Delete
/*
[268] Fix | Delete
* Type used for resource limits.
[269] Fix | Delete
*/
[270] Fix | Delete
#define ISC_PLATFORM_RLIMITTYPE rlim_t
[271] Fix | Delete
[272] Fix | Delete
/*
[273] Fix | Delete
* Define if your compiler supports "long long int".
[274] Fix | Delete
*/
[275] Fix | Delete
#define ISC_PLATFORM_HAVELONGLONG 1
[276] Fix | Delete
[277] Fix | Delete
/*
[278] Fix | Delete
* Define if PTHREAD_ONCE_INIT should be surrounded by braces to
[279] Fix | Delete
* prevent compiler warnings (such as with gcc on Solaris 2.8).
[280] Fix | Delete
*/
[281] Fix | Delete
#undef ISC_PLATFORM_BRACEPTHREADONCEINIT
[282] Fix | Delete
[283] Fix | Delete
/*
[284] Fix | Delete
* Used to control how extern data is linked; needed for Win32 platforms.
[285] Fix | Delete
*/
[286] Fix | Delete
#undef ISC_PLATFORM_USEDECLSPEC
[287] Fix | Delete
[288] Fix | Delete
/*
[289] Fix | Delete
* Define if the platform has <sys/un.h>.
[290] Fix | Delete
*/
[291] Fix | Delete
#define ISC_PLATFORM_HAVESYSUNH 1
[292] Fix | Delete
[293] Fix | Delete
/*
[294] Fix | Delete
* If the "xadd" operation is available on this architecture,
[295] Fix | Delete
* ISC_PLATFORM_HAVEXADD will be defined.
[296] Fix | Delete
*/
[297] Fix | Delete
#define ISC_PLATFORM_HAVEXADD 1
[298] Fix | Delete
[299] Fix | Delete
/*
[300] Fix | Delete
* If the "xaddq" operation (64bit xadd) is available on this architecture,
[301] Fix | Delete
* ISC_PLATFORM_HAVEXADDQ will be defined.
[302] Fix | Delete
*/
[303] Fix | Delete
[304] Fix | Delete
/*
[305] Fix | Delete
* If the 64-bit "atomic swap" operation is available on this
[306] Fix | Delete
* architecture, ISC_PLATFORM_HAVEATOMICSTOREQ" will be defined.
[307] Fix | Delete
*/
[308] Fix | Delete
[309] Fix | Delete
#ifdef __x86_64__
[310] Fix | Delete
#define ISC_PLATFORM_HAVEXADDQ 1
[311] Fix | Delete
#define ISC_PLATFORM_HAVEATOMICSTOREQ 1
[312] Fix | Delete
#else
[313] Fix | Delete
#undef ISC_PLATFORM_HAVEXADDQ
[314] Fix | Delete
#undef ISC_PLATFORM_HAVEATOMICSTOREQ
[315] Fix | Delete
#endif
[316] Fix | Delete
[317] Fix | Delete
/*
[318] Fix | Delete
* If the 32-bit "atomic swap" operation is available on this
[319] Fix | Delete
* architecture, ISC_PLATFORM_HAVEATOMICSTORE" will be defined.
[320] Fix | Delete
*/
[321] Fix | Delete
#define ISC_PLATFORM_HAVEATOMICSTORE 1
[322] Fix | Delete
[323] Fix | Delete
/*
[324] Fix | Delete
* If the "compare-and-exchange" operation is available on this architecture,
[325] Fix | Delete
* ISC_PLATFORM_HAVECMPXCHG will be defined.
[326] Fix | Delete
*/
[327] Fix | Delete
#define ISC_PLATFORM_HAVECMPXCHG 1
[328] Fix | Delete
[329] Fix | Delete
/*
[330] Fix | Delete
* If <stdatomic.h> is available on this architecture,
[331] Fix | Delete
* ISC_PLATFORM_HAVESTDATOMIC will be defined.
[332] Fix | Delete
*/
[333] Fix | Delete
#define ISC_PLATFORM_HAVESTDATOMIC 1
[334] Fix | Delete
[335] Fix | Delete
/*
[336] Fix | Delete
* Define if gcc ASM extension is available
[337] Fix | Delete
*/
[338] Fix | Delete
#define ISC_PLATFORM_USEGCCASM 1
[339] Fix | Delete
[340] Fix | Delete
/*
[341] Fix | Delete
* Define if Tru64 style ASM syntax must be used.
[342] Fix | Delete
*/
[343] Fix | Delete
#undef ISC_PLATFORM_USEOSFASM
[344] Fix | Delete
[345] Fix | Delete
/*
[346] Fix | Delete
* Define if the standard __asm function must be used.
[347] Fix | Delete
*/
[348] Fix | Delete
#undef ISC_PLATFORM_USESTDASM
[349] Fix | Delete
[350] Fix | Delete
/*
[351] Fix | Delete
* Define with the busy wait nop asm or function call.
[352] Fix | Delete
*/
[353] Fix | Delete
#define ISC_PLATFORM_BUSYWAITNOP asm("rep; nop")
[354] Fix | Delete
[355] Fix | Delete
/*
[356] Fix | Delete
* Define if the platform has <strings.h>.
[357] Fix | Delete
*/
[358] Fix | Delete
#define ISC_PLATFORM_HAVESTRINGSH 1
[359] Fix | Delete
[360] Fix | Delete
/*
[361] Fix | Delete
* Define if the random functions are provided by crypto.
[362] Fix | Delete
*/
[363] Fix | Delete
#define ISC_PLATFORM_CRYPTORANDOM "openssl"
[364] Fix | Delete
[365] Fix | Delete
/*
[366] Fix | Delete
* Define if the hash functions must be provided by OpenSSL.
[367] Fix | Delete
*/
[368] Fix | Delete
#define ISC_PLATFORM_OPENSSLHASH 1
[369] Fix | Delete
[370] Fix | Delete
/*
[371] Fix | Delete
* Define if AES support is wanted
[372] Fix | Delete
*/
[373] Fix | Delete
#define ISC_PLATFORM_WANTAES 1
[374] Fix | Delete
[375] Fix | Delete
/*
[376] Fix | Delete
* Defines for the noreturn attribute.
[377] Fix | Delete
*/
[378] Fix | Delete
#define ISC_PLATFORM_NORETURN_PRE
[379] Fix | Delete
#define ISC_PLATFORM_NORETURN_POST __attribute__((noreturn))
[380] Fix | Delete
[381] Fix | Delete
/***
[382] Fix | Delete
*** Windows dll support.
[383] Fix | Delete
***/
[384] Fix | Delete
[385] Fix | Delete
/*
[386] Fix | Delete
* Define if MacOS style of PPC assembly must be used.
[387] Fix | Delete
* e.g. "r6", not "6", for register six.
[388] Fix | Delete
*/
[389] Fix | Delete
#undef ISC_PLATFORM_USEMACASM
[390] Fix | Delete
[391] Fix | Delete
#ifndef ISC_PLATFORM_USEDECLSPEC
[392] Fix | Delete
#define LIBISC_EXTERNAL_DATA
[393] Fix | Delete
#define LIBDNS_EXTERNAL_DATA
[394] Fix | Delete
#define LIBISCCC_EXTERNAL_DATA
[395] Fix | Delete
#define LIBISCCFG_EXTERNAL_DATA
[396] Fix | Delete
#define LIBBIND9_EXTERNAL_DATA
[397] Fix | Delete
#define LIBTESTS_EXTERNAL_DATA
[398] Fix | Delete
#else /*! \brief ISC_PLATFORM_USEDECLSPEC */
[399] Fix | Delete
#ifdef LIBISC_EXPORTS
[400] Fix | Delete
#define LIBISC_EXTERNAL_DATA __declspec(dllexport)
[401] Fix | Delete
#else
[402] Fix | Delete
#define LIBISC_EXTERNAL_DATA __declspec(dllimport)
[403] Fix | Delete
#endif
[404] Fix | Delete
#ifdef LIBDNS_EXPORTS
[405] Fix | Delete
#define LIBDNS_EXTERNAL_DATA __declspec(dllexport)
[406] Fix | Delete
#else
[407] Fix | Delete
#define LIBDNS_EXTERNAL_DATA __declspec(dllimport)
[408] Fix | Delete
#endif
[409] Fix | Delete
#ifdef LIBISCCC_EXPORTS
[410] Fix | Delete
#define LIBISCCC_EXTERNAL_DATA __declspec(dllexport)
[411] Fix | Delete
#else
[412] Fix | Delete
#define LIBISCCC_EXTERNAL_DATA __declspec(dllimport)
[413] Fix | Delete
#endif
[414] Fix | Delete
#ifdef LIBISCCFG_EXPORTS
[415] Fix | Delete
#define LIBISCCFG_EXTERNAL_DATA __declspec(dllexport)
[416] Fix | Delete
#else
[417] Fix | Delete
#define LIBISCCFG_EXTERNAL_DATA __declspec(dllimport)
[418] Fix | Delete
#endif
[419] Fix | Delete
#ifdef LIBBIND9_EXPORTS
[420] Fix | Delete
#define LIBBIND9_EXTERNAL_DATA __declspec(dllexport)
[421] Fix | Delete
#else
[422] Fix | Delete
#define LIBBIND9_EXTERNAL_DATA __declspec(dllimport)
[423] Fix | Delete
#endif
[424] Fix | Delete
#ifdef LIBTESTS_EXPORTS
[425] Fix | Delete
#define LIBTESTS_EXTERNAL_DATA __declspec(dllexport)
[426] Fix | Delete
#else
[427] Fix | Delete
#define LIBTESTS_EXTERNAL_DATA __declspec(dllimport)
[428] Fix | Delete
#endif
[429] Fix | Delete
#endif /*! \brief ISC_PLATFORM_USEDECLSPEC */
[430] Fix | Delete
[431] Fix | Delete
/*
[432] Fix | Delete
* Tell emacs to use C mode for this file.
[433] Fix | Delete
*
[434] Fix | Delete
* Local Variables:
[435] Fix | Delete
* mode: c
[436] Fix | Delete
* End:
[437] Fix | Delete
*/
[438] Fix | Delete
[439] Fix | Delete
#endif /* ISC_PLATFORM_H */
[440] Fix | Delete
[441] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function