X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=acconfig.h;fp=acconfig.h;h=a5dae236af6d193b6a5c341101dd601c48a6d958;hp=0000000000000000000000000000000000000000;hb=2d4a2c4357d6c4070e4a98128b22b89a7b8d7636;hpb=8c15c7ac4b2230b8afaa32f1a301d38491b4f7a1 diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 0000000..a5dae23 --- /dev/null +++ b/acconfig.h @@ -0,0 +1,57 @@ +/* + + $Id$ + + G N O K I I + + A Linux/Unix toolset and driver for Nokia mobile phones. + + Released under the terms of the GNU GPL, see file COPYING for more details. + +*/ + +/* DO NOT EDIT MANUALLY !!! */ + +#ifndef __CONFIG_H__ +#define __CONFIG_H__ + +#define VERSION "@VERSION@" +#define XVERSION "@XVERSION@" +#define XGNOKIIDIR "@XGNOKIIDIR@/@XPACKAGE@" + +/* Define if you have timersub() */ +#undef HAVE_TIMEOPS + +/* Define if you have tm_gmtoff field in tm structure */ +#undef HAVE_TM_GMTON + +/* Define if you have cfsetspeed, cfsetispeed, cfsetospeed, c_ispeed and c_ospeed in struct termios */ +#undef HAVE_CFSETSPEED +#undef HAVE_CFSETISPEED +#undef HAVE_CFSETOSPEED +#undef HAVE_TERMIOS_CSPEED + +/* Define if you have snprintf */ +#undef HAVE_SNPRINTF + +/* Define debug level */ +#undef DEBUG +#undef XDEBUG +#undef RLP_DEBUG + +/* Decide if you want security options enabled */ +#undef SECURITY + +/* Define if you have XPM components */ +#undef XPM + +/* Define if you want NLS */ +#undef USE_NLS + +/* Define if you want to use Unix98 PTYs */ +#undef USE_UNIX98PTYS + +/* Define if you compile for M$ Windows */ +#undef WIN32 + +#endif /* __CONFIG_H__ */