Forgot bash.rdef, removed network support (should be readded later)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7817 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f465a5ec42
commit
49776e51ad
11
src/apps/bin/bash/bash.rdef
Normal file
11
src/apps/bin/bash/bash.rdef
Normal file
@ -0,0 +1,11 @@
|
||||
resource app_version
|
||||
{
|
||||
major = 2,
|
||||
middle = 0,
|
||||
minor = 5,
|
||||
variety = 5,
|
||||
internal = 0,
|
||||
short_info = "2.05b",
|
||||
long_info = "2.05b ©2004 The Free Software Foundation"
|
||||
};
|
||||
|
@ -127,7 +127,7 @@
|
||||
|
||||
/* Define NETWORK_REDIRECTIONS if you want /dev/(tcp|udp)/host/port to open
|
||||
socket connections when used in redirections */
|
||||
#define NETWORK_REDIRECTIONS 1
|
||||
//#define NETWORK_REDIRECTIONS 1
|
||||
|
||||
/* Define PROGRAMMABLE_COMPLETION for the programmable completion features
|
||||
and the complete builtin. */
|
||||
|
@ -19,7 +19,7 @@ StaticLibrary sh :
|
||||
shtty.c
|
||||
inet_aton.c
|
||||
netconn.c
|
||||
netopen.c
|
||||
# netopen.c
|
||||
timeval.c
|
||||
makepath.c
|
||||
pathcanon.c
|
||||
|
Loading…
Reference in New Issue
Block a user