*** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@463 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -7,11 +7,12 @@ SHELL = /bin/sh
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
CC = @CC@
|
||||
AR = ar
|
||||
RANLIB = @RANLIB@
|
||||
DEFS = @DEFS@
|
||||
CFLAGS = @CFLAGS@
|
||||
CC = @CC@
|
||||
CPP = @CPP@
|
||||
AR = ar
|
||||
RANLIB = @RANLIB@
|
||||
DEFS = @DEFS@
|
||||
CFLAGS = @CFLAGS@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
@@ -30,8 +31,6 @@ SHLIBEXT = @SHLIBEXT@
|
||||
LIB = $(LIBNAME).$(LIBEXT)
|
||||
|
||||
|
||||
SOURCES = signal.c
|
||||
|
||||
OBJECTS = signal.o @LIBOBJS@
|
||||
|
||||
all: $(LIB)
|
||||
|
@@ -3,6 +3,9 @@
|
||||
#ifndef __ROKEN_H__
|
||||
#define __ROKEN_H__
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#ifndef HAVE_PUTENV
|
||||
int putenv(const char *string);
|
||||
#endif
|
||||
|
@@ -3,6 +3,9 @@
|
||||
#ifndef __ROKEN_H__
|
||||
#define __ROKEN_H__
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#ifndef HAVE_PUTENV
|
||||
int putenv(const char *string);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user