WooHoo me again ;)

I took out the following from the includes in the intern dir that still had
it:
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif

Kent
--
mein@cs.umn.edu
This commit is contained in:
2002-12-26 18:25:17 +00:00
parent 331fffaecb
commit f78de74b20
128 changed files with 0 additions and 579 deletions

View File

@@ -32,11 +32,6 @@
#ifndef NAN_INCLUDED_NonCopyable_h
#define NAN_INCLUDED_NonCopyable_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* Simple class that makes sure sub classes cannot
* generate standard copy constructors.

View File

@@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_MEM_RefCountPtr_h
#define NAN_INCLUDED_MEM_RefCountPtr_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* $Id$
* Copyright (C) 2001 NaN Technologies B.V.

View File

@@ -40,10 +40,6 @@
#ifndef _H_MEM_REF_COUNTED
#define _H_MEM_REF_COUNTED
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* An object with reference counting.
* Base class for objects with reference counting.

View File

@@ -41,11 +41,6 @@
#ifndef _H_MEM_REF_COUNTED_C_API
#define _H_MEM_REF_COUNTED_C_API
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/** A pointer to a private object. */
typedef struct MEM_TOpaqueObject* MEM_TObjectPtr;
/** A pointer to a shared object. */

View File

@@ -32,10 +32,6 @@
#ifndef NAN_INCLUDED_MEM_SmartPtr_h
#define NAN_INCLUDED_MEM_SmartPtr_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/**
* $Id$
* Copyright (C) 2001 NaN Technologies B.V.