From b4ebaa7099c3413b42a97777581c4ca560fe7540 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Tue, 9 Jan 2018 19:38:07 +0000 Subject: bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089) Allow building the _uuid extension module on FreeBSD and OpenBSD. --- pyconfig.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyconfig.h.in') 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 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. */ -- cgit v1.2.1