annotate src/s/hpux9shxr4.h @ 84661:c85ffd1fab82
Add basic support for Rar.
(archive-find-type): Recognize Rar's signature.
(archive-desummarize): New fun.
(archive-summarize): Use it to restore the buffer's data in case
someone wants to switch to some other major mode.
(archive-resummarize): Use it as well.
(archive-rar-summarize, archive-rar-extract): New functions.
author |
Stefan Monnier <monnier@iro.umontreal.ca> |
date |
Wed, 19 Sep 2007 17:19:59 +0000 |
parents |
695cf19ef79e |
children |
375f2633d815 |
rev |
line source |
25844
|
1 #include "hpux9shr.h"
|
|
2
|
|
3 #undef C_SWITCH_X_SYSTEM
|
|
4 #define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.1
|
|
5
|
|
6 #undef LD_SWITCH_X_DEFAULT
|
|
7 #define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.1
|
|
8
|
52401
|
9 /* arch-tag: 7f68b8b6-c733-4e6c-81df-39d8d13fb656
|
|
10 (do not change this comment) */
|