Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
diffstat
diffstat.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File diffstat.diff of Package diffstat
Index: config_h.in =================================================================== --- config_h.in.orig +++ config_h.in @@ -5,4 +5,10 @@ * config.h -- Kevin Buettner. */ -@DEFS@ +#define HAVE_GETOPT_H 0 +#define HAVE_MALLOC_H 0 +#define HAVE_POPEN 0 +#define HAVE_STDLIB_H 0 +#define HAVE_STRING_H 0 +#define HAVE_UNISTD_H 0 +#define STDC_HEADERS 0 Index: makefile.in =================================================================== --- makefile.in.orig +++ makefile.in @@ -15,6 +15,7 @@ exec_prefix = @exec_prefix@ bindir = @bindir@ mandir = @mandir@ +DEFS = @DEFS@ CC = @CC@ LINK = $(CC) INSTALL = @INSTALL@ @@ -26,7 +27,7 @@ CTAGS = @CTAGS@ ETAGS = @ETAGS@ CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@ -CPPFLAGS = -I. -I$(srcdir) -DHAVE_CONFIG_H @CPPFLAGS@ +CPPFLAGS = -I. -I$(srcdir) $(DEFS) @CPPFLAGS@ LIBS = @LIBS@ LDFLAGS = @LDFLAGS@
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor