diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:37:20 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:37:20 +0000 |
commit | 5ed82c18c009b312ed8db27c945ed815bf94db1a (patch) | |
tree | c3727ad173db294db0d63aa094835040e8623a5e /chinese/celvis/files/patch-config.h | |
parent | stage devel/psptoolchain-pspsdk-stage1 and restore maintainship (diff) |
Rename chinese/ patch-xy patches to reflect the files the modify.
Notes
Notes:
svn path=/head/; revision=363162
Diffstat (limited to 'chinese/celvis/files/patch-config.h')
-rw-r--r-- | chinese/celvis/files/patch-config.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/chinese/celvis/files/patch-config.h b/chinese/celvis/files/patch-config.h new file mode 100644 index 000000000000..ca841f2f5c76 --- /dev/null +++ b/chinese/celvis/files/patch-config.h @@ -0,0 +1,30 @@ +--- config.h.orig Tue Nov 6 11:53:55 1990 ++++ config.h Thu Aug 15 05:42:16 1996 +@@ -5,6 +5,10 @@ + */ + + /*************************** autoconf section ************************/ ++/* Can we tell a little more about this system? */ ++#ifdef _HAVE_PARAM_H ++# include <sys/param.h> ++#endif + + /* standard unix V (?) */ + #ifdef M_SYSV +@@ -175,9 +179,15 @@ + #endif + + /******************* Names of files and environment vars **********************/ ++#if (defined(BSD) && (BSD >= 199103)) ++# define TMPDIR "/var/tmp" /* directory where temp files live */ ++# define COMPILED_BY "{Free,Net,Open,4.4,4.3/Reno}BSD (ported by David O'Brien)" ++#endif + + #if ANY_UNIX +-# define TMPDIR "/usr/tmp" /* directory where temp files live */ ++# ifndef TMPDIR ++# define TMPDIR "/usr/tmp" /* directory where temp files live */ ++# endif + # define TMPNAME "%s/elvt%04x%03x" /* temp file */ + # define CUTNAME "%s/elvc%04x%03x" /* cut buffer's temp file */ + # define EXRC ".exrc" /* init file in current directory */ |