/usr/include/thunderbird/nsCDefaultURIFixup.h is in thunderbird-dev 1:38.6.0+build1-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/nsCDefaultURIFixup.idl
*/
#ifndef __gen_nsCDefaultURIFixup_h__
#define __gen_nsCDefaultURIFixup_h__
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
// {214C48A0-B57F-11d4-959C-0020183BF181}
#define NS_DEFAULTURIFIXUP_CID \
{ 0x214c48a0, 0xb57f, 0x11d4, { 0x95, 0x9c, 0x0, 0x20, 0x18, 0x3b, 0xf1, 0x81 } }
#define NS_URIFIXUP_CONTRACTID \
"@mozilla.org/docshell/urifixup;1"
#endif /* __gen_nsCDefaultURIFixup_h__ */
|