/usr/include/thunderbird/nsrootidl.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 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/nsrootidl.idl
*/
#ifndef __gen_nsrootidl_h__
#define __gen_nsrootidl_h__
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
#include "nscore.h"
typedef int64_t PRTime;
/*
* Forward declarations for new string types
*/
class nsAString;
class nsACString;
/*
* Start commenting out the C++ versions of the below in the output header
*/
#if 0
typedef bool bool;
typedef uint8_t uint8_t;
typedef uint16_t uint16_t;
typedef uint16_t char16_t;
typedef uint32_t uint32_t;
typedef uint64_t uint64_t;
typedef int64_t PRTime;
typedef int16_t int16_t;
typedef int32_t int32_t;
typedef int64_t int64_t;
typedef uint32_t nsrefcnt;
typedef uint32_t nsresult;
typedef uint32_t size_t;
/*
* End commenting out the C++ versions of the above in the output header
*/
#endif
#endif /* __gen_nsrootidl_h__ */
|