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
|