summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-11-08 23:09:16 +0300
committerGitHub <noreply@github.com>2017-11-08 23:09:16 +0300
commit9a10ff4deb2494e22bc0dbea3e3a6f9e8354d995 (patch)
treed860e1b145cf9e9e144ada162d731bb5ea78108d /pyconfig.h.in
parentbf9d317626eebcf79bd0756b4dd43df82d5cc186 (diff)
downloadcpython-git-9a10ff4deb2494e22bc0dbea3e3a6f9e8354d995.tar.gz
bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 5f8b09a618..6e0f3e8eeb 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