compile sysinfo.c only if sysinfo fct exist (does not exist on freebsd)
[psensor.git] / config.h.in
index dc01697..37e9a4e 100644 (file)
@@ -40,6 +40,9 @@
 /* Define to 1 if you have the `gettimeofday' function. */
 #undef HAVE_GETTIMEOFDAY
 
+/* Use GTK3 */
+#undef HAVE_GTK3
+
 /* Use GTOP */
 #undef HAVE_GTOP
 
 /* Define to 1 if you have the `strtol' function. */
 #undef HAVE_STRTOL
 
+/* Use sysinfo */
+#undef HAVE_SYSINFO_FCT
+
 /* Define to 1 if you have the <sys/socket.h> header file. */
 #undef HAVE_SYS_SOCKET_H
 
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H
 
+/* Define to 1 if you have the <sys/sysinfo.h> header file. */
+#undef HAVE_SYS_SYSINFO_H
+
 /* Define to 1 if you have the <sys/time.h> header file. */
 #undef HAVE_SYS_TIME_H