summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add SunOS specific patchesDenis Kozadaev2023-05-221-0/+9
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Fix `#ifdef __cplusplus` for blocks `extern "C"` in config.h.cmake.Slávek Banko2022-09-261-2/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix feature detections with CMakeOBATA Akio2022-01-171-32/+12
| | | | | | | | * implement missing checks with CMake * fixes and improve some detections * remove missing but unused checks Signed-off-by: OBATA Akio <obache@wizdas.com>
* Drop weird macro and use memcpy/memset instead.Michele Calgaro2020-12-201-6/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add an ability to specify default spell checkerOBATA Akio2020-09-271-0/+3
| | | | | | | | There is no reason to determine it with operating system basis. Change to use build configuration instead. "ispell" by default, and you can override it. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Add the ability to detect ispell lib directoryOBATA Akio2020-09-271-0/+3
| | | | | | | Check LIBDIR ispell compile option and use only it for ispell lib directory if found. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Add support of posix_openpt(2) to open master pseudo terminal deviceOBATA Akio2020-08-311-0/+3
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Add a knob to use fixed path `iceauth` toolOBATA Akio2020-08-261-0/+9
| | | | | | | | `system()` and `popen()` may unsafe unless using absolute command path. Rely on PATH environment variable set by users may result in unwanted tool. Signed-off-by: OBATA Akio <obache@wizdas.com> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix to set DCOP_PATH properlyOBATA Akio2020-08-261-3/+0
| | | | | | | | | It is only used in dcop module and empty is unwanted situation, so properly define it in dcop/CMakeLists.txt. Rerevant header generation is also moved to there, and prevent to define in main config.h file too. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Add `getservbyname_r` prototype detection to CMakeOBATA Akio2020-08-171-1/+1
| | | | | | OpenBSD's prototype is differ than glibc's one, but it is declared. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix to declare missing `snprintf` prototype at correct placeOBATA Akio2020-08-171-2/+6
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix to declare vsnprintf prototype with detected conditionOBATA Akio2020-08-171-5/+1
| | | | | | | It was introduced in HP-UX 10.20 (undocumented) and suppoted in 10.30 and later, so no need to declare it on HP-UX unconditionally. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Allow to use backtrace(3) external library for kdebugOBATA Akio2020-08-171-1/+4
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Use the correct macros isnan, isinf for libc compatibilityMatías Fonzo2020-01-221-12/+0
| | | | | | | | | | | | Changes related to this commit: - Clean up #if mess. - Use unconditionally the correct macros isnan, isinf. - Remove redudant macros from the build system. Signed-off-by: Matías Fonzo <selk@dragora.org>
* Fix building with avahi supportSlávek Banko2020-01-121-0/+1
| | | | | | | | + Avahi detection was not performed at all + Added missing avahi-client detection + Fixed FTBFS in avahi related code Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use system libdir when searching for dynamically loaded libraries.Slávek Banko2019-02-241-0/+1
| | | | | | This prevents finding an incorrect architecture on multi-arch systems. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Convert GETMNTINFO_USES_STATVFS check to CMakeOBATA Akio2019-01-251-1/+1
| | | | Fix to build on such platforms, it is used but not checked with CMake.
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add search for utempter helperSlávek Banko2018-02-131-0/+1
| | | | | | This resolves Bug 2841 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix detection whether the system is big endianSlávek Banko2017-01-301-12/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Attempt to fix cryptsetup version detection yet againTimothy Pearson2015-09-181-0/+3
| | | | The library authors would have done well to include a version number #define in the header...
* Add additional cryptographic card functions to tdehwlibTimothy Pearson2015-09-141-0/+3
| | | | Fix FTBFS on old distributions
* Fix FTBFS when cryptsetup support disabledTimothy Pearson2015-09-071-0/+3
|
* Fix FTBFS on missing magic_getpathSlávek Banko2014-10-091-0/+6
|
* Enable previously disabled build options in config.hFrançois Andriot2014-10-071-7/+7
|
* Add new build option WITH_TDEICONLOADER_DEBUGSlávek Banko2013-10-241-0/+3
|
* Improved creation backtracesAlexander Golubev2013-08-251-1/+66
|
* Add compilation support to enable/disableDarrell Anderson2013-08-171-0/+3
| | | | | [KDE4] suffix in KDE4 menu items. This resolves bug report 1563.
* Added check the conditions for building backtrace handlerAlexander Golubev2013-08-171-0/+3
|
* Fix tdeioslaves FTBFS when compiled in standalone.Alexander Golubev2013-08-101-1/+1
| | | | | | | This resolves bug report 1617. Cmake doesn't define HAVE_BACKTRACE. This resolves bug report 1614.
* Add XZ tdeioslaveFrancois Andriot2013-05-081-0/+3
| | | | Based on KDE GIT commit bbe9e8f5
* Fix XDG ShowOnlyIn/NotShowIn conflicts with KDE4. Add cmakeDarrell Anderson2013-04-231-0/+3
| | | | | WITH_OLD_XDG_STD configure support to retain old style support for potential problematic distros. This resolves bug report 1364.
* Fix URL handling of media/builtin-* mimetypesTimothy Pearson2013-04-181-2/+2
| | | | | This partially resolves Bug 976 Add missing ACL support to CMake build files
* Add very preliminary network-manager backend supportTimothy Pearson2012-08-271-0/+3
|
* Update to new CUPS 1.6 APITimothy Pearson2012-08-101-0/+3
|
* Rename straggling environment variables KDE->TDE.Darrell Anderson2012-03-071-7/+7
|
* Add fam/gamin support to tdelibs CMakeTimothy Pearson2012-01-151-1/+1
|
* Add inotify CMake support to tdelibsTimothy Pearson2012-01-091-2/+2
|
* Add gcc visibility option to tdelibsTimothy Pearson2012-01-091-0/+3
|
* Add pcre detection to tdelibs CMake filesTimothy Pearson2012-01-081-1/+1
| | | | This closes Bug 569
* Add initial support for ELF embedded icons in KonquerorTimothy Pearson2011-12-301-0/+3
| | | | | | This feature still needs quite a bit of work to add embedding support to other parts of TDE such as the minicli, as well as bringing konqueror behaviour more in line with the minicli previews, but it is a start at least!
* Rename KDEHOME and KDEDIRTimothy Pearson2011-12-071-1/+1
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-3/+3
|
* Additional kde to tde renamingTimothy Pearson2011-11-061-2/+2
|
* Add composition manager detection and support to Trinitytpearson2011-08-101-0/+3
| | | | | | | | This adds the methods required to make transparent widgets via alpha blending a reality An additional widget class may be coming shortly git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246265 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs] remove some useless checks (HAVE_X11_EXTENSIONS_XRANDR_H, ↵samelian2011-03-201-12/+0
| | | | | | HAVE_X11_EXTENSIONS_XSHM_H, HAVE_X11_ICE_ICELIB_H, HAVE__ICETRANSNOLISTEN) git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1225395 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert automated changestpearson2011-01-071-2/+2
| | | | | | | | Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1tpearson2011-01-031-2/+2
| | | | | | | NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs] more system checkssamelian2010-11-261-43/+43
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1201140 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs] added initial cmake supportsamelian2010-10-051-0/+1158
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1182854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da