]> git.tuebingen.mpg.de Git - adu.git/blobdiff - gcc-compat.h
add simple install target for adu and adu.1
[adu.git] / gcc-compat.h
index ec24db9250afbe4bff0786b0c95747dc297933db..4ba96ae16da204b760219bded23e55c38053976c 100644 (file)
@@ -71,3 +71,8 @@
  * header files.
  */
 #define _static_inline_ static inline
+
+#ifndef HAVE_STAT64
+#define stat64 stat
+#define lstat64 lstat
+#endif