Bug 1531230 - Stop using the TextPropertyEditor value in the TextProperty model....
[gecko.git] / xpcom / xpcom-config.h.in
blobf24a4bf59fb7b7a43af5db4fa8a8130b9bb4e232
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 /* Global defines needed by xpcom clients */
7 #ifndef _XPCOM_CONFIG_H_
8 #define _XPCOM_CONFIG_H_
10 /* Define this to throw() if the compiler complains about
11 * constructors returning NULL
13 #undef CPP_THROW_NEW
15 /* Define to a string describing the XPCOM ABI in use */
16 #undef TARGET_XPCOM_ABI
18 #endif /* _XPCOM_CONFIG_H_ */