summaryrefslogtreecommitdiff
path: root/misc/realpath.c
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-01-16 19:49:45 +0000
committerewt <devnull@localhost>1997-01-16 19:49:45 +0000
commit21b9b7cabe014d7dcfdfc6b034c19057922ad68d (patch)
tree63b83892bab32c106eff2958fba773c390e18480 /misc/realpath.c
parente6914feda1c736c8a0528b68984214489a4ecb56 (diff)
downloadlibrpm-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.c4
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>