diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-10-15 14:23:20 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-10-16 12:53:58 +0300 |
commit | ec68fc79551b27821bb400eb0136f8416b9ccb2a (patch) | |
tree | a5692df1476e93d6dfc1360d7b28aa22352420fc /rpmio | |
parent | 2dc82d4e3e9c2959f4f731895993645761905073 (diff) | |
download | librpm-tizen-ec68fc79551b27821bb400eb0136f8416b9ccb2a.tar.gz librpm-tizen-ec68fc79551b27821bb400eb0136f8416b9ccb2a.tar.bz2 librpm-tizen-ec68fc79551b27821bb400eb0136f8416b9ccb2a.zip |
Lose unused leftover definitions
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmio.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/rpmio/rpmio.c b/rpmio/rpmio.c index c5c8315e6..4fb9ecee0 100644 --- a/rpmio/rpmio.c +++ b/rpmio/rpmio.c @@ -9,18 +9,6 @@ #define _USE_LIBIO 1 #endif -/* XXX HP-UX w/o -D_XOPEN_SOURCE needs */ -#if !defined(HAVE_HERRNO) && (defined(__hpux)) -extern int h_errno; -#endif - -#ifndef IPPORT_FTP -#define IPPORT_FTP 21 -#endif -#ifndef IPPORT_HTTP -#define IPPORT_HTTP 80 -#endif - #include <rpm/rpmlog.h> #include <rpm/rpmmacro.h> #include <rpm/rpmfileutil.h> @@ -164,8 +152,6 @@ static int noLibio = 0; static int noLibio = 1; #endif -#define TIMEOUT_SECS 60 - /** \ingroup rpmio * \name RPMIO Vectors. */ |