51380525e7
Version 2.44. Source obtained from: http://ftp.de.debian.org/debian/pool/main/w/wmbattery/wmbattery_2.44.tar.gz
10 lines
153 B
C
10 lines
153 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
/* What system header files can I use? */
|
|
#undef HAVE_GETOPT_H
|
|
#undef HAVE_SYS_FILE_H
|
|
#undef HAVE_SYS_IOCTL_H
|
|
|
|
#endif
|