diff --git a/include/cdio/read.h b/include/cdio/read.h index 202bd376..09f00d1b 100644 --- a/include/cdio/read.h +++ b/include/cdio/read.h @@ -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 @@ -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 #endif diff --git a/include/cdio/types.h b/include/cdio/types.h index 512ce645..a588fc07 100644 --- a/include/cdio/types.h +++ b/include/cdio/types.h @@ -1,5 +1,5 @@ /* - $Id: types.h,v 1.34 2006/01/21 12:02:55 rocky Exp $ + $Id: types.h,v 1.35 2006/01/23 20:47:33 rocky Exp $ Copyright (C) 2000 Herbert Valerio Riedel Copyright (C) 2002, 2003, 2004, 2005, 2006 @@ -32,8 +32,8 @@ extern "C" { #endif /* __cplusplus */ -#ifndef LIBCDIO_CONFIG_H -#define LIBCDIO_CONFIG_H +#ifndef EXTERNAL_LIBCDIO_CONFIG_H +#define EXTERNAL_LIBCDIO_CONFIG_H #include #endif