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:
Jérôme Duval 2004-06-07 22:25:50 +00:00
parent f465a5ec42
commit 49776e51ad
3 changed files with 13 additions and 2 deletions

View 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"
};

View File

@ -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. */

View File

@ -19,7 +19,7 @@ StaticLibrary sh :
shtty.c
inet_aton.c
netconn.c
netopen.c
# netopen.c
timeval.c
makepath.c
pathcanon.c