isdn4k-utils/vbox/src/config.h.in

55 lines
827 B
C

#ifndef _VBOX_CONFIG_H
#define _VBOX_CONFIG_H 1
/*
* Define to include both, <time.h> *and* <sys/time.h>:
*/
#undef TIME_WITH_SYS_TIME
/*
* Define if you have the <sys/time.h> header file:
*/
#undef HAVE_SYS_TIME_H
/*
* Define if you have the vsnprintf() function:
*/
#undef HAVE_VSNPRINTF
/*
* Define if libncurses has a resizeterm() function:
*/
#undef HAVE_RESIZETERM
/*
* Define to empty if the keyword does not work:
*/
#undef const
/*
* Do not change any of the options below by hand - use the configure script
* insteed! The directory pathes are stored in other files too!
*/
#undef SPOOLDIR
#undef LOGFILEDIR
#undef PIDFILEDIR
#undef LCKFILEDIR
#undef I4LCONFDIR
/*
* No need to change anything below this line!
*/
#undef VERSION
#undef VERDATE
#undef PACKAGE
#endif /* _VBOX_CONFIG_H */