* Fix an error in compilation when Alpine is not built with S/MIME
[alpine.git] / alpine / osdep / ReadMe
blob787b9b716b732547e93e2fc0ad7ab0e8ac06d7db
1 The os-xxx.h files are created totally by hand.  Start with os-gen.h,
2 the generic version of the os.h file.
4 The os-xxx.c files may be created by hand or you may use the simple include
5 method that is used here.  The os.c files are made by creating an
6 os-xxx.ic file which lists all of the files it includes, and then
7 running make os-xxx.c.  There is an os-gen.ic generic version of the
8 .ic file.
10 You will also need to create a makefile.xxx in the parent directory.  There
11 are other makefiles to inspect there, including a generic makefile.gen.
13 The names of all the included files here have to be eight characters or less
14 for DOS, hence the stupid names.