bug-gnulib
[Top][All Lists]
Advanced

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

Wrapping #include <config.h> around #ifdef HAVE_CONFIG_H


From: Albert Chin
Subject: Wrapping #include <config.h> around #ifdef HAVE_CONFIG_H
Date: Fri, 9 Feb 2007 09:10:01 -0600
User-agent: Mutt/1.5.6i

Any reason all uses of #include <config.h> aren't wrapped with #ifdef
HAVE_CONFIG_H like so:
  #ifdef HAVE_CONFIG_H    
  # include <config.h>    
  #endif

Some .c files have the above and some don't. Seems to make sense for
all to have the form above.

-- 
albert chin (address@hidden)




reply via email to

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