summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2013-05-22 22:18:02 +0100
committerPeter Powell <petpow@saberuk.com>2013-06-06 01:45:05 +0100
commit5d0b2b7cfccf057e7abab94c41065f94420899cd (patch)
treebec88a8a69c4a912606636c9df6283c154962fef /configure
parent37d97550b147e0d14f6a9e279f8505b7d49c84bb (diff)
Remove hardcoded MAXBUF constant.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 5bad741c6..0af698ed0 100755
--- a/configure
+++ b/configure
@@ -833,7 +833,6 @@ sub writefiles {
#define MOD_PATH "$config{MODULE_DIR}"
EOF
-print FILEHANDLE "#define MAXBUF 514\n";
if ($config{OSNAME} =~ /SunOS/i) {
print FILEHANDLE "#define IS_SOLARIS\n";