/usr/include/Xm/XmStrDefs23.h is in libmotif-dev 2.3.4-13.
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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | /* $TOG: XmStrDefs23.ht /main/2 1997/06/18 17:50:15 samborn $ */
#ifndef _XmStrDefs23_h_
#define _XmStrDefs23_h_
#include <X11/Intrinsic.h>
#ifndef _XmConst
#define _XmConst /**/
#endif
#ifdef __cplusplus
extern "C" {
#endif
/* $TOG: makestrs.c /main/11 1998/02/06 11:24:15 kaleb $ */
/* This file is automatically generated. */
/* Default ABI version -- Do not edit */
/* TOG: xmstring.list /main/5 1997/06/20 08:37:02 samborn */
#ifdef XMSTRINGDEFINES
#define XmNdefaultEntryLabelRenderTable "defaultEntryLabelRenderTable"
#define XmNentryLabelRenderTable "entryLabelRenderTable"
#define XmNpixmapPlacement "pixmapPlacement"
#define XmCPixmapPlacement "PixmapPlacement"
#define XmRPixmapPlacement "PixmapPlacement"
#define XmNpixmapTextPadding "pixmapTextPadding"
#define XmNfontStyle "fontStyle"
#define XmCFontStyle "FontStyle"
#define XmNfontSize "fontSize"
#define XmCFontSize "FontSize"
#define XmNfontFoundry "fontFoundry"
#define XmCFontFoundry "FontFoundry"
#define XmNfontEncoding "fontEncoding"
#define XmCFontEncoding "FontEncoding"
#define XmNxftFont "xftFont"
#define XmCXftFont "XftFont"
#define XmSUTF8_STRING "UTF8_STRING"
#else
externalref _XmConst char _XmStrings23[];
#ifndef XmNdefaultEntryLabelRenderTable
#define XmNdefaultEntryLabelRenderTable ((char*)&_XmStrings23[0])
#endif
#ifndef XmNentryLabelRenderTable
#define XmNentryLabelRenderTable ((char*)&_XmStrings23[29])
#endif
#ifndef XmNpixmapPlacement
#define XmNpixmapPlacement ((char*)&_XmStrings23[51])
#endif
#ifndef XmCPixmapPlacement
#define XmCPixmapPlacement ((char*)&_XmStrings23[67])
#endif
#ifndef XmRPixmapPlacement
#define XmRPixmapPlacement ((char*)&_XmStrings23[83])
#endif
#ifndef XmNpixmapTextPadding
#define XmNpixmapTextPadding ((char*)&_XmStrings23[99])
#endif
#ifndef XmNfontStyle
#define XmNfontStyle ((char*)&_XmStrings23[117])
#endif
#ifndef XmCFontStyle
#define XmCFontStyle ((char*)&_XmStrings23[127])
#endif
#ifndef XmNfontSize
#define XmNfontSize ((char*)&_XmStrings23[137])
#endif
#ifndef XmCFontSize
#define XmCFontSize ((char*)&_XmStrings23[146])
#endif
#ifndef XmNfontFoundry
#define XmNfontFoundry ((char*)&_XmStrings23[155])
#endif
#ifndef XmCFontFoundry
#define XmCFontFoundry ((char*)&_XmStrings23[167])
#endif
#ifndef XmNfontEncoding
#define XmNfontEncoding ((char*)&_XmStrings23[179])
#endif
#ifndef XmCFontEncoding
#define XmCFontEncoding ((char*)&_XmStrings23[192])
#endif
#ifndef XmNxftFont
#define XmNxftFont ((char*)&_XmStrings23[205])
#endif
#ifndef XmCXftFont
#define XmCXftFont ((char*)&_XmStrings23[213])
#endif
#ifndef XmSUTF8_STRING
#define XmSUTF8_STRING ((char*)&_XmStrings23[221])
#endif
#endif /* XMSTRINGDEFINES */
#ifdef __cplusplus
} /* Close scope of 'extern "C"' declaration */
#endif
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
} /* Close scope of 'extern "C"' declaration */
#endif
#endif /* _XmStrDefs23_h_ */
|