summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorDavid Carlier <dcarlier@afilias.info>2018-01-09 19:38:07 +0000
committerAntoine Pitrou <pitrou@free.fr>2018-01-09 20:38:07 +0100
commitb4ebaa7099c3413b42a97777581c4ca560fe7540 (patch)
treebbcd366879bb2595307e5a1305de5e2fd954bf5f /pyconfig.h.in
parent2ab3a8fd264f24baf321b861a997bf8848f232d5 (diff)
downloadcpython-git-b4ebaa7099c3413b42a97777581c4ca560fe7540.tar.gz
bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089)
Allow building the _uuid extension module on FreeBSD and OpenBSD.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 7d366562b0..ff1083ae0b 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1191,7 +1191,7 @@
/* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
-/* Define if uuid_create() exists. AIX support for uuid:RFC4122 */
+/* Define if uuid_create() exists. */
#undef HAVE_UUID_CREATE
/* Define if uuid_generate_time_safe() exists. */