1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xpcom/xpcom-private.h.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,50 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +/* The following defines are only used by the xpcom implementation */ 1.9 + 1.10 +#ifndef _XPCOM_PRIVATE_H_ 1.11 +#define _XPCOM_PRIVATE_H_ 1.12 + 1.13 +/* Define if getpagesize() is available */ 1.14 +#undef HAVE_GETPAGESIZE 1.15 + 1.16 +/* Define if iconv() is available */ 1.17 +#undef HAVE_ICONV 1.18 + 1.19 +/* Define if iconv() supports const input */ 1.20 +#undef HAVE_ICONV_WITH_CONST_INPUT 1.21 + 1.22 +/* Define if mbrtowc() is available */ 1.23 +#undef HAVE_MBRTOWC 1.24 + 1.25 +/* Define if wcrtomb() is available */ 1.26 +#undef HAVE_WCRTOMB 1.27 + 1.28 +/* Define if statvfs64() is available */ 1.29 +#undef HAVE_STATVFS64 1.30 + 1.31 +/* Define if statvfs() is available */ 1.32 +#undef HAVE_STATVFS 1.33 + 1.34 +/* Define if statfs64() is available */ 1.35 +#undef HAVE_STATFS64 1.36 + 1.37 +/* Define if statfs() is available */ 1.38 +#undef HAVE_STATFS 1.39 + 1.40 +/* Define if <sys/statvfs.h> is present */ 1.41 +#undef HAVE_SYS_STATVFS_H 1.42 + 1.43 +/* Define if <sys/statfs.h> is present */ 1.44 +#undef HAVE_SYS_STATFS_H 1.45 + 1.46 +/* Define if <sys/vfs.h> is present */ 1.47 +#undef HAVE_SYS_VFS_H 1.48 + 1.49 +/* Define if <sys/mount.h> is present */ 1.50 +#undef HAVE_SYS_MOUNT_H 1.51 + 1.52 +#endif /* _XPCOM_PRIVATE_H_ */ 1.53 +