bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mpsort without <config.h>


From: Denis Excoffier
Subject: mpsort without <config.h>
Date: Fri, 27 Jul 2012 00:48:31 +0200

Hello,

Is it conceivable that in mpsort.c, the line

#include <config.h>

is (officially) replaced by the three lines

#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

for those people (like me...) that don't work with <config.h> but prefer to 
keep mpsort.c untouched?
This is already done for other files in gnulib/lib, like eg printf.c or mkdir.c

Regards,

Denis Excoffier.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]