This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: lack of tcp.h/udp.h


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]