diff options
Diffstat (limited to 'mkspecs/hpux-acc')
-rw-r--r-- | mkspecs/hpux-acc/qplatformdefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/hpux-acc/qplatformdefs.h b/mkspecs/hpux-acc/qplatformdefs.h index 535970aec..544d012d2 100644 --- a/mkspecs/hpux-acc/qplatformdefs.h +++ b/mkspecs/hpux-acc/qplatformdefs.h @@ -24,7 +24,7 @@ #include <signal.h> #include <dl.h> #define QT_HPUX_LD -#define QT_NO_LIBRARY_UNLOAD +#define TQT_NO_LIBRARY_UNLOAD #include <sys/types.h> #include <sys/ioctl.h> @@ -49,7 +49,7 @@ // Undeclared - at least on HP-UX 10.20. extern "C" int res_init(); -#define QT_NO_LIBRARY_UNLOAD +#define TQT_NO_LIBRARY_UNLOAD #if !defined(TQT_NO_COMPAT) #define QT_STATBUF struct stat |