aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 912601dad..c44f67f67 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Christian Grothoff (and other contributing authors) 3 (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2012 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -20,14 +20,12 @@
20 20
21/** 21/**
22 * @file include/platform.h 22 * @file include/platform.h
23 * @brief plaform specifics 23 * @brief plaform specific includes and defines
24 *
25 * @author Nils Durner 24 * @author Nils Durner
26 * 25 * @author Christian Grothoff
27 * This file should never be included by installed 26 * This file should never be included by installed
28 * header files (thos starting with "gnunet_"). 27 * header files (those starting with "gnunet_").
29 */ 28 */
30
31#ifndef PLATFORM_H 29#ifndef PLATFORM_H
32#define PLATFORM_H 30#define PLATFORM_H
33 31
@@ -141,7 +139,7 @@
141#ifdef SOMEBSD 139#ifdef SOMEBSD
142#include <net/if.h> 140#include <net/if.h>
143#endif 141#endif
144#ifdef GNUNET_freeBSD 142#ifdef FREEBSD
145#include <semaphore.h> 143#include <semaphore.h>
146#endif 144#endif
147#ifdef DARWIN 145#ifdef DARWIN