X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=config.h.in;h=798bab1156439251a9dafaf0cb38e5748f86e090;hp=1c31ad5cb8ecadd8765ba267aca6504970aec22f;hb=4d3663b733242615ba3c5323f7105ef895b3c8bf;hpb=40439a4c37dcc76254a6359a96fe9b60ded4c762 diff --git a/config.h.in b/config.h.in index 1c31ad5..798bab1 100644 --- a/config.h.in +++ b/config.h.in @@ -49,6 +49,9 @@ /* Define is have interactive graphics */ #undef HAVE_SGP +/* Define for G2 library */ +#undef HAVE_G2_H + /* Define for X11 library */ #undef HAVE_X11 @@ -93,6 +96,12 @@ /* Define if you have the usleep function. */ #undef HAVE_USLEEP +/* Define if you have the vsnprintf function. */ +#undef HAVE_VSNPRINTF + +/* Define if you have the vsprintf function. */ +#undef HAVE_VSPRINTF + /* Define if you have the header file. */ #undef HAVE_X11_EXTENSIONS_XDBE_H @@ -174,4 +183,6 @@ /* Version number of package */ #undef VERSION -#undef HAVE_G2 +#undef HAVE_SYS_TIME_H + +#undef HAVE_TIMEOFDAY