kopia lustrzana https://github.com/Hamlib/Hamlib
2002-28-02
Update: Goofed by running configure scripts in my main hamlib directory. Accidentally changed include/config.h.in to a version for my system. This will hopefully roll back the change to file version 1.19 last modified by Stephane in July 2002. git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1214 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
c439bce225
commit
aab5bdd400
|
@ -55,14 +55,16 @@
|
||||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||||
#undef HAVE_INTTYPES_H
|
#undef HAVE_INTTYPES_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `c' library (-lc). */
|
||||||
|
#undef HAVE_LIBC
|
||||||
|
|
||||||
/* Define to 1 if you have the `syslog' library (-lsyslog). */
|
/* Define to 1 if you have the `syslog' library (-lsyslog). */
|
||||||
#undef HAVE_LIBSYSLOG
|
#undef HAVE_LIBSYSLOG
|
||||||
|
|
||||||
/* Define to 1 if you have the <linux/ppdev.h> header file. */
|
/* Define to 1 if you have the <linux/ppdev.h> header file. */
|
||||||
#undef HAVE_LINUX_PPDEV_H
|
#undef HAVE_LINUX_PPDEV_H
|
||||||
|
|
||||||
/* Define to 1 if your system has a working `malloc' function, and to 0
|
/* Define to 1 if your system has a working `malloc' function. */
|
||||||
otherwise. */
|
|
||||||
#undef HAVE_MALLOC
|
#undef HAVE_MALLOC
|
||||||
|
|
||||||
/* Define to 1 if you have the <malloc.h> header file. */
|
/* Define to 1 if you have the <malloc.h> header file. */
|
||||||
|
@ -145,9 +147,6 @@
|
||||||
*/
|
*/
|
||||||
#undef HAVE_SYS_NDIR_H
|
#undef HAVE_SYS_NDIR_H
|
||||||
|
|
||||||
/* Define to 1 if you have the <sys/param.h> header file. */
|
|
||||||
#undef HAVE_SYS_PARAM_H
|
|
||||||
|
|
||||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||||
#undef HAVE_SYS_STAT_H
|
#undef HAVE_SYS_STAT_H
|
||||||
|
|
||||||
|
@ -178,6 +177,9 @@
|
||||||
/* Define to 1 if you have the `vprintf' function. */
|
/* Define to 1 if you have the `vprintf' function. */
|
||||||
#undef HAVE_VPRINTF
|
#undef HAVE_VPRINTF
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <VrMultiTask.h> header file. */
|
||||||
|
#undef HAVE_VRMULTITASK_H
|
||||||
|
|
||||||
/* Define to 1 if you have the <winbase.h> header file. */
|
/* Define to 1 if you have the <winbase.h> header file. */
|
||||||
#undef HAVE_WINBASE_H
|
#undef HAVE_WINBASE_H
|
||||||
|
|
||||||
|
@ -249,8 +251,5 @@
|
||||||
if it is not supported. */
|
if it is not supported. */
|
||||||
#undef inline
|
#undef inline
|
||||||
|
|
||||||
/* Define to rpl_malloc if the replacement function should be used. */
|
|
||||||
#undef malloc
|
|
||||||
|
|
||||||
/* Define to `unsigned' if <sys/types.h> does not define. */
|
/* Define to `unsigned' if <sys/types.h> does not define. */
|
||||||
#undef size_t
|
#undef size_t
|
||||||
|
|
Ładowanie…
Reference in New Issue