ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/stdinc.h
(Generate patch)

Comparing ircd-hybrid/trunk/include/stdinc.h (file contents):
Revision 3573 by michael, Fri May 16 17:09:50 2014 UTC vs.
Revision 6345 by michael, Tue Aug 11 17:23:26 2015 UTC

# Line 16 | Line 16
16   *
17   *  You should have received a copy of the GNU General Public License
18   *  along with this program; if not, write to the Free Software
19 < *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
19 > *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
20   *  USA
21   *
22   * $Id$
23   *
24   */
25  
26 < #ifndef STDINC_H /* prevent multiple #includes */
27 < #define STDINC_H
28 <
26 > #ifndef INCLUDED_stdinc_h /* prevent multiple #includes */
27 > #define INCLUDED_stdinc_h
28 >
29   #include "config.h"
30  
31   #include "defaults.h"
# Line 97 | Line 97
97   #define HYB_PATH_MAX 4096
98   #endif
99  
100 < #if 1 && __GNUC__
100 > #if 0 && __GNUC__
101   #define AFP(a,b) __attribute__((format (printf, a, b)))
102   #else
103   #define AFP(a,b)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)