summaryrefslogtreecommitdiff
path: root/mail/faces/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'mail/faces/files/patch-ad')
-rw-r--r--mail/faces/files/patch-ad50
1 files changed, 0 insertions, 50 deletions
diff --git a/mail/faces/files/patch-ad b/mail/faces/files/patch-ad
deleted file mode 100644
index e1ec4347ce1c..000000000000
--- a/mail/faces/files/patch-ad
+++ /dev/null
@@ -1,50 +0,0 @@
-diff -c -N ../faces/faces.h ./faces.h
-*** ../faces/faces.h Tue Nov 19 05:00:49 1991
---- ./faces.h Tue Dec 10 17:36:10 1996
-***************
-*** 102,110 ****
- enum mon_type { MONNEW, MONALL, MONPRINTER, MONPROG, MONUSERS } ;
-
- /* X resources used by faces. */
-! enum res_type { R_WINGEOM, R_ICONGEOM, R_FGCOLOR, R_BGCOLOR,
-! R_FONT, R_BGICON, R_PERIOD, R_BELL,
-! R_FLASH, R_LOWER, R_RAISE, R_BUT1CLR, R_DISPHOST,
- #ifdef AUDIO_SUPPORT
- R_AUDIO, R_AUDIOCMD, R_BELLFILE
- #endif /*AUDIO_SUPPORT*/
---- 102,111 ----
- enum mon_type { MONNEW, MONALL, MONPRINTER, MONPROG, MONUSERS } ;
-
- /* X resources used by faces. */
-! enum res_type { R_WINGEOM, R_ICONGEOM, R_FGCOLOR, R_BGCOLOR,
-! R_FONT, R_BGICON, R_PERIOD, R_BELL,
-! R_FLASH, R_BORDERWIDTH, R_LOWER, R_RAISE,
-! R_BUT1CLR, R_DISPHOST,
- #ifdef AUDIO_SUPPORT
- R_AUDIO, R_AUDIOCMD, R_BELLFILE
- #endif /*AUDIO_SUPPORT*/
-***************
-*** 193,200 ****
- #endif /*NOUTIME*/
-
- extern char *getenv P(()) ;
-- extern char *malloc P(()) ;
-- extern char *realloc P(()) ;
- extern char *index P(()) ;
- extern char *rindex P(()) ;
- extern char *strcpy P(()) ;
---- 194,199 ----
-***************
-*** 217,223 ****
---- 216,226 ----
- #define PRINTDEF "lpq -P %s"
-
- /* Updating the faces database: %s replaced with mail update alias name. */
-+ #ifdef __FreeBSD__
-+ #define UPDATEDEF "/usr/sbin/sendmail -oeq -oi %s"
-+ #else
- #define UPDATEDEF "/usr/lib/sendmail -oeq -oi %s"
-+ #endif
-
- /* Monitoring users on a machine: %s replaced with hostname. */
- #define USERSDEF "rusers -l %s"