You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by sc...@apache.org on 2017/08/06 17:28:42 UTC

svn commit: r1804244 - /xerces/c/trunk/config.h.cmake.in

Author: scantor
Date: Sun Aug  6 17:28:42 2017
New Revision: 1804244

URL: http://svn.apache.org/viewvc?rev=1804244&view=rev
Log:
XERCESC-2109 - Build failure on FreeBSD with CMake

Modified:
    xerces/c/trunk/config.h.cmake.in

Modified: xerces/c/trunk/config.h.cmake.in
URL: http://svn.apache.org/viewvc/xerces/c/trunk/config.h.cmake.in?rev=1804244&r1=1804243&r2=1804244&view=diff
==============================================================================
--- xerces/c/trunk/config.h.cmake.in (original)
+++ xerces/c/trunk/config.h.cmake.in Sun Aug  6 17:28:42 2017
@@ -394,9 +394,15 @@
 /* An appropriate signed 64 bit integer type */
 #define XERCES_S64BIT_INT @XERCES_S64BIT_INT@
 
+/* Define as the appropriate SIZE_MAX macro */
+#define XERCES_SIZE_MAX @XERCES_SIZE_MAX@
+
 /* Define as the appropriate size_t type */
 #define XERCES_SIZE_T @XERCES_SIZE_T@
 
+/* Define as the appropriate SSIZE_MAX macro */
+#define XERCES_SSIZE_MAX @XERCES_SSIZE_MAX@
+
 /* Define as the appropriate ssize_t type */
 #define XERCES_SSIZE_T @XERCES_SSIZE_T@
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org