summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kexi/3rdparty/kexisql/src/os.h5
-rw-r--r--kexi/3rdparty/kexisql3/src/os_unix.h5
-rw-r--r--kpresenter/KPrView.cpp4
3 files changed, 2 insertions, 12 deletions
diff --git a/kexi/3rdparty/kexisql/src/os.h b/kexi/3rdparty/kexisql/src/os.h
index f56e44788..f3e9f6a4b 100644
--- a/kexi/3rdparty/kexisql/src/os.h
+++ b/kexi/3rdparty/kexisql/src/os.h
@@ -18,11 +18,6 @@
#define _SQLITE_OS_H_
/*
-** Helpful hint: To get this to compile on HP/UX, add -D_INCLUDE_POSIX_SOURCE
-** to the compiler command line.
-*/
-
-/*
** These #defines should enable >2GB file support on Posix if the
** underlying operating system supports it. If the OS lacks
** large file support, or if the OS is windows, these should be no-ops.
diff --git a/kexi/3rdparty/kexisql3/src/os_unix.h b/kexi/3rdparty/kexisql3/src/os_unix.h
index 5fdfc2ff4..1261d71ba 100644
--- a/kexi/3rdparty/kexisql3/src/os_unix.h
+++ b/kexi/3rdparty/kexisql3/src/os_unix.h
@@ -16,11 +16,6 @@
#define _SQLITE_OS_UNIX_H_
/*
-** Helpful hint: To get this to compile on HP/UX, add -D_INCLUDE_POSIX_SOURCE
-** to the compiler command line.
-*/
-
-/*
** These #defines should enable >2GB file support on Posix if the
** underlying operating system supports it. If the OS lacks
** large file support, or if the OS is windows, these should be no-ops.
diff --git a/kpresenter/KPrView.cpp b/kpresenter/KPrView.cpp
index e35f1966f..8fcab9481 100644
--- a/kpresenter/KPrView.cpp
+++ b/kpresenter/KPrView.cpp
@@ -215,14 +215,14 @@ Bool DPMSCapable( Display * );
#endif
}
-#if defined(XIMStringConversionRetrival) || defined (__sun) || defined(__hpux)
+#if defined(XIMStringConversionRetrival) || defined (__sun)
extern "C" {
#endif
Bool DPMSQueryExtension(Display *, int *, int *);
Status DPMSEnable(Display *);
Status DPMSDisable(Display *);
Bool DPMSGetTimeouts(Display *, CARD16 *, CARD16 *, CARD16 *);
-#if defined(XIMStringConversionRetrival) || defined (__sun) || defined(__hpux)
+#if defined(XIMStringConversionRetrival) || defined (__sun)
}
#endif
#endif