From 325b98f592bb0b671e41b2cf90d4765157035019 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Jan 2023 11:34:55 +0100 Subject: -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 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 header file. */ #undef HAVE_STDINT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_STDIO_H - /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H @@ -681,9 +681,7 @@ /* Define to 1 if the `S_IS*' macros in 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 does not define. */ #undef off_t -/* Define as a signed integer type capable of holding a process identifier. */ +/* Define to `int' if does not define. */ #undef pid_t /* Define to `unsigned int' if does not define. */ -- cgit v1.2.3 From 7242c00915358eab4468faad8dba360331a7e848 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Jan 2023 11:35:34 +0100 Subject: -update GANA --- contrib/gana | 2 +- contrib/sphinx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/gana b/contrib/gana index ab275183e..0f6e020ef 160000 --- a/contrib/gana +++ b/contrib/gana @@ -1 +1 @@ -Subproject commit ab275183e41a202848788bcd5c3a33c64aa6d068 +Subproject commit 0f6e020ef22854dc4ac9d18eef934190b7a3c17c diff --git a/contrib/sphinx b/contrib/sphinx index 378f616d2..4f40b5dec 160000 --- a/contrib/sphinx +++ b/contrib/sphinx @@ -1 +1 @@ -Subproject commit 378f616d277a6064653175c11dc318263069fb80 +Subproject commit 4f40b5deca02c8dc64ff6c73e6602e6abdd1bae2 -- cgit v1.2.3 From c239d7a813b4768161f72973f1f140826a6c9b94 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 8 Jan 2023 09:47:01 +0100 Subject: -update GANA --- contrib/gana | 2 +- gnunet_private_config.h.in | 17 +++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/contrib/gana b/contrib/gana index 0f6e020ef..79163ab6e 160000 --- a/contrib/gana +++ b/contrib/gana @@ -1 +1 @@ -Subproject commit 0f6e020ef22854dc4ac9d18eef934190b7a3c17c +Subproject commit 79163ab6ea6f6cfe7f4311f91fb45c747b8c33da diff --git a/gnunet_private_config.h.in b/gnunet_private_config.h.in index 46deb13d6..fb18dae28 100644 --- a/gnunet_private_config.h.in +++ b/gnunet_private_config.h.in @@ -298,9 +298,6 @@ /* Define to 1 if memchr is supported */ #undef HAVE_MEMCHR -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 if memset_s is supported */ #undef HAVE_MEMSET_S @@ -427,6 +424,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STDIO_H + /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H @@ -681,7 +681,9 @@ /* Define to 1 if the `S_IS*' macros in do not work properly. */ #undef STAT_MACROS_BROKEN -/* Define to 1 if you have the ANSI C header files. */ +/* 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. */ #undef STDC_HEADERS /* Path to sysctl */ @@ -702,11 +704,6 @@ /* 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 @@ -731,7 +728,7 @@ /* Define to `long int' if does not define. */ #undef off_t -/* Define to `int' if does not define. */ +/* Define as a signed integer type capable of holding a process identifier. */ #undef pid_t /* Define to `unsigned int' if does not define. */ -- cgit v1.2.3