gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -ensure pogen sort is stable


From: gnunet
Subject: [gnunet] branch master updated: -ensure pogen sort is stable
Date: Sat, 07 Jan 2023 11:35:13 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 325b98f59 -ensure pogen sort is stable
325b98f59 is described below

commit 325b98f592bb0b671e41b2cf90d4765157035019
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 7 11:34:55 2023 +0100

    -ensure pogen sort is stable
---
 bin/pogen.sh               |  2 ++
 gnunet_private_config.h.in | 17 ++++++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/bin/pogen.sh b/bin/pogen.sh
index b97ef046a..a68152bf4 100755
--- a/bin/pogen.sh
+++ b/bin/pogen.sh
@@ -3,6 +3,8 @@
 
 # Set language domain to C for a more stable sort!
 export LANG=C
+# Manual says, it should be LC_ALL...
+export LC_ALL=C
 
 find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_  | grep -v 
_old | grep -v chat | grep -v .libs/ | sort  > po/POTFILES.in
 grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | grep -v _old | 
grep -v chat | sort >> po/POTFILES.in
diff --git a/gnunet_private_config.h.in b/gnunet_private_config.h.in
index fb18dae28..46deb13d6 100644
--- a/gnunet_private_config.h.in
+++ b/gnunet_private_config.h.in
@@ -298,6 +298,9 @@
 /* Define to 1 if memchr is supported */
 #undef HAVE_MEMCHR
 
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
 /* Define to 1 if memset_s is supported */
 #undef HAVE_MEMSET_S
 
@@ -424,9 +427,6 @@
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H
 
-/* Define to 1 if you have the <stdio.h> header file. */
-#undef HAVE_STDIO_H
-
 /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H
 
@@ -681,9 +681,7 @@
 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
 #undef STAT_MACROS_BROKEN
 
-/* Define to 1 if all of the C90 standard headers exist (not just the ones
-   required in a freestanding environment). This macro is provided for
-   backward compatibility; new code need not use it. */
+/* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
 /* Path to sysctl */
@@ -704,6 +702,11 @@
 /* Define to 1 if the X Window System is missing or not being used. */
 #undef X_DISPLAY_MISSING
 
+/* Enable large inode numbers on Mac OS X 10.5.  */
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif
+
 /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS
 
@@ -728,7 +731,7 @@
 /* Define to `long int' if <sys/types.h> does not define. */
 #undef off_t
 
-/* Define as a signed integer type capable of holding a process identifier. */
+/* Define to `int' if <sys/types.h> does not define. */
 #undef pid_t
 
 /* Define to `unsigned int' if <sys/types.h> does not define. */

-- 
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]