From d83af679bd648d1a24b9643a384f98bcf34583c5 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 22 May 2011 13:29:32 -0700 Subject: Fix handling of GUID definitions --- config.h.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index b1a4cde4..7b2c257c 100644 --- a/config.h.in +++ b/config.h.in @@ -86,6 +86,12 @@ /* Define if we have pthread_np.h */ #cmakedefine HAVE_PTHREAD_NP_H +/* Define if we have guiddef.h */ +#cmakedefine HAVE_GUIDDEF_H + +/* Define if we have guiddef.h */ +#cmakedefine HAVE_INITGUID_H + /* Define if we have float.h */ #cmakedefine HAVE_FLOAT_H @@ -106,6 +112,3 @@ /* Define if we have the __restrict keyword */ #cmakedefine HAVE___RESTRICT - -/* Define if we have libuuid */ -#cmakedefine HAVE_LIBUUID -- cgit v1.2.3