From: dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT 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 AT bbc DOT com Cc: gnu-win32 AT cygnus DOT com, dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT 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 AT ifk20 DOT mach DOT uni-karlsruhe DOT de) - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".