Rename transparent support to overlay

This affects the pkg-config file now named libbsd-overlay.pc, and the
macro to use the overlay LIBBSD_OVERLAY.
This commit is contained in:
Guillem Jover
2011-05-25 07:36:19 +02:00
parent 94fe901eda
commit 17a9a8472e
9 changed files with 20 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright © 2008, 2009 Guillem Jover
* Copyright © 2008-2011 Guillem Jover
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,7 +30,7 @@
#include <sys/cdefs.h>
#include <sys/stat.h>
#ifdef LIBBSD_TRANSPARENT
#ifdef LIBBSD_OVERLAY
#include_next <unistd.h>
#else
#include <unistd.h>