gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -forgot to actually add platform file


From: gnunet
Subject: [gnunet] branch master updated: -forgot to actually add platform file
Date: Thu, 01 Dec 2022 11:02:20 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 397d11d10 -forgot to actually add platform file
397d11d10 is described below

commit 397d11d10332fdfed67f5ef3d18c34909fe38479
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Dec 1 19:02:14 2022 +0900

    -forgot to actually add platform file
---
 src/include/gnunet_platform.h | 47 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/src/include/gnunet_platform.h b/src/include/gnunet_platform.h
new file mode 100644
index 000000000..40f07ecbd
--- /dev/null
+++ b/src/include/gnunet_platform.h
@@ -0,0 +1,47 @@
+/*
+      This file is part of GNUnet
+      Copyright (C) 2022 GNUnet e.V.
+
+      GNUnet is free software: you can redistribute it and/or modify it
+      under the terms of the GNU Affero General Public License as published
+      by the Free Software Foundation, either version 3 of the License,
+      or (at your option) any later version.
+
+      GNUnet is distributed in the hope that it will be useful, but
+      WITHOUT ANY WARRANTY; without even the implied warranty of
+      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+      Affero General Public License for more details.
+
+      You should have received a copy of the GNU Affero General Public License
+      along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+     SPDX-License-Identifier: AGPL3.0-or-later
+ */
+
+/**
+ * @author Martin Schanzenbach
+ *
+ * @file
+ * Convenience header including the default gnunet platform header or
+ * a defined custom platform header.
+ *
+ */
+
+#ifndef GNUNET_PLATFORM_H
+#define GNUNET_PLATFORM_H
+
+#ifdef __cplusplus
+extern "C"
+{
+#if 0                           /* keep Emacsens' auto-indent happy */
+}
+#endif
+#endif
+
+#if defined (GNUNET_CUSTOM_PLATFORM_H)
+#include GNUNET_CUSTOM_PLATFORM_H
+#else
+#include "platform.h"
+#endif
+
+#endif

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]