summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-18 19:54:55 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-18 19:54:55 +0000
commita16843922c37313f009c2341b86c791d968fe82c (patch)
tree444d774d0f070329b9ce1993a683a0b9b2e801f1 /src/config.h.in
parenta722abf978244b212ec78c541dd34c3af8326a52 (diff)
downloadkvirc-a16843922c37313f009c2341b86c791d968fe82c.tar.gz
kvirc-a16843922c37313f009c2341b86c791d968fe82c.zip
Fix kvirc FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1247958 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in38
1 files changed, 30 insertions, 8 deletions
diff --git a/src/config.h.in b/src/config.h.in
index a03a7c5b..3084f017 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -88,7 +88,7 @@
/* define if you have libgsm and want the GSM code to be compiled */
#undef COMPILE_USE_GSM
-/* define if you want to compile the TQt 4.x support */
+/* define if you want to compile the Qt 4.x support */
#undef COMPILE_USE_QT4
/* define if you trust your memmove() function */
@@ -172,6 +172,10 @@
/* Define to 1 if you have the `unsetenv' function. */
#undef HAVE_UNSETENV
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+ */
+#undef LT_OBJDIR
+
/* Name of package */
#undef PACKAGE
@@ -187,6 +191,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
@@ -220,6 +227,28 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Enable extensions on AIX 3, Interix. */
+#ifndef _ALL_SOURCE
+# undef _ALL_SOURCE
+#endif
+/* Enable GNU extensions on systems that have them. */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
+/* Enable threading extensions on Solaris. */
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# undef _POSIX_PTHREAD_SEMANTICS
+#endif
+/* Enable extensions on HP NonStop. */
+#ifndef _TANDEM_SOURCE
+# undef _TANDEM_SOURCE
+#endif
+/* Enable general extensions on Solaris. */
+#ifndef __EXTENSIONS__
+# undef __EXTENSIONS__
+#endif
+
+
/* Version number of package */
#undef VERSION
@@ -229,13 +258,6 @@
/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
-/* Define to 1 if on AIX 3.
- System headers sometimes define this.
- We just want to avoid a redefinition error message. */
-#ifndef _ALL_SOURCE
-# undef _ALL_SOURCE
-#endif
-
/* Define to 1 if on MINIX. */
#undef _MINIX