gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7665 - libmicrohttpd/src/include


From: gnunet
Subject: [GNUnet-SVN] r7665 - libmicrohttpd/src/include
Date: Mon, 8 Sep 2008 00:07:45 -0600 (MDT)

Author: grothoff
Date: 2008-09-08 00:07:45 -0600 (Mon, 08 Sep 2008)
New Revision: 7665

Modified:
   libmicrohttpd/src/include/platform.h
Log:
cleanup

Modified: libmicrohttpd/src/include/platform.h
===================================================================
--- libmicrohttpd/src/include/platform.h        2008-09-08 06:06:37 UTC (rev 
7664)
+++ libmicrohttpd/src/include/platform.h        2008-09-08 06:07:45 UTC (rev 
7665)
@@ -37,9 +37,11 @@
 #include "MHD_config.h"
 
 #define _XOPEN_SOURCE_EXTENDED  1
+#if OS390
 #define _OPEN_THREADS
 #define _OPEN_SYS_SOCK_IPV6
 #define _OPEN_MSGQ_EXT
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -50,9 +52,7 @@
 #include <fcntl.h>
 #include <signal.h>
 #include <pthread.h>
-#include <sys/types.h>
 
-
 /* different OSes have size_t, fd_set in
    a broad range of header files;
    we just include most of them (if they
@@ -76,6 +76,9 @@
 #if HAVE_SYS_TIME_H
 #include <sys/time.h>
 #endif
+#if HAVE_SYS_STAT_H
+#include <sys/stat.h>
+#endif
 #if HAVE_SYS_MSG_H
 #include <sys/msg.h>
 #endif





reply via email to

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