local.h header file.

puetzk6715 at uni.edu puetzk6715 at uni.edu
Tue May 4 04:56:08 EST 1999


Isn't this stuff in the kernel source?

On Mon, 3 May 1999, Martin Costabel wrote:

> 
> > Marc-André Fortin wrote:
> > 
> > Can somebody tell me if there is a file called local.h in RedHat Linux
> > 5.2? (if yes, where it is?)
> > 
> > Or maybe the parameter I'm looking for (MAX_OPEN_FILES) is somewhere
> > else?
> > 
> > Should I use the grep command to find files containing a specific
> > string? Is (grep) looks in all the subdirectories?
> > (I' tried, but no luck)
> 
> To look for a string in all the *.h files in all subdirectories, you can
> do
> 
>    find . -name "*.h" -print | xargs grep MAX_OPEN
> 
> or some abbreviation thereof (you can omit the '.' and '-print').
> 
> I didn't find any local.h nor MAX_OPEN_FILES here, BTW.
> 
> --
> Martin
> 
> 


[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]





More information about the Linuxppc-dev mailing list