diff options
author | ewt <devnull@localhost> | 1997-01-24 19:05:23 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-01-24 19:05:23 +0000 |
commit | 87a10745a27e8a05e4442b6a4757d1692116030f (patch) | |
tree | 52e03abd872cf85bae9036009ebb52f0b07d787c /config.h.in | |
parent | f818ac27f7d141136e068029f21e7554046291a1 (diff) | |
download | librpm-tizen-87a10745a27e8a05e4442b6a4757d1692116030f.tar.gz librpm-tizen-87a10745a27e8a05e4442b6a4757d1692116030f.tar.bz2 librpm-tizen-87a10745a27e8a05e4442b6a4757d1692116030f.zip |
added STDC_HEADERS, HAVE_STRING_H, HAVE_REALPATH
CVS patchset: 1359
CVS date: 1997/01/24 19:05:23
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index d483aa806..b81ca764d 100644 --- a/config.h.in +++ b/config.h.in @@ -1,6 +1,9 @@ #ifndef H_CONFIG #define H_CONFIG +/* Define as 1 if you have ANSI headers */ +#define STDC_HEADERS 0 + /* Define as 1 if you have <netinet/in_systm.h> */ #define HAVE_NETINET_IN_SYSTM_H 0 @@ -19,6 +22,12 @@ /* Define as 1 if you have <libintl.h.h> */ #define HAVE_LIBINTL_H 0 +/* Define as 1 if <string.h> defines h_errno */ +#define HAVE_STRING_H 0 + +/* Define as 1 if your system provides realpath() */ +#define HAVE_REALPATH 0 + /* Define as 1 if <netdb.h> defines h_errno */ #define HAVE_HERRNO 0 |