*** 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@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
CC = @CC@ CC = @CC@
AR = ar CPP = @CPP@
RANLIB = @RANLIB@ AR = ar
DEFS = @DEFS@ RANLIB = @RANLIB@
CFLAGS = @CFLAGS@ DEFS = @DEFS@
CFLAGS = @CFLAGS@
INSTALL = @INSTALL@ INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@ INSTALL_DATA = @INSTALL_DATA@
@@ -30,8 +31,6 @@ SHLIBEXT = @SHLIBEXT@
LIB = $(LIBNAME).$(LIBEXT) LIB = $(LIBNAME).$(LIBEXT)
SOURCES = signal.c
OBJECTS = signal.o @LIBOBJS@ OBJECTS = signal.o @LIBOBJS@
all: $(LIB) all: $(LIB)

View File

@@ -3,6 +3,9 @@
#ifndef __ROKEN_H__ #ifndef __ROKEN_H__
#define __ROKEN_H__ #define __ROKEN_H__
#include <sys/types.h>
#include <netinet/in.h>
#ifndef HAVE_PUTENV #ifndef HAVE_PUTENV
int putenv(const char *string); int putenv(const char *string);
#endif #endif

View File

@@ -3,6 +3,9 @@
#ifndef __ROKEN_H__ #ifndef __ROKEN_H__
#define __ROKEN_H__ #define __ROKEN_H__
#include <sys/types.h>
#include <netinet/in.h>
#ifndef HAVE_PUTENV #ifndef HAVE_PUTENV
int putenv(const char *string); int putenv(const char *string);
#endif #endif