*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@463 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1996-05-04 02:02:25 +00:00
parent 55d7e8aba0
commit 591de9bbaf
3 changed files with 12 additions and 7 deletions

View File

@@ -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)

View File

@@ -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

View File

@@ -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