mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
This removes #ifdefs checking for the existence of SH_PLUGIN_VERSION (version check for dynamically loaded builtins) and the SFIO identifiers SF_BUFCONST, SF_CLOSING, SF_APPENDWR, SF_ATEXIT, all of which are defined by the bundled libast.
This commit is contained in:
parent
c7242de16f
commit
0b814b53bd
8 changed files with 18 additions and 80 deletions
|
|
@ -32,13 +32,6 @@
|
|||
#endif /* IOBSIZE */
|
||||
#define IOMAXTRY 20
|
||||
|
||||
#ifndef SF_CLOSING
|
||||
#define SF_CLOSING SF_CLOSE
|
||||
#endif
|
||||
#ifndef SF_APPENDWR
|
||||
#define SF_APPENDWR SF_APPEND
|
||||
#endif
|
||||
|
||||
/* used for output of shell errors */
|
||||
#define ERRIO 2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue