* Re: local.h header file.
[not found] <01be9500$ac75ea20$2f90a98e@presario>
@ 1999-05-03 5:57 ` Martin Costabel
1999-05-03 18:56 ` puetzk6715
0 siblings, 1 reply; 3+ messages in thread
From: Martin Costabel @ 1999-05-03 5:57 UTC (permalink / raw)
To: Marc-André Fortin; +Cc: linuxppc-dev
> 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. ]]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: local.h header file.
1999-05-03 5:57 ` local.h header file Martin Costabel
@ 1999-05-03 18:56 ` puetzk6715
1999-05-03 20:32 ` sean o'malley
0 siblings, 1 reply; 3+ messages in thread
From: puetzk6715 @ 1999-05-03 18:56 UTC (permalink / raw)
To: Martin Costabel; +Cc: Marc-André Fortin, linuxppc-dev
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; charset=DEC-MCS, Size: 1075 bytes --]
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. ]]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: local.h header file.
1999-05-03 18:56 ` puetzk6715
@ 1999-05-03 20:32 ` sean o'malley
0 siblings, 0 replies; 3+ messages in thread
From: sean o'malley @ 1999-05-03 20:32 UTC (permalink / raw)
To: puetzk6715; +Cc: linuxppc-dev
I found reference to MAX_OPEN_FILES in the SMB man pages so I would suspect
the Samba source would have local.h and the smb.conf file would have the
value MAX_OPEN_FILES
Sean
>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. ]]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~1999-05-03 20:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <01be9500$ac75ea20$2f90a98e@presario>
1999-05-03 5:57 ` local.h header file Martin Costabel
1999-05-03 18:56 ` puetzk6715
1999-05-03 20:32 ` sean o'malley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).