Switch to unified view
a/src/common/autoconfig.h.in | b/src/common/autoconfig.h.in | ||
---|---|---|---|
... |
... |
||
24 | /* iconv parameter 2 is const char** */ |
24 | /* iconv parameter 2 is const char** */ |
25 | #undef RCL_ICONV_INBUF_CONST |
25 | #undef RCL_ICONV_INBUF_CONST |
26 | 26 | ||
27 | /* putenv parameter is const */ |
27 | /* putenv parameter is const */ |
28 | #undef PUTENV_ARG_CONST |
28 | #undef PUTENV_ARG_CONST |
29 | |||
30 | /* mkdtemp availability */ |
||
31 | #undef HAVE_MKDTEMP |