/trunk/runtime/basis/Posix/ProcEnv/sysconf-consts.c

https://github.com/kayceesrk/multiMLton · C · 506 lines · 505 code · 1 blank · 0 comment · 0 complexity · eb1adc3abb4badfa6f91cd0162afa769 MD5 · raw file

  1. #include "platform.h"
  2. #ifndef _SC_AIO_LISTIO_MAX
  3. #define _SC_AIO_LISTIO_MAX -1
  4. #endif
  5. const C_Int_t Posix_ProcEnv_SC_AIO_LISTIO_MAX = _SC_AIO_LISTIO_MAX;
  6. #ifndef _SC_AIO_MAX
  7. #define _SC_AIO_MAX -1
  8. #endif
  9. const C_Int_t Posix_ProcEnv_SC_AIO_MAX = _SC_AIO_MAX;
  10. #ifndef _SC_AIO_PRIO_DELTA_MAX
  11. #define _SC_AIO_PRIO_DELTA_MAX -1
  12. #endif
  13. const C_Int_t Posix_ProcEnv_SC_AIO_PRIO_DELTA_MAX = _SC_AIO_PRIO_DELTA_MAX;
  14. #ifndef _SC_ARG_MAX
  15. #define _SC_ARG_MAX -1
  16. #endif
  17. const C_Int_t Posix_ProcEnv_SC_ARG_MAX = _SC_ARG_MAX;
  18. #ifndef _SC_ATEXIT_MAX
  19. #define _SC_ATEXIT_MAX -1
  20. #endif
  21. const C_Int_t Posix_ProcEnv_SC_ATEXIT_MAX = _SC_ATEXIT_MAX;
  22. #ifndef _SC_BC_BASE_MAX
  23. #define _SC_BC_BASE_MAX -1
  24. #endif
  25. const C_Int_t Posix_ProcEnv_SC_BC_BASE_MAX = _SC_BC_BASE_MAX;
  26. #ifndef _SC_BC_DIM_MAX
  27. #define _SC_BC_DIM_MAX -1
  28. #endif
  29. const C_Int_t Posix_ProcEnv_SC_BC_DIM_MAX = _SC_BC_DIM_MAX;
  30. #ifndef _SC_BC_SCALE_MAX
  31. #define _SC_BC_SCALE_MAX -1
  32. #endif
  33. const C_Int_t Posix_ProcEnv_SC_BC_SCALE_MAX = _SC_BC_SCALE_MAX;
  34. #ifndef _SC_BC_STRING_MAX
  35. #define _SC_BC_STRING_MAX -1
  36. #endif
  37. const C_Int_t Posix_ProcEnv_SC_BC_STRING_MAX = _SC_BC_STRING_MAX;
  38. #ifndef _SC_CHILD_MAX
  39. #define _SC_CHILD_MAX -1
  40. #endif
  41. const C_Int_t Posix_ProcEnv_SC_CHILD_MAX = _SC_CHILD_MAX;
  42. #ifndef _SC_CLK_TCK
  43. #define _SC_CLK_TCK -1
  44. #endif
  45. const C_Int_t Posix_ProcEnv_SC_CLK_TCK = _SC_CLK_TCK;
  46. #ifndef _SC_COLL_WEIGHTS_MAX
  47. #define _SC_COLL_WEIGHTS_MAX -1
  48. #endif
  49. const C_Int_t Posix_ProcEnv_SC_COLL_WEIGHTS_MAX = _SC_COLL_WEIGHTS_MAX;
  50. #ifndef _SC_DELAYTIMER_MAX
  51. #define _SC_DELAYTIMER_MAX -1
  52. #endif
  53. const C_Int_t Posix_ProcEnv_SC_DELAYTIMER_MAX = _SC_DELAYTIMER_MAX;
  54. #ifndef _SC_EXPR_NEST_MAX
  55. #define _SC_EXPR_NEST_MAX -1
  56. #endif
  57. const C_Int_t Posix_ProcEnv_SC_EXPR_NEST_MAX = _SC_EXPR_NEST_MAX;
  58. #ifndef _SC_HOST_NAME_MAX
  59. #define _SC_HOST_NAME_MAX -1
  60. #endif
  61. const C_Int_t Posix_ProcEnv_SC_HOST_NAME_MAX = _SC_HOST_NAME_MAX;
  62. #ifndef _SC_IOV_MAX
  63. #define _SC_IOV_MAX -1
  64. #endif
  65. const C_Int_t Posix_ProcEnv_SC_IOV_MAX = _SC_IOV_MAX;
  66. #ifndef _SC_LINE_MAX
  67. #define _SC_LINE_MAX -1
  68. #endif
  69. const C_Int_t Posix_ProcEnv_SC_LINE_MAX = _SC_LINE_MAX;
  70. #ifndef _SC_LOGIN_NAME_MAX
  71. #define _SC_LOGIN_NAME_MAX -1
  72. #endif
  73. const C_Int_t Posix_ProcEnv_SC_LOGIN_NAME_MAX = _SC_LOGIN_NAME_MAX;
  74. #ifndef _SC_NGROUPS_MAX
  75. #define _SC_NGROUPS_MAX -1
  76. #endif
  77. const C_Int_t Posix_ProcEnv_SC_NGROUPS_MAX = _SC_NGROUPS_MAX;
  78. #ifndef _SC_GETGR_R_SIZE_MAX
  79. #define _SC_GETGR_R_SIZE_MAX -1
  80. #endif
  81. const C_Int_t Posix_ProcEnv_SC_GETGR_R_SIZE_MAX = _SC_GETGR_R_SIZE_MAX;
  82. #ifndef _SC_GETPW_R_SIZE_MAX
  83. #define _SC_GETPW_R_SIZE_MAX -1
  84. #endif
  85. const C_Int_t Posix_ProcEnv_SC_GETPW_R_SIZE_MAX = _SC_GETPW_R_SIZE_MAX;
  86. #ifndef _SC_MQ_OPEN_MAX
  87. #define _SC_MQ_OPEN_MAX -1
  88. #endif
  89. const C_Int_t Posix_ProcEnv_SC_MQ_OPEN_MAX = _SC_MQ_OPEN_MAX;
  90. #ifndef _SC_MQ_PRIO_MAX
  91. #define _SC_MQ_PRIO_MAX -1
  92. #endif
  93. const C_Int_t Posix_ProcEnv_SC_MQ_PRIO_MAX = _SC_MQ_PRIO_MAX;
  94. #ifndef _SC_OPEN_MAX
  95. #define _SC_OPEN_MAX -1
  96. #endif
  97. const C_Int_t Posix_ProcEnv_SC_OPEN_MAX = _SC_OPEN_MAX;
  98. #ifndef _SC_ADVISORY_INFO
  99. #define _SC_ADVISORY_INFO -1
  100. #endif
  101. const C_Int_t Posix_ProcEnv_SC_ADVISORY_INFO = _SC_ADVISORY_INFO;
  102. #ifndef _SC_BARRIERS
  103. #define _SC_BARRIERS -1
  104. #endif
  105. const C_Int_t Posix_ProcEnv_SC_BARRIERS = _SC_BARRIERS;
  106. #ifndef _SC_ASYNCHRONOUS_IO
  107. #define _SC_ASYNCHRONOUS_IO -1
  108. #endif
  109. const C_Int_t Posix_ProcEnv_SC_ASYNCHRONOUS_IO = _SC_ASYNCHRONOUS_IO;
  110. #ifndef _SC_CLOCK_SELECTION
  111. #define _SC_CLOCK_SELECTION -1
  112. #endif
  113. const C_Int_t Posix_ProcEnv_SC_CLOCK_SELECTION = _SC_CLOCK_SELECTION;
  114. #ifndef _SC_CPUTIME
  115. #define _SC_CPUTIME -1
  116. #endif
  117. const C_Int_t Posix_ProcEnv_SC_CPUTIME = _SC_CPUTIME;
  118. #ifndef _SC_FSYNC
  119. #define _SC_FSYNC -1
  120. #endif
  121. const C_Int_t Posix_ProcEnv_SC_FSYNC = _SC_FSYNC;
  122. #ifndef _SC_IPV6
  123. #define _SC_IPV6 -1
  124. #endif
  125. const C_Int_t Posix_ProcEnv_SC_IPV6 = _SC_IPV6;
  126. #ifndef _SC_JOB_CONTROL
  127. #define _SC_JOB_CONTROL -1
  128. #endif
  129. const C_Int_t Posix_ProcEnv_SC_JOB_CONTROL = _SC_JOB_CONTROL;
  130. #ifndef _SC_MAPPED_FILES
  131. #define _SC_MAPPED_FILES -1
  132. #endif
  133. const C_Int_t Posix_ProcEnv_SC_MAPPED_FILES = _SC_MAPPED_FILES;
  134. #ifndef _SC_MEMLOCK
  135. #define _SC_MEMLOCK -1
  136. #endif
  137. const C_Int_t Posix_ProcEnv_SC_MEMLOCK = _SC_MEMLOCK;
  138. #ifndef _SC_MEMLOCK_RANGE
  139. #define _SC_MEMLOCK_RANGE -1
  140. #endif
  141. const C_Int_t Posix_ProcEnv_SC_MEMLOCK_RANGE = _SC_MEMLOCK_RANGE;
  142. #ifndef _SC_MEMORY_PROTECTION
  143. #define _SC_MEMORY_PROTECTION -1
  144. #endif
  145. const C_Int_t Posix_ProcEnv_SC_MEMORY_PROTECTION = _SC_MEMORY_PROTECTION;
  146. #ifndef _SC_MESSAGE_PASSING
  147. #define _SC_MESSAGE_PASSING -1
  148. #endif
  149. const C_Int_t Posix_ProcEnv_SC_MESSAGE_PASSING = _SC_MESSAGE_PASSING;
  150. #ifndef _SC_MONOTONIC_CLOCK
  151. #define _SC_MONOTONIC_CLOCK -1
  152. #endif
  153. const C_Int_t Posix_ProcEnv_SC_MONOTONIC_CLOCK = _SC_MONOTONIC_CLOCK;
  154. #ifndef _SC_PRIORITIZED_IO
  155. #define _SC_PRIORITIZED_IO -1
  156. #endif
  157. const C_Int_t Posix_ProcEnv_SC_PRIORITIZED_IO = _SC_PRIORITIZED_IO;
  158. #ifndef _SC_PRIORITY_SCHEDULING
  159. #define _SC_PRIORITY_SCHEDULING -1
  160. #endif
  161. const C_Int_t Posix_ProcEnv_SC_PRIORITY_SCHEDULING = _SC_PRIORITY_SCHEDULING;
  162. #ifndef _SC_RAW_SOCKETS
  163. #define _SC_RAW_SOCKETS -1
  164. #endif
  165. const C_Int_t Posix_ProcEnv_SC_RAW_SOCKETS = _SC_RAW_SOCKETS;
  166. #ifndef _SC_READER_WRITER_LOCKS
  167. #define _SC_READER_WRITER_LOCKS -1
  168. #endif
  169. const C_Int_t Posix_ProcEnv_SC_READER_WRITER_LOCKS = _SC_READER_WRITER_LOCKS;
  170. #ifndef _SC_REALTIME_SIGNALS
  171. #define _SC_REALTIME_SIGNALS -1
  172. #endif
  173. const C_Int_t Posix_ProcEnv_SC_REALTIME_SIGNALS = _SC_REALTIME_SIGNALS;
  174. #ifndef _SC_REGEXP
  175. #define _SC_REGEXP -1
  176. #endif
  177. const C_Int_t Posix_ProcEnv_SC_REGEXP = _SC_REGEXP;
  178. #ifndef _SC_SAVED_IDS
  179. #define _SC_SAVED_IDS -1
  180. #endif
  181. const C_Int_t Posix_ProcEnv_SC_SAVED_IDS = _SC_SAVED_IDS;
  182. #ifndef _SC_SEMAPHORES
  183. #define _SC_SEMAPHORES -1
  184. #endif
  185. const C_Int_t Posix_ProcEnv_SC_SEMAPHORES = _SC_SEMAPHORES;
  186. #ifndef _SC_SHARED_MEMORY_OBJECTS
  187. #define _SC_SHARED_MEMORY_OBJECTS -1
  188. #endif
  189. const C_Int_t Posix_ProcEnv_SC_SHARED_MEMORY_OBJECTS = _SC_SHARED_MEMORY_OBJECTS;
  190. #ifndef _SC_SHELL
  191. #define _SC_SHELL -1
  192. #endif
  193. const C_Int_t Posix_ProcEnv_SC_SHELL = _SC_SHELL;
  194. #ifndef _SC_SPAWN
  195. #define _SC_SPAWN -1
  196. #endif
  197. const C_Int_t Posix_ProcEnv_SC_SPAWN = _SC_SPAWN;
  198. #ifndef _SC_SPIN_LOCKS
  199. #define _SC_SPIN_LOCKS -1
  200. #endif
  201. const C_Int_t Posix_ProcEnv_SC_SPIN_LOCKS = _SC_SPIN_LOCKS;
  202. #ifndef _SC_SPORADIC_SERVER
  203. #define _SC_SPORADIC_SERVER -1
  204. #endif
  205. const C_Int_t Posix_ProcEnv_SC_SPORADIC_SERVER = _SC_SPORADIC_SERVER;
  206. #ifndef _SC_SS_REPL_MAX
  207. #define _SC_SS_REPL_MAX -1
  208. #endif
  209. #ifndef _SC_SS_REPL_MAX
  210. #define _SC_SS_REPL_MAX -1
  211. #endif
  212. const C_Int_t Posix_ProcEnv_SC_SS_REPL_MAX = _SC_SS_REPL_MAX;
  213. #ifndef _SC_SYNCHRONIZED_IO
  214. #define _SC_SYNCHRONIZED_IO -1
  215. #endif
  216. const C_Int_t Posix_ProcEnv_SC_SYNCHRONIZED_IO = _SC_SYNCHRONIZED_IO;
  217. #ifndef _SC_THREAD_ATTR_STACKADDR
  218. #define _SC_THREAD_ATTR_STACKADDR -1
  219. #endif
  220. const C_Int_t Posix_ProcEnv_SC_THREAD_ATTR_STACKADDR = _SC_THREAD_ATTR_STACKADDR;
  221. #ifndef _SC_THREAD_ATTR_STACKSIZE
  222. #define _SC_THREAD_ATTR_STACKSIZE -1
  223. #endif
  224. const C_Int_t Posix_ProcEnv_SC_THREAD_ATTR_STACKSIZE = _SC_THREAD_ATTR_STACKSIZE;
  225. #ifndef _SC_THREAD_CPUTIME
  226. #define _SC_THREAD_CPUTIME -1
  227. #endif
  228. const C_Int_t Posix_ProcEnv_SC_THREAD_CPUTIME = _SC_THREAD_CPUTIME;
  229. #ifndef _SC_THREAD_PRIO_INHERIT
  230. #define _SC_THREAD_PRIO_INHERIT -1
  231. #endif
  232. const C_Int_t Posix_ProcEnv_SC_THREAD_PRIO_INHERIT = _SC_THREAD_PRIO_INHERIT;
  233. #ifndef _SC_THREAD_PRIO_PROTECT
  234. #define _SC_THREAD_PRIO_PROTECT -1
  235. #endif
  236. const C_Int_t Posix_ProcEnv_SC_THREAD_PRIO_PROTECT = _SC_THREAD_PRIO_PROTECT;
  237. #ifndef _SC_THREAD_PRIORITY_SCHEDULING
  238. #define _SC_THREAD_PRIORITY_SCHEDULING -1
  239. #endif
  240. const C_Int_t Posix_ProcEnv_SC_THREAD_PRIORITY_SCHEDULING = _SC_THREAD_PRIORITY_SCHEDULING;
  241. #ifndef _SC_THREAD_PROCESS_SHARED
  242. #define _SC_THREAD_PROCESS_SHARED -1
  243. #endif
  244. const C_Int_t Posix_ProcEnv_SC_THREAD_PROCESS_SHARED = _SC_THREAD_PROCESS_SHARED;
  245. #ifndef _SC_THREAD_SAFE_FUNCTIONS
  246. #define _SC_THREAD_SAFE_FUNCTIONS -1
  247. #endif
  248. const C_Int_t Posix_ProcEnv_SC_THREAD_SAFE_FUNCTIONS = _SC_THREAD_SAFE_FUNCTIONS;
  249. #ifndef _SC_THREAD_SPORADIC_SERVER
  250. #define _SC_THREAD_SPORADIC_SERVER -1
  251. #endif
  252. const C_Int_t Posix_ProcEnv_SC_THREAD_SPORADIC_SERVER = _SC_THREAD_SPORADIC_SERVER;
  253. #ifndef _SC_THREADS
  254. #define _SC_THREADS -1
  255. #endif
  256. const C_Int_t Posix_ProcEnv_SC_THREADS = _SC_THREADS;
  257. #ifndef _SC_TIMEOUTS
  258. #define _SC_TIMEOUTS -1
  259. #endif
  260. const C_Int_t Posix_ProcEnv_SC_TIMEOUTS = _SC_TIMEOUTS;
  261. #ifndef _SC_TIMERS
  262. #define _SC_TIMERS -1
  263. #endif
  264. const C_Int_t Posix_ProcEnv_SC_TIMERS = _SC_TIMERS;
  265. #ifndef _SC_TRACE
  266. #define _SC_TRACE -1
  267. #endif
  268. const C_Int_t Posix_ProcEnv_SC_TRACE = _SC_TRACE;
  269. #ifndef _SC_TRACE_EVENT_FILTER
  270. #define _SC_TRACE_EVENT_FILTER -1
  271. #endif
  272. const C_Int_t Posix_ProcEnv_SC_TRACE_EVENT_FILTER = _SC_TRACE_EVENT_FILTER;
  273. #ifndef _SC_TRACE_EVENT_NAME_MAX
  274. #define _SC_TRACE_EVENT_NAME_MAX -1
  275. #endif
  276. #ifndef _SC_TRACE_EVENT_NAME_MAX
  277. #define _SC_TRACE_EVENT_NAME_MAX -1
  278. #endif
  279. const C_Int_t Posix_ProcEnv_SC_TRACE_EVENT_NAME_MAX = _SC_TRACE_EVENT_NAME_MAX;
  280. #ifndef _SC_TRACE_INHERIT
  281. #define _SC_TRACE_INHERIT -1
  282. #endif
  283. const C_Int_t Posix_ProcEnv_SC_TRACE_INHERIT = _SC_TRACE_INHERIT;
  284. #ifndef _SC_TRACE_LOG
  285. #define _SC_TRACE_LOG -1
  286. #endif
  287. const C_Int_t Posix_ProcEnv_SC_TRACE_LOG = _SC_TRACE_LOG;
  288. #ifndef _SC_TRACE_NAME_MAX
  289. #define _SC_TRACE_NAME_MAX -1
  290. #endif
  291. const C_Int_t Posix_ProcEnv_SC_TRACE_NAME_MAX = _SC_TRACE_NAME_MAX;
  292. #ifndef _SC_TRACE_SYS_MAX
  293. #define _SC_TRACE_SYS_MAX -1
  294. #endif
  295. const C_Int_t Posix_ProcEnv_SC_TRACE_SYS_MAX = _SC_TRACE_SYS_MAX;
  296. #ifndef _SC_TRACE_USER_EVENT_MAX
  297. #define _SC_TRACE_USER_EVENT_MAX -1
  298. #endif
  299. #ifndef _SC_TRACE_USER_EVENT_MAX
  300. #define _SC_TRACE_USER_EVENT_MAX -1
  301. #endif
  302. const C_Int_t Posix_ProcEnv_SC_TRACE_USER_EVENT_MAX = _SC_TRACE_USER_EVENT_MAX;
  303. #ifndef _SC_TYPED_MEMORY_OBJECTS
  304. #define _SC_TYPED_MEMORY_OBJECTS -1
  305. #endif
  306. const C_Int_t Posix_ProcEnv_SC_TYPED_MEMORY_OBJECTS = _SC_TYPED_MEMORY_OBJECTS;
  307. #ifndef _SC_VERSION
  308. #define _SC_VERSION -1
  309. #endif
  310. const C_Int_t Posix_ProcEnv_SC_VERSION = _SC_VERSION;
  311. #ifndef _SC_V6_ILP32_OFF32
  312. #define _SC_V6_ILP32_OFF32 -1
  313. #endif
  314. const C_Int_t Posix_ProcEnv_SC_V6_ILP32_OFF32 = _SC_V6_ILP32_OFF32;
  315. #ifndef _SC_V6_ILP32_OFFBIG
  316. #define _SC_V6_ILP32_OFFBIG -1
  317. #endif
  318. const C_Int_t Posix_ProcEnv_SC_V6_ILP32_OFFBIG = _SC_V6_ILP32_OFFBIG;
  319. #ifndef _SC_V6_LP64_OFF64
  320. #define _SC_V6_LP64_OFF64 -1
  321. #endif
  322. const C_Int_t Posix_ProcEnv_SC_V6_LP64_OFF64 = _SC_V6_LP64_OFF64;
  323. #ifndef _SC_V6_LPBIG_OFFBIG
  324. #define _SC_V6_LPBIG_OFFBIG -1
  325. #endif
  326. const C_Int_t Posix_ProcEnv_SC_V6_LPBIG_OFFBIG = _SC_V6_LPBIG_OFFBIG;
  327. #ifndef _SC_2_C_BIND
  328. #define _SC_2_C_BIND -1
  329. #endif
  330. const C_Int_t Posix_ProcEnv_SC_2_C_BIND = _SC_2_C_BIND;
  331. #ifndef _SC_2_C_DEV
  332. #define _SC_2_C_DEV -1
  333. #endif
  334. const C_Int_t Posix_ProcEnv_SC_2_C_DEV = _SC_2_C_DEV;
  335. #ifndef _SC_2_CHAR_TERM
  336. #define _SC_2_CHAR_TERM -1
  337. #endif
  338. const C_Int_t Posix_ProcEnv_SC_2_CHAR_TERM = _SC_2_CHAR_TERM;
  339. #ifndef _SC_2_FORT_DEV
  340. #define _SC_2_FORT_DEV -1
  341. #endif
  342. const C_Int_t Posix_ProcEnv_SC_2_FORT_DEV = _SC_2_FORT_DEV;
  343. #ifndef _SC_2_FORT_RUN
  344. #define _SC_2_FORT_RUN -1
  345. #endif
  346. const C_Int_t Posix_ProcEnv_SC_2_FORT_RUN = _SC_2_FORT_RUN;
  347. #ifndef _SC_2_LOCALEDEF
  348. #define _SC_2_LOCALEDEF -1
  349. #endif
  350. const C_Int_t Posix_ProcEnv_SC_2_LOCALEDEF = _SC_2_LOCALEDEF;
  351. #ifndef _SC_2_PBS
  352. #define _SC_2_PBS -1
  353. #endif
  354. const C_Int_t Posix_ProcEnv_SC_2_PBS = _SC_2_PBS;
  355. #ifndef _SC_2_PBS_ACCOUNTING
  356. #define _SC_2_PBS_ACCOUNTING -1
  357. #endif
  358. const C_Int_t Posix_ProcEnv_SC_2_PBS_ACCOUNTING = _SC_2_PBS_ACCOUNTING;
  359. #ifndef _SC_2_PBS_CHECKPOINT
  360. #define _SC_2_PBS_CHECKPOINT -1
  361. #endif
  362. const C_Int_t Posix_ProcEnv_SC_2_PBS_CHECKPOINT = _SC_2_PBS_CHECKPOINT;
  363. #ifndef _SC_2_PBS_LOCATE
  364. #define _SC_2_PBS_LOCATE -1
  365. #endif
  366. const C_Int_t Posix_ProcEnv_SC_2_PBS_LOCATE = _SC_2_PBS_LOCATE;
  367. #ifndef _SC_2_PBS_MESSAGE
  368. #define _SC_2_PBS_MESSAGE -1
  369. #endif
  370. const C_Int_t Posix_ProcEnv_SC_2_PBS_MESSAGE = _SC_2_PBS_MESSAGE;
  371. #ifndef _SC_2_PBS_TRACK
  372. #define _SC_2_PBS_TRACK -1
  373. #endif
  374. const C_Int_t Posix_ProcEnv_SC_2_PBS_TRACK = _SC_2_PBS_TRACK;
  375. #ifndef _SC_2_SW_DEV
  376. #define _SC_2_SW_DEV -1
  377. #endif
  378. const C_Int_t Posix_ProcEnv_SC_2_SW_DEV = _SC_2_SW_DEV;
  379. #ifndef _SC_2_UPE
  380. #define _SC_2_UPE -1
  381. #endif
  382. const C_Int_t Posix_ProcEnv_SC_2_UPE = _SC_2_UPE;
  383. #ifndef _SC_2_VERSION
  384. #define _SC_2_VERSION -1
  385. #endif
  386. const C_Int_t Posix_ProcEnv_SC_2_VERSION = _SC_2_VERSION;
  387. #ifndef _SC_PAGE_SIZE
  388. #define _SC_PAGE_SIZE -1
  389. #endif
  390. const C_Int_t Posix_ProcEnv_SC_PAGE_SIZE = _SC_PAGE_SIZE;
  391. #ifndef _SC_PAGESIZE
  392. #define _SC_PAGESIZE -1
  393. #endif
  394. const C_Int_t Posix_ProcEnv_SC_PAGESIZE = _SC_PAGESIZE;
  395. #ifndef _SC_THREAD_DESTRUCTOR_ITERATIONS
  396. #define _SC_THREAD_DESTRUCTOR_ITERATIONS -1
  397. #endif
  398. const C_Int_t Posix_ProcEnv_SC_THREAD_DESTRUCTOR_ITERATIONS = _SC_THREAD_DESTRUCTOR_ITERATIONS;
  399. #ifndef _SC_THREAD_KEYS_MAX
  400. #define _SC_THREAD_KEYS_MAX -1
  401. #endif
  402. const C_Int_t Posix_ProcEnv_SC_THREAD_KEYS_MAX = _SC_THREAD_KEYS_MAX;
  403. #ifndef _SC_THREAD_STACK_MIN
  404. #define _SC_THREAD_STACK_MIN -1
  405. #endif
  406. const C_Int_t Posix_ProcEnv_SC_THREAD_STACK_MIN = _SC_THREAD_STACK_MIN;
  407. #ifndef _SC_THREAD_THREADS_MAX
  408. #define _SC_THREAD_THREADS_MAX -1
  409. #endif
  410. const C_Int_t Posix_ProcEnv_SC_THREAD_THREADS_MAX = _SC_THREAD_THREADS_MAX;
  411. #ifndef _SC_RE_DUP_MAX
  412. #define _SC_RE_DUP_MAX -1
  413. #endif
  414. const C_Int_t Posix_ProcEnv_SC_RE_DUP_MAX = _SC_RE_DUP_MAX;
  415. #ifndef _SC_RTSIG_MAX
  416. #define _SC_RTSIG_MAX -1
  417. #endif
  418. const C_Int_t Posix_ProcEnv_SC_RTSIG_MAX = _SC_RTSIG_MAX;
  419. #ifndef _SC_SEM_NSEMS_MAX
  420. #define _SC_SEM_NSEMS_MAX -1
  421. #endif
  422. const C_Int_t Posix_ProcEnv_SC_SEM_NSEMS_MAX = _SC_SEM_NSEMS_MAX;
  423. #ifndef _SC_SEM_VALUE_MAX
  424. #define _SC_SEM_VALUE_MAX -1
  425. #endif
  426. const C_Int_t Posix_ProcEnv_SC_SEM_VALUE_MAX = _SC_SEM_VALUE_MAX;
  427. #ifndef _SC_SIGQUEUE_MAX
  428. #define _SC_SIGQUEUE_MAX -1
  429. #endif
  430. const C_Int_t Posix_ProcEnv_SC_SIGQUEUE_MAX = _SC_SIGQUEUE_MAX;
  431. #ifndef _SC_STREAM_MAX
  432. #define _SC_STREAM_MAX -1
  433. #endif
  434. const C_Int_t Posix_ProcEnv_SC_STREAM_MAX = _SC_STREAM_MAX;
  435. #ifndef _SC_SYMLOOP_MAX
  436. #define _SC_SYMLOOP_MAX -1
  437. #endif
  438. const C_Int_t Posix_ProcEnv_SC_SYMLOOP_MAX = _SC_SYMLOOP_MAX;
  439. #ifndef _SC_TIMER_MAX
  440. #define _SC_TIMER_MAX -1
  441. #endif
  442. const C_Int_t Posix_ProcEnv_SC_TIMER_MAX = _SC_TIMER_MAX;
  443. #ifndef _SC_TTY_NAME_MAX
  444. #define _SC_TTY_NAME_MAX -1
  445. #endif
  446. const C_Int_t Posix_ProcEnv_SC_TTY_NAME_MAX = _SC_TTY_NAME_MAX;
  447. #ifndef _SC_TZNAME_MAX
  448. #define _SC_TZNAME_MAX -1
  449. #endif
  450. const C_Int_t Posix_ProcEnv_SC_TZNAME_MAX = _SC_TZNAME_MAX;
  451. #ifndef _SC_XBS5_ILP32_OFF32
  452. #define _SC_XBS5_ILP32_OFF32 -1
  453. #endif
  454. const C_Int_t Posix_ProcEnv_SC_XBS5_ILP32_OFF32 = _SC_XBS5_ILP32_OFF32;
  455. #ifndef _SC_XBS5_ILP32_OFFBIG
  456. #define _SC_XBS5_ILP32_OFFBIG -1
  457. #endif
  458. const C_Int_t Posix_ProcEnv_SC_XBS5_ILP32_OFFBIG = _SC_XBS5_ILP32_OFFBIG;
  459. #ifndef _SC_XBS5_LP64_OFF64
  460. #define _SC_XBS5_LP64_OFF64 -1
  461. #endif
  462. const C_Int_t Posix_ProcEnv_SC_XBS5_LP64_OFF64 = _SC_XBS5_LP64_OFF64;
  463. #ifndef _SC_XBS5_LPBIG_OFFBIG
  464. #define _SC_XBS5_LPBIG_OFFBIG -1
  465. #endif
  466. const C_Int_t Posix_ProcEnv_SC_XBS5_LPBIG_OFFBIG = _SC_XBS5_LPBIG_OFFBIG;
  467. #ifndef _SC_XOPEN_CRYPT
  468. #define _SC_XOPEN_CRYPT -1
  469. #endif
  470. const C_Int_t Posix_ProcEnv_SC_XOPEN_CRYPT = _SC_XOPEN_CRYPT;
  471. #ifndef _SC_XOPEN_ENH_I18N
  472. #define _SC_XOPEN_ENH_I18N -1
  473. #endif
  474. const C_Int_t Posix_ProcEnv_SC_XOPEN_ENH_I18N = _SC_XOPEN_ENH_I18N;
  475. #ifndef _SC_XOPEN_LEGACY
  476. #define _SC_XOPEN_LEGACY -1
  477. #endif
  478. const C_Int_t Posix_ProcEnv_SC_XOPEN_LEGACY = _SC_XOPEN_LEGACY;
  479. #ifndef _SC_XOPEN_REALTIME
  480. #define _SC_XOPEN_REALTIME -1
  481. #endif
  482. const C_Int_t Posix_ProcEnv_SC_XOPEN_REALTIME = _SC_XOPEN_REALTIME;
  483. #ifndef _SC_XOPEN_REALTIME_THREADS
  484. #define _SC_XOPEN_REALTIME_THREADS -1
  485. #endif
  486. const C_Int_t Posix_ProcEnv_SC_XOPEN_REALTIME_THREADS = _SC_XOPEN_REALTIME_THREADS;
  487. #ifndef _SC_XOPEN_SHM
  488. #define _SC_XOPEN_SHM -1
  489. #endif
  490. const C_Int_t Posix_ProcEnv_SC_XOPEN_SHM = _SC_XOPEN_SHM;
  491. #ifndef _SC_XOPEN_STREAMS
  492. #define _SC_XOPEN_STREAMS -1
  493. #endif
  494. #ifndef _SC_XOPEN_STREAMS
  495. #define _SC_XOPEN_STREAMS -1
  496. #endif
  497. const C_Int_t Posix_ProcEnv_SC_XOPEN_STREAMS = _SC_XOPEN_STREAMS;
  498. #ifndef _SC_XOPEN_UNIX
  499. #define _SC_XOPEN_UNIX -1
  500. #endif
  501. const C_Int_t Posix_ProcEnv_SC_XOPEN_UNIX = _SC_XOPEN_UNIX;
  502. #ifndef _SC_XOPEN_VERSION
  503. #define _SC_XOPEN_VERSION -1
  504. #endif
  505. const C_Int_t Posix_ProcEnv_SC_XOPEN_VERSION = _SC_XOPEN_VERSION;