ExtendedConfig.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*****************************************************************
  2. *****************************************************************
  3. *** **
  4. *** (C)Copyright 2005-2006, American Megatrends Inc. **
  5. *** **
  6. *** All Rights Reserved. **
  7. *** **
  8. *** 6145-F, Northbelt Parkway, Norcross, **
  9. *** **
  10. *** Georgia - 30071, USA. Phone-(770)-246-8600. **
  11. *** **
  12. *****************************************************************
  13. ******************************************************************
  14. *
  15. * support.h
  16. * supported commands Macros
  17. *
  18. * Author: shivaranjanic <shivaranjanic@amiindia.co.in>
  19. *
  20. ******************************************************************/
  21. #ifndef __EXNDEDCONFIGS_H__
  22. #define __EXNDEDCONFIGS_H__
  23. #define OEM_CMDS 1
  24. #include "Types.h"
  25. //#include "OSPort.h"
  26. #include "MsgHndlr.h"
  27. #include <stdio.h>
  28. #include <string.h>
  29. #include <fcntl.h>
  30. #include <unistd.h>
  31. #include <sys/select.h>
  32. #include "smtpclient.h"
  33. #endif // __EXNDEDCONFIGS_H__