aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-01-08 09:47:01 +0100
committerChristian Grothoff <grothoff@gnunet.org>2023-01-08 09:47:01 +0100
commitc239d7a813b4768161f72973f1f140826a6c9b94 (patch)
tree82f6b628cdfd92e19c01e014441f034c3b3584f3
parent7242c00915358eab4468faad8dba360331a7e848 (diff)
downloadgnunet-c239d7a813b4768161f72973f1f140826a6c9b94.tar.gz
gnunet-c239d7a813b4768161f72973f1f140826a6c9b94.zip
-update GANA
m---------contrib/gana0
-rw-r--r--gnunet_private_config.h.in17
2 files changed, 7 insertions, 10 deletions
diff --git a/contrib/gana b/contrib/gana
Subproject 0f6e020ef22854dc4ac9d18eef934190b7a3c17 Subproject 79163ab6ea6f6cfe7f4311f91fb45c747b8c33d
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 @@
298/* Define to 1 if memchr is supported */ 298/* Define to 1 if memchr is supported */
299#undef HAVE_MEMCHR 299#undef HAVE_MEMCHR
300 300
301/* Define to 1 if you have the <memory.h> header file. */
302#undef HAVE_MEMORY_H
303
304/* Define to 1 if memset_s is supported */ 301/* Define to 1 if memset_s is supported */
305#undef HAVE_MEMSET_S 302#undef HAVE_MEMSET_S
306 303
@@ -427,6 +424,9 @@
427/* Define to 1 if you have the <stdint.h> header file. */ 424/* Define to 1 if you have the <stdint.h> header file. */
428#undef HAVE_STDINT_H 425#undef HAVE_STDINT_H
429 426
427/* Define to 1 if you have the <stdio.h> header file. */
428#undef HAVE_STDIO_H
429
430/* Define to 1 if you have the <stdlib.h> header file. */ 430/* Define to 1 if you have the <stdlib.h> header file. */
431#undef HAVE_STDLIB_H 431#undef HAVE_STDLIB_H
432 432
@@ -681,7 +681,9 @@
681/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 681/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
682#undef STAT_MACROS_BROKEN 682#undef STAT_MACROS_BROKEN
683 683
684/* Define to 1 if you have the ANSI C header files. */ 684/* Define to 1 if all of the C90 standard headers exist (not just the ones
685 required in a freestanding environment). This macro is provided for
686 backward compatibility; new code need not use it. */
685#undef STDC_HEADERS 687#undef STDC_HEADERS
686 688
687/* Path to sysctl */ 689/* Path to sysctl */
@@ -702,11 +704,6 @@
702/* Define to 1 if the X Window System is missing or not being used. */ 704/* Define to 1 if the X Window System is missing or not being used. */
703#undef X_DISPLAY_MISSING 705#undef X_DISPLAY_MISSING
704 706
705/* Enable large inode numbers on Mac OS X 10.5. */
706#ifndef _DARWIN_USE_64_BIT_INODE
707# define _DARWIN_USE_64_BIT_INODE 1
708#endif
709
710/* Number of bits in a file offset, on hosts where this is settable. */ 707/* Number of bits in a file offset, on hosts where this is settable. */
711#undef _FILE_OFFSET_BITS 708#undef _FILE_OFFSET_BITS
712 709
@@ -731,7 +728,7 @@
731/* Define to `long int' if <sys/types.h> does not define. */ 728/* Define to `long int' if <sys/types.h> does not define. */
732#undef off_t 729#undef off_t
733 730
734/* Define to `int' if <sys/types.h> does not define. */ 731/* Define as a signed integer type capable of holding a process identifier. */
735#undef pid_t 732#undef pid_t
736 733
737/* Define to `unsigned int' if <sys/types.h> does not define. */ 734/* Define to `unsigned int' if <sys/types.h> does not define. */