diff options
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index 92f088672d7..8955638a4c2 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -567,9 +567,6 @@ /* Define to 1 if the target supports __sync_fetch_and_add */ #undef HAVE_SYNC_FETCH_AND_ADD -/* Define to 1 if you have the <sys/mman.h> header file. */ -#undef HAVE_SYS_MMAN_H - /* Define to 1 if you have the <sys/params.h> header file. */ #undef HAVE_SYS_PARAMS_H @@ -681,6 +678,21 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* The size of a `char', as computed by sizeof. */ +#undef SIZEOF_CHAR + +/* The size of a `int', as computed by sizeof. */ +#undef SIZEOF_INT + +/* The size of a `long', as computed by sizeof. */ +#undef SIZEOF_LONG + +/* The size of a `short', as computed by sizeof. */ +#undef SIZEOF_SHORT + +/* The size of a `void *', as computed by sizeof. */ +#undef SIZEOF_VOID_P + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS |