File: 024-Fix_Config_H.patch

package info (click to toggle)
libprelude 5.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 22,688 kB
  • sloc: ansic: 106,364; cpp: 65,981; sh: 13,078; perl: 683; makefile: 671; awk: 343; yacc: 319; lex: 177; xml: 61; python: 41
file content (18 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Fix including config.h when HAVE_CONFIG_H defined
Author: Thomas Andrejak <thomas.andrejak@gmail.com>
Last-Update: 2021-08-05
Forwarded: yes, privately

--- libprelude-5.2.0/src/include/prelude-inttypes.h.in	2021-08-05 09:52:17.002556351 -0500
+++ libprelude-5.2.0/src/include/prelude-inttypes.h.in	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