From: dahms@ifk20.mach.uni-karlsruhe.de
Subject: Re: lack of tcp.h/udp.h
20 Feb 1998 16:47:09 -0800
Message-ID: <009C213E.74F40360.1361.cygnus.gnu-win32@ifk20.mach.uni-karlsruhe.de>
To: cgf@bbc.com
Cc: gnu-win32@cygnus.com, dahms@ifk20.mach.uni-karlsruhe.de

Hi Christopher, you wrote:

: Here's a hint:
: 
: 	cd /usr/include # or wherever your include directory is
: 	find . -name *.h | xargs grep one-of-the-defines-you-are-referring-to

Here's mine:
	find /usr/include '*.h'|xargs grep foo /dev/null
to force grep to print the filename, in case there would be only one.


Bye, Heribert (dahms@ifk20.mach.uni-karlsruhe.de)
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
