diff options
Diffstat (limited to 'spl_config.h.in')
-rw-r--r-- | spl_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spl_config.h.in b/spl_config.h.in index c4097d80f..eedff8e81 100644 --- a/spl_config.h.in +++ b/spl_config.h.in @@ -117,6 +117,9 @@ /* pgdat_list is available */ #undef HAVE_PGDAT_LIST +/* __put_task_struct() is available */ +#undef HAVE_PUT_TASK_STRUCT + /* set_normalized_timespec() is available as export */ #undef HAVE_SET_NORMALIZED_TIMESPEC_EXPORT |