libprelude/config.h.patch

14 lines
309 B
Diff

--- prelude-inttypes.h~ 2021-08-05 09:52:17.002556351 -0500
+++ prelude-inttypes.h 2021-08-05 12:09:26.446094909 -0500
@@ -48,10 +48,6 @@
#define __PRELUDE_UINT64_SUFFIX(x) x ##ULL
#endif
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
#ifdef __PRELUDE_HAVE_STDINT_H
# include <stdint.h>
#endif