16 строки
183 B
C
16 строки
183 B
C
/*
|
|
* $HEADER$
|
|
*/
|
|
|
|
#ifndef LAM_H
|
|
#define LAM_H
|
|
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
|
|
#include "lam_config.h"
|
|
#include "types.h"
|
|
#include "constants.h"
|
|
|
|
#endif /* LAM_H */
|