Gbp-Pq: Name fix_xpa_h.patch
CC = @CC@
-CC_SWITCHES = -I. ${CFLAGS} ${CPPFLAGS} ${AC_FLAGS}
+CC_SWITCHES = -I. ${CFLAGS} ${CPPFLAGS} ${AC_FLAGS} -include conf.h
-DEPEND_SWITCHES = -I. ${CFLAGS} ${PKG_CFLAGS} ${AC_FLAGS}
+DEPEND_SWITCHES = -I. ${CFLAGS} ${PKG_CFLAGS} ${AC_FLAGS} -include conf.h
SRCS = xpa.c xpaio.c command.c acl.c remote.c clipboard.c port.c \
tcp.c client.c word.c xalloc.c find.c xlaunch.c timedconn.c \
#ifndef __xpa_h
#define __xpa_h
-#if HAVE_CONFIG_H
-#include <conf.h>
-#endif
-
#include <stdio.h>
#include <sys/types.h>
#include <prsetup.h>