h file defines quad_t as a struct, you can define this compile-time
macro:
APPENDDEF(`confENVDEF??, `-DSM_CONF_QUAD_T=1??)
SM_CONF_SEM
When porting, if your system supports System V IPC semaphores, you can define this
compile-time macro:
APPENDDEF(`confENVDEF??, `-DSM_CONF_SEM=1??)
SM_CONF_SETITIMER
When porting, if the setitimer(2) function is missing from your C-language library, you
can define this compile-time macro with a value of zero:
APPENDDEF(`confENVDEF??, `-DSM_CONF_SETITIMER=0??)
SM_CONF_SHM
When tuning your system, if System V shared memory is available on your machine,
you can define this compile-time macro:
APPENDDEF(`confENVDEF??, `-DSM_CONF_SHM=1??)
See ?ยง3.4.55 on page 142 for a full description of this compile-time macro.
SM_CONF_SHM_DELAY
This compile-time macro is defined in libsm/config.c, but is not otherwise used in the
V8.12 source.
SM_CONF_SSIZE_T
When porting, if your /usr/include/sys/type.h file lacks a definition for ssize_t, you may
define this compile-time macro to zero:
APPENDDEF(`confENVDEF??, `-DSM_CONF_SSIZE_T=0??)
SM_CONF_STDBOOL_H
When porting, if the /usr/include/stdbool.h file exists and defines the three macros true,
false, and bool, you can define this compile-time macro:
APPENDDEF(`confENVDEF??, `-DSM_CONF_STDBOOL_H=1??)
SM_CONF_STDDEF_H
When porting, if the /usr/include/stddef.
Pages:
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277