Bug 1606739 - Initialize the .dynamic section first. r=froydnj
[gecko.git] / xpcom / xpcom-private.h.in
blobd089d1ec50764650ac0ce434877273e8bdaa8ac1
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /* The following defines are only used by the xpcom implementation */
7 #ifndef _XPCOM_PRIVATE_H_
8 #define _XPCOM_PRIVATE_H_
10 /* Define if getpagesize() is available */
11 #undef HAVE_GETPAGESIZE
13 /* Define if statvfs64() is available */
14 #undef HAVE_STATVFS64
16 /* Define if statvfs() is available */
17 #undef HAVE_STATVFS
19 /* Define if statfs64() is available */
20 #undef HAVE_STATFS64
22 /* Define if statfs() is available */
23 #undef HAVE_STATFS
25 /* Define if <sys/statvfs.h> is present */
26 #undef HAVE_SYS_STATVFS_H
28 /* Define if <sys/statfs.h> is present */
29 #undef HAVE_SYS_STATFS_H
31 /* Define if <sys/vfs.h> is present */
32 #undef HAVE_SYS_VFS_H
34 /* Define if <sys/mount.h> is present */
35 #undef HAVE_SYS_MOUNT_H
37 #endif /* _XPCOM_PRIVATE_H_ */