OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.2 KiB

  1. /*
  2. * Manualy created by Clifford to keep common things alive ...
  3. *
  4. * --- T2-COPYRIGHT-NOTE-BEGIN ---
  5. * This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  6. *
  7. * T2 SDE: package/.../linux24/autoconf.h
  8. * Copyright (C) 2004 - 2006 The T2 SDE Project
  9. * Copyright (C) 1998 - 2003 Clifford Wolf
  10. *
  11. * More information can be found in the files COPYING and README.
  12. *
  13. * This program is free software; you can redistribute it and/or modify
  14. * it under the terms of the GNU General Public License as published by
  15. * the Free Software Foundation; version 2 of the License. A copy of the
  16. * GNU General Public License can be found in the file COPYING.
  17. * --- T2-COPYRIGHT-NOTE-END ---
  18. *
  19. */
  20. /*
  21. * Code maturity level options
  22. */
  23. #define CONFIG_EXPERIMENTAL 0
  24. /*
  25. * Loadable module support
  26. */
  27. #define CONFIG_MODULES 1
  28. #undef CONFIG_MODVERSIONS 1
  29. #define CONFIG_KMOD 1
  30. /*
  31. * General setup
  32. */
  33. #define CONFIG_NET 1
  34. #define CONFIG_SYSVIPC 1
  35. #define CONFIG_BINFMT_ELF 1
  36. /*
  37. * Networking options
  38. */
  39. #define CONFIG_UNIX 1
  40. #define CONFIG_INET 1
  41. /*
  42. * Network device support
  43. */
  44. #define CONFIG_NETDEVICES 1
  45. #define CONFIG_DUMMY 1
  46. /*
  47. * Filesystems
  48. */
  49. #define CONFIG_QUOTA 1
  50. #define CONFIG_EXT2_FS 1
  51. #define CONFIG_PROC_FS 1