By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2109
Collapse All | Expand All

(-)config.h.cmake.orig (-7 / +7 lines)
Lines 389-395 Link Here
389
#cmakedefine HAVE_MEMORY_H 1
389
#cmakedefine HAVE_MEMORY_H 1
390
390
391
/* Define if you want MIT-SHM support */
391
/* Define if you want MIT-SHM support */
392
#undef HAVE_MITSHM
392
#cmakedefine HAVE_MITSHM @HAVE_MITSHM@
393
393
394
/* Define if you have mkdtemp */
394
/* Define if you have mkdtemp */
395
#cmakedefine HAVE_MKDTEMP 1
395
#cmakedefine HAVE_MKDTEMP 1
Lines 822-834 Link Here
822
822
823
/* Define to the name of the environment variable that determines the dynamic
823
/* Define to the name of the environment variable that determines the dynamic
824
   library search path. */
824
   library search path. */
825
#undef LTDL_SHLIBPATH_VAR
825
#cmakedefine LTDL_SHLIBPATH_VAR "@LTDL_SHLIBPATH_VAR@"
826
826
827
/* Define to the extension used for shared libraries, say, ".so". */
827
/* Define to the extension used for shared libraries, say, ".so". */
828
#undef LTDL_SHLIB_EXT
828
#undef LTDL_SHLIB_EXT
829
829
830
/* Define to the system default library search path. */
830
/* Define to the system default library search path. */
831
#undef LTDL_SYSSEARCHPATH
831
#cmakedefine LTDL_SYSSEARCHPATH "@LTDL_SYSSEARCHPATH@"
832
832
833
/* Define to the sub-directory in which libtool stores uninstalled libraries.
833
/* Define to the sub-directory in which libtool stores uninstalled libraries.
834
   */
834
   */
Lines 927-936 Link Here
927
#endif
927
#endif
928
928
929
/* where rgb.txt is in */
929
/* where rgb.txt is in */
930
#undef X11_RGBFILE
930
#cmakedefine X11_RGBFILE "@X11_RGBFILE@"
931
931
932
/* Defines the executable of xmllint */
932
/* Defines the executable of xmllint */
933
#undef XMLLINT
933
#cmakedefine XMLLINT "@XMLLINT@"
934
934
935
/* Defined if your system has XRandR support */
935
/* Defined if your system has XRandR support */
936
#cmakedefine XRANDR_SUPPORT 1
936
#cmakedefine XRANDR_SUPPORT 1
Lines 1189-1198 Link Here
1189
#undef __KDE_HAVE_GCC_VISIBILITY
1189
#undef __KDE_HAVE_GCC_VISIBILITY
1190
1190
1191
/* path to su */
1191
/* path to su */
1192
#define __PATH_SU "@__PATH_SU@"
1192
#cmakedefine __PATH_SU "@__PATH_SU@"
1193
1193
1194
/* path to sudo */
1194
/* path to sudo */
1195
#define __PATH_SUDO "@__PATH_SUDO@"
1195
#cmakedefine __PATH_SUDO "@__PATH_SUDO@"
1196
1196
1197
1197
1198
#if defined(__SVR4) && !defined(__svr4__)
1198
#if defined(__SVR4) && !defined(__svr4__)

Return to bug 2109