summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/config_.h.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-07-14 22:47:17 +0000
committerKarl Berry <karl@freefriends.org>2016-07-14 22:47:17 +0000
commita01c0e89bf336b165cf3f981a232ba2f09341764 (patch)
tree691aa70c7b65467b01228c8ad95f7cc97566b660 /Build/source/texk/gregorio/config_.h.in
parent91457f77157828d445693ef28bc3e83482beee70 (diff)
alignof handling
git-svn-id: svn://tug.org/texlive/trunk@41705 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio/config_.h.in')
-rw-r--r--Build/source/texk/gregorio/config_.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/gregorio/config_.h.in b/Build/source/texk/gregorio/config_.h.in
index ff001294621..3f8ed63e3b1 100644
--- a/Build/source/texk/gregorio/config_.h.in
+++ b/Build/source/texk/gregorio/config_.h.in
@@ -3,6 +3,9 @@
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
+/* The normal alignment of `uint32_t', in bytes. */
+#undef ALIGNOF_UINT32_T
+
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID