annotate src/s/bsdos3.h @ 64556:a0c4a6096f55

(insert-image-file): Add yank-handler. (image-file-yank-handler): Yank handler to make unique copies of images when they are yanked into a buffer next to each other.
author Kim F. Storm <storm@cua.dk>
date Thu, 21 Jul 2005 08:56:23 +0000
parents 695cf19ef79e
children 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18407
9151d68e86d9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 /* s/ file for BSDI BSD/OS 3.0 system. */
9151d68e86d9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
9151d68e86d9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 #include "bsdos2.h"
9151d68e86d9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4
9151d68e86d9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 #undef LIBS_SYSTEM
9151d68e86d9 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 #define LIBS_SYSTEM -lkvm
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 18407
diff changeset
7
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 18407
diff changeset
8 /* arch-tag: 726766f3-5a62-48bf-8e21-3b21ec6abe6f
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 18407
diff changeset
9 (do not change this comment) */