diff options
author | jbj <devnull@localhost> | 2001-08-15 14:03:03 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-08-15 14:03:03 +0000 |
commit | e42f1fd9675c52de900356a73777ec482e285591 (patch) | |
tree | 61408a50ec269e48ade5d9e20cb6a0fa56c41e0b /acconfig.h | |
parent | a36acaf3b8f2a1417c65ab9f68e3a868045a12d4 (diff) | |
download | librpm-tizen-e42f1fd9675c52de900356a73777ec482e285591.tar.gz librpm-tizen-e42f1fd9675c52de900356a73777ec482e285591.tar.bz2 librpm-tizen-e42f1fd9675c52de900356a73777ec482e285591.zip |
- always use dl size in regionSwab() return.
- ppc: revert ppcmac to ppc.
- ppc: autoconf test for va_copy.
CVS patchset: 5015
CVS date: 2001/08/15 14:03:03
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 43e60a26c..8ac3c23bf 100644 --- a/acconfig.h +++ b/acconfig.h @@ -80,6 +80,9 @@ /* Define as 1 if your zlib has gzseek() */ #undef HAVE_GZSEEK +/* Define as 1 if your va_list type is an array */ +#undef HAVE_VA_LIST_AS_ARRAY + /* Define to the full path name of the bzip2 library (libbz2.a) */ #undef BZIP2LIB |