Update of /cvsroot/srvx/services/docs
In directory usw-pr-cvs1:/tmp/cvs-serv19385/docs
Added Files:
devel-notes.txt
Log Message:
get rid of further uses of HAVE_ansihdr_H, and document the list of accepted ANSI headers
--- NEW FILE ---
This file contains various development notes useful when coding srvx.
HEADER FILES:
If a file or feature is not defined in ANSI C89, an autoconf feature
test should be used to verify that it is supported. ANSI C89
specifies that the following header files exist:
<assert.h> <ctype.h> <errno.h> <float.h> <limits.h> <locale.h>
<math.h> <setjmp.h> <signal.h> <stdarg.h> <stddef.h> <stdio.h>
<stdlib.h> <string.h> <time.h>
|