[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/libkdenetwork/gpgmepp
From:       Lauri Watts <lauri () kde ! org>
Date:       2004-06-22 17:48:46
Message-ID: 20040622174846.65774998A () office ! kde ! org
[Download RAW message or body]

CVS commit by lauri: 

Make it compile nicely on FreeBSD 4.x


  M +15 -0     key.h   1.10
  M +15 -0     signingresult.h   1.4
  M +15 -0     verificationresult.h   1.4


--- kdepim/libkdenetwork/gpgmepp/key.h  #1.9:1.10
@@ -22,7 +22,22 @@
 #define __GPGMEPP_KEY_H__
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <gpgmepp/gpgmefw.h>
 #include <gpgmepp/context.h>
 
+#ifdef TIME_WITH_SYS_TIME
+# include <sys/time.h>
+# include <time.h>
+#else
+# ifdef HAVE_SYS_TIME_H
+#  include <sys/time.h>
+# else
+#  include <time.h>
+# endif
+#endif
+
 #include <vector>
 

--- kdepim/libkdenetwork/gpgmepp/signingresult.h  #1.3:1.4
@@ -22,8 +22,23 @@
 #define __GPGMEPP_SIGNINGRESULT_H__
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <gpgmepp/gpgmefw.h>
 #include <gpgmepp/result.h>
 #include <gpgmepp/context.h>
 
+#ifdef TIME_WITH_SYS_TIME
+# include <sys/time.h>
+# include <time.h>
+#else
+# ifdef HAVE_SYS_TIME_H
+#  include <sys/time.h>
+# else
+#  include <time.h>
+# endif
+#endif
+
 #include <vector>
 

--- kdepim/libkdenetwork/gpgmepp/verificationresult.h  #1.3:1.4
@@ -22,7 +22,22 @@
 #define __GPGMEPP_VERIFICATIONRESULT_H__
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <gpgmepp/gpgmefw.h>
 #include <gpgmepp/result.h>
 
+#ifdef TIME_WITH_SYS_TIME
+# include <sys/time.h>
+# include <time.h>
+#else
+# ifdef HAVE_SYS_TIME_H
+#  include <sys/time.h>
+# else
+#  include <time.h>
+# endif
+#endif
+
 #include <vector>
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic