summaryrefslogtreecommitdiffstats
path: root/languages/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp')
-rw-r--r--languages/cpp/app_templates/cppsdlhello/acinclude.m41
-rw-r--r--languages/cpp/debugger/stty.cpp5
2 files changed, 0 insertions, 6 deletions
diff --git a/languages/cpp/app_templates/cppsdlhello/acinclude.m4 b/languages/cpp/app_templates/cppsdlhello/acinclude.m4
index 9681a33a..843cdd3b 100644
--- a/languages/cpp/app_templates/cppsdlhello/acinclude.m4
+++ b/languages/cpp/app_templates/cppsdlhello/acinclude.m4
@@ -89,7 +89,6 @@ int main (int argc, char *argv[])
*/
{ FILE *fp = fopen("conf.sdlmmtest", "a"); if ( fp ) fclose(fp); }
- /* HP/UX 9 (%@#!) writes to sscanf strings */
tmp_version = my_strdup("$min_sdlmm_version");
if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
printf("%s, bad version string\n", "$min_sdlmm_version");
diff --git a/languages/cpp/debugger/stty.cpp b/languages/cpp/debugger/stty.cpp
index 2e39ce5f..e806b31b 100644
--- a/languages/cpp/debugger/stty.cpp
+++ b/languages/cpp/debugger/stty.cpp
@@ -49,11 +49,6 @@
#include <unistd.h>
#include <errno.h>
-#if defined (_HPUX_SOURCE)
-#define _TERMIOS_INCLUDED
-#include <bsdtty.h>
-#endif
-
#include <tqintdict.h>
#include <tqsocketnotifier.h>
#include <tqstring.h>