aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-15 10:23:55 +0000
committervodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-15 10:23:55 +0000
commit247a3694036baa952f6dee076b04b7a58ca7df59 (patch)
tree5fc98f67e92bb2eca75d33940a4f8698bb216f3a /include
parent1b47ba10db00a05de229d503090f5f36a1de552b (diff)
downloadbusybox-w32-247a3694036baa952f6dee076b04b7a58ca7df59.tar.gz
busybox-w32-247a3694036baa952f6dee076b04b7a58ca7df59.tar.bz2
busybox-w32-247a3694036baa952f6dee076b04b7a58ca7df59.zip
common BUFSIZ BSS buffer, small reduce code, data and bss
git-svn-id: svn://busybox.net/trunk/busybox@11867 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index e3087db18..b7dd48775 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -333,6 +333,12 @@ extern const char * const bb_path_group_file;
333extern const char * const bb_path_securetty_file; 333extern const char * const bb_path_securetty_file;
334extern const char * const bb_path_motd_file; 334extern const char * const bb_path_motd_file;
335extern const char * const bb_dev_null; 335extern const char * const bb_dev_null;
336
337#ifndef BUFSIZ
338#define BUFSIZ 4096
339#endif
340extern char bb_common_bufsiz1[BUFSIZ+1];
341
336/* 342/*
337 * You can change LIBBB_DEFAULT_LOGIN_SHELL, but don`t use, 343 * You can change LIBBB_DEFAULT_LOGIN_SHELL, but don`t use,
338 * use bb_default_login_shell and next defines, 344 * use bb_default_login_shell and next defines,