libclipboard-config.h (962B)
1 /** 2 * \file libclipboard-config.h 3 * \brief Configuration specific options 4 * 5 * \copyright Copyright (C) 2016 Jeremy Tan. 6 * This file is released under the MIT license. 7 * See LICENSE for details. 8 * 9 * \details NOTE: This file is automatically generated. 10 */ 11 12 #ifndef _LIBCLIPBOARD_CONFIG_H 13 #define _LIBCLIPBOARD_CONFIG_H 14 15 /** Major version of libclipboard **/ 16 #define LIBCLIPBOARD_VERSION_MAJOR 1 17 18 /** Minor version of libclipboard **/ 19 #define LIBCLIPBOARD_VERSION_MINOR 0 20 21 /** Are we building the Win32 backend? **/ 22 /* #undef LIBCLIPBOARD_BUILD_WIN32 */ 23 24 /** Are we building the X11 backend? **/ 25 #define LIBCLIPBOARD_BUILD_X11 26 27 /** Are we building the Cocoa (OS X) backend? **/ 28 /* #undef LIBCLIPBOARD_BUILD_COCOA */ 29 30 /** Are we building a shared library? **/ 31 /* #undef LIBCLIPBOARD_BUILD_SHARED */ 32 33 /** Are we using the stdcall calling convention? **/ 34 /* #undef LIBCLIPBOARD_USE_STDCALL */ 35 36 #endif /* _LIBCLIPBOARD_CONFIG_H */