Browse Source

Make system.h private by including it from config.h autoheader.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1759 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.2.0
zwelch 15 years ago
parent
commit
dd85eebf22
2 changed files with 4 additions and 1 deletions
  1. +4
    -0
      configure.in
  2. +0
    -1
      src/helper/replacements.h

+ 4
- 0
configure.in View File

@@ -778,6 +778,10 @@ then
fi

AM_CONFIG_HEADER(config.h)
AH_BOTTOM([
#include "system.h"
])

AM_INIT_AUTOMAKE([-Wall -Wno-portability])
AM_MAINTAINER_MODE



+ 0
- 1
src/helper/replacements.h View File

@@ -27,7 +27,6 @@
#define REPLACEMENTS_H

#include "types.h"
#include "system.h"

/* MIN,MAX macros */
#ifndef MIN


Loading…
Cancel
Save