]> git.cworth.org Git - fips/commit
Add a simple fips.h file.
authorCarl Worth <cworth@cworth.org>
Wed, 24 Apr 2013 22:28:43 +0000 (15:28 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 24 Apr 2013 22:32:39 +0000 (15:32 -0700)
commitc457e83d57b257f1f3aa7c39bbc0c60d127cc189
treeb7e734ae0b6cdf430897b7574efe98b6c9542d59
parent56f628d7802e5807a47e3696ba0aab5c40461a07
Add a simple fips.h file.

This pulls in a few widely-used header files, (config.h, stdio.h,
stdlib.h, and string.h), and also gives us a place to define common
macros such as unused and STRNCMP_LITERAL.
dlwrap.c
execute.c
fips.c
fips.h [new file with mode: 0644]
glxwrap.c