This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

pending/999: Re: [PATCH] Cleanup configure.in (1/n)


>Number:         999
>Category:       pending
>Synopsis:       Re: [PATCH] Cleanup configure.in (1/n)
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   unknown
>Arrival-Date:   Fri Jan 31 05:48:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 > +/* See description of `AC_HEADER_DIRENT' in the Autoconf manual.  */
 >  #ifdef HAVE_DIRENT_H
 >  # include <dirent.h>
 > +# define NAMELEN(dirent) strlen((dirent)->d_name)
 >  #else
 > +# define dirent direct
 > +# define NAMELEN(dirent) (dirent)->d_namelen
 
 So I should ARI something like:
 
 /d_namelen/
 /strlen.*d_name/
 
 pointing out that NAMELEN() should be used?
 
 Andrew
 
 
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:


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