summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform/hpux.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Platform/hpux.py')
-rw-r--r--src/engine/SCons/Platform/hpux.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/engine/SCons/Platform/hpux.py b/src/engine/SCons/Platform/hpux.py
index ddbfafc..43d284b 100644
--- a/src/engine/SCons/Platform/hpux.py
+++ b/src/engine/SCons/Platform/hpux.py
@@ -38,3 +38,9 @@ def generate(env):
posix.generate(env)
#Based on HP-UX11i: ARG_MAX=2048000 - 3000 for environment expansion
env['MAXLINELENGTH'] = 2045000
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: