diff options
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 5f8b09a..6e0f3e8 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1187,6 +1187,9 @@ /* Define to 1 if you have the <utime.h> header file. */ #undef HAVE_UTIME_H +/* Define if uuid_generate_time_safe() exists. */ +#undef HAVE_UUID_GENERATE_TIME_SAFE + /* Define to 1 if you have the `wait3' function. */ #undef HAVE_WAIT3 |