[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gnulib] lib/pathmax.h
From: |
Jeff Bailey |
Subject: |
[Bug-gnulib] lib/pathmax.h |
Date: |
Mon, 23 Dec 2002 08:07:21 -0800 |
User-agent: |
Mutt/1.3.28i |
I'm concerned that lib/pathmax.h might be limiting on some systems - I
don't know about many others, but certainly i386-pc-gnu doesn't define
pathmax intentionally because there isn't a fixed system-wide limitation
(limitations are implemented per filesystem)
Is pathconf universally available? If no, I can put together an
implementation of that (basically that just always returns either
PATH_MAX or 255). Otherwise under the current setup, we're always
limiting systems that could legitly handle more for some filesystems.
Tks,
Jeff Bailey
- [Bug-gnulib] lib/pathmax.h,
Jeff Bailey <=