X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=config.h.in;h=1d09dc5739c46c6c18683c4ad5dd1e04ab94855b;hp=174a6dcfdcbf80b4c8e0de562f525bec3c9a58fa;hb=6404682526633f7f2b9a2f94071d802b7b50dd07;hpb=301180c6c8edb98580ee6657e87f5a21342b5d96 diff --git a/config.h.in b/config.h.in index 174a6dc..1d09dc5 100644 --- a/config.h.in +++ b/config.h.in @@ -9,6 +9,9 @@ /* Define if you have the vprintf function. */ #undef HAVE_VPRINTF +/* Define as __inline if that's what the C compiler calls it. */ +#undef inline + /* Define to `long' if doesn't define. */ #undef off_t @@ -21,6 +24,10 @@ /* Define if your declares struct tm. */ #undef TM_IN_SYS_TIME +/* Define if your processor stores words with the most significant + byte first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN + /* Define if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING @@ -45,6 +52,21 @@ /* Define for X11 library */ #undef HAVE_X11 +/* The number of bytes in a double. */ +#undef SIZEOF_DOUBLE + +/* The number of bytes in a float. */ +#undef SIZEOF_FLOAT + +/* The number of bytes in a int. */ +#undef SIZEOF_INT + +/* The number of bytes in a long. */ +#undef SIZEOF_LONG + +/* The number of bytes in a short. */ +#undef SIZEOF_SHORT + /* Define if you have the htonl function. */ #undef HAVE_HTONL