123456789101112131415161718192021222324252627282930313233343536373839 |
- /*****************************************************************
- *****************************************************************
- *** **
- *** (C)Copyright 2005-2006, American Megatrends Inc. **
- *** **
- *** All Rights Reserved. **
- *** **
- *** 6145-F, Northbelt Parkway, Norcross, **
- *** **
- *** Georgia - 30071, USA. Phone-(770)-246-8600. **
- *** **
- *****************************************************************
- ******************************************************************
- *
- * support.h
- * supported commands Macros
- *
- * Author: shivaranjanic <shivaranjanic@amiindia.co.in>
- *
- ******************************************************************/
- #ifndef __EXNDEDCONFIGS_H__
- #define __EXNDEDCONFIGS_H__
- #define OEM_CMDS 1
- #include "Types.h"
- //#include "OSPort.h"
- #include "MsgHndlr.h"
- #include <stdio.h>
- #include <string.h>
- #include <fcntl.h>
- #include <unistd.h>
- #include <sys/select.h>
- #include "smtpclient.h"
- #endif // __EXNDEDCONFIGS_H__
|