Move base into lib

This involves reverting dd267e8fc3,
    but that gets lost in the move.

    This builds on Ubuntu and Windows at this time.
This commit is contained in:
Nicolas Williams
2012-06-20 19:31:14 -05:00
parent a3ff62cc76
commit 98809e86ce
31 changed files with 22 additions and 19 deletions

View File

@@ -163,12 +163,11 @@ INCFILES = \
$(INCDIR)\stdbool.h \
$(INCDIR)\syslog.h \
$(INCDIR)\vis.h \
!ifndef HAVE_STDINT_H
$(INCDIR)\stdint.h \
!endif
$(INCDIR)\xdbm.h
#!ifndef HAVE_STDINT_H
#INCFILES += $(INCDIR)\stdint.h
#!endif
clean::
-$(RM) $(XHEADERS)

View File

@@ -104,7 +104,9 @@ typedef int rk_socket_t;
#endif
#ifdef _MSC_VER
#ifndef HAVE_STDINT_H
#include <intsafe.h>
#endif
/* Declarations for Microsoft Visual C runtime on Windows */