X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=config.h.in;h=3354d9542d734c25bb9549d7d3423ae421a26976;hb=5c5ccceefc0c5ad42702db8bb6c63ec9fe723458;hp=9e1cdb82a3e64cf8372963686517865b88d3af8e;hpb=f754e96b35665c5be11c4ea82a878463fc5a92df;p=supertux.git diff --git a/config.h.in b/config.h.in index 9e1cdb82a..3354d9542 100644 --- a/config.h.in +++ b/config.h.in @@ -33,6 +33,9 @@ */ #undef HAVE_DIRENT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the `feof_unlocked' function. */ #undef HAVE_FEOF_UNLOCKED @@ -242,9 +245,9 @@ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION /* Define to 1 if you have the ANSI C header files. */ @@ -256,9 +259,11 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus #undef inline +#endif /* Define to `long' if does not define. */ #undef off_t