diff options
| author | Richard M. Stallman | 1993-12-23 00:55:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-12-23 00:55:25 +0000 |
| commit | 5c40edb4bf3fb241006bfae81b848abe8ac23c8e (patch) | |
| tree | 164746b734d4f00746997c248639726e659ff00a /src | |
| parent | 653dfe64900e2aa511c2ce666cff1015b2ebe4ab (diff) | |
| download | emacs-5c40edb4bf3fb241006bfae81b848abe8ac23c8e.tar.gz emacs-5c40edb4bf3fb241006bfae81b848abe8ac23c8e.zip | |
Initial revision
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sol2-3.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/sol2-3.h b/src/s/sol2-3.h new file mode 100644 index 00000000000..36b6de4ed4c --- /dev/null +++ b/src/s/sol2-3.h | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #include <s/sol2.h> | ||
| 2 | |||
| 3 | /* Solaris 2.3 has a bug in XListFontsWithInfo. */ | ||
| 4 | #define BROKEN_XLISTFONTSWITHINFO | ||