diff options
author | ewt <devnull@localhost> | 1997-01-16 19:49:45 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-01-16 19:49:45 +0000 |
commit | 21b9b7cabe014d7dcfdfc6b034c19057922ad68d (patch) | |
tree | 63b83892bab32c106eff2958fba773c390e18480 /misc/realpath.c | |
parent | e6914feda1c736c8a0528b68984214489a4ecb56 (diff) | |
download | librpm-tizen-21b9b7cabe014d7dcfdfc6b034c19057922ad68d.tar.gz librpm-tizen-21b9b7cabe014d7dcfdfc6b034c19057922ad68d.tar.bz2 librpm-tizen-21b9b7cabe014d7dcfdfc6b034c19057922ad68d.zip |
don't use config.h
CVS patchset: 1303
CVS date: 1997/01/16 19:49:45
Diffstat (limited to 'misc/realpath.c')
-rw-r--r-- | misc/realpath.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/realpath.c b/misc/realpath.c index 51136ed47..fe0dfd717 100644 --- a/misc/realpath.c +++ b/misc/realpath.c @@ -13,10 +13,6 @@ * GNU Library Public License for more details. */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - #include <sys/types.h> #if defined(HAVE_UNISTD_H) || defined(STDC_HEADERS) #include <unistd.h> |