gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r436 - in GNUnet: . src/applications/fs/tools src/util


From: grothoff
Subject: [GNUnet-SVN] r436 - in GNUnet: . src/applications/fs/tools src/util
Date: Mon, 14 Mar 2005 18:41:25 -0800 (PST)

Author: grothoff
Date: 2005-03-14 18:41:21 -0800 (Mon, 14 Mar 2005)
New Revision: 436

Modified:
   GNUnet/configure.ac
   GNUnet/src/applications/fs/tools/gnunet-insert.c
   GNUnet/src/util/logging.c
Log:
fixing langinfo problems

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2005-03-13 21:56:16 UTC (rev 435)
+++ GNUnet/configure.ac 2005-03-15 02:41:21 UTC (rev 436)
@@ -343,7 +343,7 @@
 AC_CHECK_HEADERS([fcntl.h math.h errno.h limits.h stdio.h locale.h sys/stat.h 
sys/types.h pthread.h],,AC_MSG_ERROR([Compiling GNUnet requires standard UNIX 
headers files]))
 
 # Checks for headers that are only required on some systems or opional (and 
where we do NOT abort if they are not there)
-AC_CHECK_HEADERS([sys/mount.h sys/param.h sys/statvfs.h sys/vfs.h arpa/inet.h 
fcntl.h libintl.h netdb.h netinet/in.h sys/ioctl.h sys/socket.h sys/time.h 
unistd.h kstat.h sys/sysinfo.h kvm.h sys/file.h])
+AC_CHECK_HEADERS([langinfo.h sys/mount.h sys/param.h sys/statvfs.h sys/vfs.h 
arpa/inet.h fcntl.h libintl.h netdb.h netinet/in.h sys/ioctl.h sys/socket.h 
sys/time.h unistd.h kstat.h sys/sysinfo.h kvm.h sys/file.h])
 
 # Check for GMP header (and abort if not present)
 AC_CHECK_HEADERS([gmp.h],,AC_MSG_ERROR([Compiling GNUnet requires gmp.h (from 
the GNU MP library, libgmp)]))

Modified: GNUnet/src/applications/fs/tools/gnunet-insert.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-insert.c    2005-03-13 21:56:16 UTC 
(rev 435)
+++ GNUnet/src/applications/fs/tools/gnunet-insert.c    2005-03-15 02:41:21 UTC 
(rev 436)
@@ -30,10 +30,6 @@
 #include "platform.h"
 #include "gnunet_fsui_lib.h"
 
-#ifndef MINGW
-#include <langinfo.h>
-#endif
-
 /* hmm. Man says time.h, but that doesn't yield the
    prototype.  Strange... */
 extern char *strptime(const char *s,

Modified: GNUnet/src/util/logging.c
===================================================================
--- GNUnet/src/util/logging.c   2005-03-13 21:56:16 UTC (rev 435)
+++ GNUnet/src/util/logging.c   2005-03-15 02:41:21 UTC (rev 436)
@@ -29,9 +29,6 @@
 
 #include "platform.h"
 #include "gnunet_util.h"
-#ifndef MINGW
-#include <langinfo.h>
-#endif
 #include <time.h>
 
 /**





reply via email to

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