diff options
author | Stef Walter <stef@thewalter.net> | 2007-05-28 18:56:59 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2007-05-28 18:56:59 +0000 |
commit | 1c1512462aee7c743327f5abdd530ac1f6a65743 (patch) | |
tree | b1458f75ec30d48e86dbaf1e05ce9863905183b3 /config.h.in | |
parent | 7b9cf12753de2baaaa5cc5d4c6f616b040492f55 (diff) |
Diffstat (limited to 'config.h.in')
-rwxr-xr-x | config.h.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 433fc96..9db52fd 100755 --- a/config.h.in +++ b/config.h.in @@ -116,6 +116,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Define to 1 if the C compiler supports function prototypes. */ +#undef PROTOTYPES + /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE @@ -133,13 +136,16 @@ /* Version number of package */ #undef VERSION +/* Define like PROTOTYPES; this can be used by system headers. */ +#undef __PROTOTYPES + /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t -/* Define to `unsigned' if <sys/types.h> does not define. */ +/* Define to `unsigned int' if <sys/types.h> does not define. */ #undef size_t /* Define as `fork' if `vfork' does not work. */ |