michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: /* The following defines are only used by the xpcom implementation */ michael@0: michael@0: #ifndef _XPCOM_PRIVATE_H_ michael@0: #define _XPCOM_PRIVATE_H_ michael@0: michael@0: /* Define if getpagesize() is available */ michael@0: #undef HAVE_GETPAGESIZE michael@0: michael@0: /* Define if iconv() is available */ michael@0: #undef HAVE_ICONV michael@0: michael@0: /* Define if iconv() supports const input */ michael@0: #undef HAVE_ICONV_WITH_CONST_INPUT michael@0: michael@0: /* Define if mbrtowc() is available */ michael@0: #undef HAVE_MBRTOWC michael@0: michael@0: /* Define if wcrtomb() is available */ michael@0: #undef HAVE_WCRTOMB michael@0: michael@0: /* Define if statvfs64() is available */ michael@0: #undef HAVE_STATVFS64 michael@0: michael@0: /* Define if statvfs() is available */ michael@0: #undef HAVE_STATVFS michael@0: michael@0: /* Define if statfs64() is available */ michael@0: #undef HAVE_STATFS64 michael@0: michael@0: /* Define if statfs() is available */ michael@0: #undef HAVE_STATFS michael@0: michael@0: /* Define if is present */ michael@0: #undef HAVE_SYS_STATVFS_H michael@0: michael@0: /* Define if is present */ michael@0: #undef HAVE_SYS_STATFS_H michael@0: michael@0: /* Define if is present */ michael@0: #undef HAVE_SYS_VFS_H michael@0: michael@0: /* Define if is present */ michael@0: #undef HAVE_SYS_MOUNT_H michael@0: michael@0: #endif /* _XPCOM_PRIVATE_H_ */ michael@0: