< prev index next >

src/java.desktop/share/native/libfreetype/include/freetype/config/ftconfig.h

Print this page


   1 /****************************************************************************
   2  *
   3  * ftconfig.h
   4  *
   5  *   ANSI-specific configuration file (specification only).
   6  *
   7  * Copyright (C) 1996-2019 by
   8  * David Turner, Robert Wilhelm, and Werner Lemberg.
   9  *
  10  * This file is part of the FreeType project, and may only be used,
  11  * modified, and distributed under the terms of the FreeType project
  12  * license, LICENSE.TXT.  By continuing to use, modify, or distribute
  13  * this file you indicate that you have read the license and
  14  * understand and accept it fully.
  15  *
  16  */
  17 
  18 
  19   /**************************************************************************
  20    *
  21    * This header file contains a number of macro definitions that are used by
  22    * the rest of the engine.  Most of the macros here are automatically
  23    * determined at compile time, and you should not need to change it to port
  24    * FreeType, except to compile the library with a non-ANSI compiler.
  25    *
  26    * Note however that if some specific modifications are needed, we advise
  27    * you to place a modified copy in your build directory.


   1 /****************************************************************************
   2  *
   3  * ftconfig.h
   4  *
   5  *   ANSI-specific configuration file (specification only).
   6  *
   7  * Copyright (C) 1996-2020 by
   8  * David Turner, Robert Wilhelm, and Werner Lemberg.
   9  *
  10  * This file is part of the FreeType project, and may only be used,
  11  * modified, and distributed under the terms of the FreeType project
  12  * license, LICENSE.TXT.  By continuing to use, modify, or distribute
  13  * this file you indicate that you have read the license and
  14  * understand and accept it fully.
  15  *
  16  */
  17 
  18 
  19   /**************************************************************************
  20    *
  21    * This header file contains a number of macro definitions that are used by
  22    * the rest of the engine.  Most of the macros here are automatically
  23    * determined at compile time, and you should not need to change it to port
  24    * FreeType, except to compile the library with a non-ANSI compiler.
  25    *
  26    * Note however that if some specific modifications are needed, we advise
  27    * you to place a modified copy in your build directory.


< prev index next >