OSSP CVS Repository

ossp - Difference in ossp-pkg/uuid/uuid_ac.h versions 1.5 and 1.6
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/uuid/uuid_ac.h 1.5 -> 1.6

--- uuid_ac.h    2006/01/13 06:44:30     1.5
+++ uuid_ac.h    2006/08/02 13:11:09     1.6
@@ -30,7 +30,20 @@
 #ifndef __UUID_AC_H__
 #define __UUID_AC_H__
 
-#include "config.h"
+/* include GNU autoconf results */
+#include "config.h"           /* HAVE_xxx */
+
+/* include standard system headers */
+#include <stdio.h>            /* NULL, etc. */
+#include <stdlib.h>           /* malloc, NULL, etc. */
+#include <stdarg.h>           /* va_list, etc. */
+#include <string.h>           /* size_t, strlen, etc. */
+#include <unistd.h>           /* dmalloc pre-loading */
+
+/* enable optional "dmalloc" support */
+#ifdef WITH_DMALLOC
+#include <dmalloc.h>          /* malloc override, etc */
+#endif
 
 /* define boolean values */
 #define UUID_FALSE 0

CVSTrac 2.0.1