pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/digest/files
Module Name: pkgsrc
Committed By: cheusov
Date: Sat Jul 29 14:15:58 UTC 2017
Modified Files:
pkgsrc/pkgtools/digest/files: whirlpool.h
Log Message:
#include config.h only if HAVE_CONFIG_H is defined
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/digest/files/whirlpool.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/digest/files/whirlpool.h
diff -u pkgsrc/pkgtools/digest/files/whirlpool.h:1.2 pkgsrc/pkgtools/digest/files/whirlpool.h:1.3
--- pkgsrc/pkgtools/digest/files/whirlpool.h:1.2 Tue Jul 3 18:54:07 2007
+++ pkgsrc/pkgtools/digest/files/whirlpool.h Sat Jul 29 14:15:57 2017
@@ -1,7 +1,9 @@
#ifndef PORTABLE_C__
#define PORTABLE_C__
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#endif
/* Definition of minimum-width integer types
*
Home |
Main Index |
Thread Index |
Old Index