LIBCDIO_CONFIG_H -> EXTERNAL_LIBCDIO_CONFIG_H so we don't get conflicting

includes with the local config.h.
This commit is contained in:
rocky
2006-01-23 20:47:33 +00:00
parent 68a10e4b57
commit d9e59ac065
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/* -*- c -*-
$Id: read.h,v 1.10 2006/01/23 20:33:42 rocky Exp $
$Id: read.h,v 1.11 2006/01/23 20:47:33 rocky Exp $
Copyright (C) 2005, 2006 Rocky Bernstein <rocky@panix.com>
@@ -27,8 +27,8 @@
#ifndef __CDIO_READ_H__
#define __CDIO_READ_H__
#ifndef LIBCDIO_CONFIG_H
#define LIBCDIO_CONFIG_H
#ifndef EXTERNAL_LIBCDIO_CONFIG_H
#define EXTERNAL_LIBCDIO_CONFIG_H
/* Need for HAVE_SYS_TYPES_H */
#include <cdio/cdio_config.h>
#endif