Skip to content

Commit

Permalink
Readding compat/, now named compat-src/
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Oct 28, 2024
1 parent 37d1671 commit ad881be
Show file tree
Hide file tree
Showing 6 changed files with 3,920 additions and 0 deletions.
77 changes: 77 additions & 0 deletions src/utils/compat-src/config_snprintf.h.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
#ifdef HAVE_STDARG_H
# undef HAVE_STDARG_H
#endif
#ifdef HAVE_STDDEF_H
# undef HAVE_STDDEF_H
#endif
#ifdef HAVE_STDINT_H
# undef HAVE_STDINT_H
#endif
#ifdef HAVE_STDLIB_H
# undef HAVE_STDLIB_H
#endif
#ifdef HAVE_FLOAT_H
# undef HAVE_FLOAT_H
#endif
#ifdef HAVE_INTTYPES_H
# undef HAVE_INTTYPES_H
#endif
#ifdef HAVE_LOCALE_H
# undef HAVE_LOCALE_H
#endif
#ifdef HAVE_LOCALECONV
# undef HAVE_LOCALECONV
#endif
#ifdef HAVE_LCONV_DECIMAL_POINT
# undef HAVE_LCONV_DECIMAL_POINT
#endif
#ifdef HAVE_LCONV_THOUSANDS_SEP
# undef HAVE_LCONV_THOUSANDS_SEP
#endif
#ifdef HAVE_LONG_DOUBLE
# undef HAVE_LONG_DOUBLE
#endif
#ifdef HAVE_LONG_LONG_INT
# undef HAVE_LONG_LONG_INT
#endif
#ifdef HAVE_UNSIGNED_LONG_LONG_INT
# undef HAVE_UNSIGNED_LONG_LONG_INT
#endif
#ifdef HAVE_INTMAX_T
# undef HAVE_INTMAX_T
#endif
#ifdef HAVE_UINTMAX_T
# undef HAVE_UINTMAX_T
#endif
#ifdef HAVE_UINTPTR_T
# undef HAVE_UINTPTR_T
#endif
#ifdef HAVE_PTRDIFF_T
# undef HAVE_PTRDIFF_T
#endif
#ifdef HAVE_VA_COPY
# undef HAVE_VA_COPY
#endif
#ifdef HAVE___VA_COPY
# undef HAVE___VA_COPY
#endif

#cmakedefine01 HAVE_STDARG_H
#cmakedefine01 HAVE_STDDEF_H
#cmakedefine01 HAVE_STDINT_H
#cmakedefine01 HAVE_STDLIB_H
#cmakedefine01 HAVE_FLOAT_H
#cmakedefine01 HAVE_INTTYPES_H
#cmakedefine01 HAVE_LOCALE_H
#cmakedefine01 HAVE_LOCALECONV
#cmakedefine01 HAVE_LCONV_DECIMAL_POINT
#cmakedefine01 HAVE_LCONV_THOUSANDS_SEP
#cmakedefine01 HAVE_LONG_DOUBLE
#cmakedefine01 HAVE_LONG_LONG_INT
#cmakedefine01 HAVE_UNSIGNED_LONG_LONG_INT
#cmakedefine01 HAVE_INTMAX_T
#cmakedefine01 HAVE_UINTMAX_T
#cmakedefine01 HAVE_UINTPTR_T
#cmakedefine01 HAVE_PTRDIFF_T
#cmakedefine01 HAVE_VA_COPY
#cmakedefine01 HAVE___VA_COPY
Loading

0 comments on commit ad881be

Please sign in to comment.