freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] no-ac-sizeof 9355f53: [builds/unix] Do not use autoconf SIZE


From: Werner Lemberg
Subject: [freetype2] no-ac-sizeof 9355f53: [builds/unix] Do not use autoconf SIZEOF.
Date: Sun, 29 Aug 2021 11:14:05 -0400 (EDT)

branch: no-ac-sizeof
commit 9355f53cee7a2e7ca4b6dd7a19bc0fe3604fa2f0
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    [builds/unix] Do not use autoconf SIZEOF.
    
    * builds/unix/ftconfig.h.in [FT_USE_AUTOCONF_SIZEOF_TYPES]: Removed.
---
 builds/unix/ftconfig.h.in | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/builds/unix/ftconfig.h.in b/builds/unix/ftconfig.h.in
index 9fbbc6c..b42fe42 100644
--- a/builds/unix/ftconfig.h.in
+++ b/builds/unix/ftconfig.h.in
@@ -42,16 +42,6 @@
 #undef HAVE_UNISTD_H
 #undef HAVE_FCNTL_H
 
-#undef FT_USE_AUTOCONF_SIZEOF_TYPES
-#ifdef FT_USE_AUTOCONF_SIZEOF_TYPES
-
-#undef SIZEOF_INT
-#undef SIZEOF_LONG
-#define FT_SIZEOF_INT  SIZEOF_INT
-#define FT_SIZEOF_LONG SIZEOF_LONG
-
-#endif /* FT_USE_AUTOCONF_SIZEOF_TYPES */
-
 #include <freetype/config/integer-types.h>
 #include <freetype/config/public-macros.h>
 #include <freetype/config/mac-support.h>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]