mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
12 lines
109 B
C
12 lines
109 B
C
|
|
||
|
#ifndef EL__OSDEP_UNIX_UNIX_H
|
||
|
#define EL__OSDEP_UNIX_UNIX_H
|
||
|
|
||
|
#ifdef CONFIG_UNIX
|
||
|
|
||
|
/* TODO */
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif
|